summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-133-3/+3
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-131-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-01-124-49/+134
|\
| * FUSE: Notifying the kernel of deletion.John Muir2011-12-133-4/+93
| * fuse: support ioctl on directoriesMiklos Szeredi2011-12-133-4/+32
| * fuse: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-131-1/+1
| * fuse: llseek optimize SEEK_CUR and SEEK_SETMiklos Szeredi2011-12-131-40/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-1010-73/+86
|\ \
| * | autofs4: deal with autofs4_write/autofs4_write racesAl Viro2012-01-113-4/+7
| * | autofs4: catatonic_mode vs. notify_daemon raceAl Viro2012-01-111-11/+14
| * | autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro2012-01-111-1/+7
| * | hfsplus: creation of hidden dir on mount can failAl Viro2012-01-101-2/+9
| * | block_dev: Suppress bdev_cache_init() kmemleak warninigSergey Senozhatsky2012-01-101-8/+2
| * | fix shrink_dcache_parent() livelockMiklos Szeredi2012-01-101-4/+11
| * | coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro2012-01-104-31/+27
| * | coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro2012-01-103-15/+12
* | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-102-3/+16
|\ \ \
| * | | writeback: move MIN_WRITEBACK_PAGES to fs-writeback.cWu Fengguang2012-01-081-0/+6
| * | | btrfs: fix dirtied pages accounting on sub-page writesWu Fengguang2011-12-181-1/+2
| * | | writeback: Include all dirty inodes in background writebackJan Kara2011-12-181-2/+8
* | | | Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-1012-83/+587
|\ \ \ \
| * | | | procfs: add hidepid= and gid= mount optionsVasiliy Kulikov2012-01-103-4/+94
| * | | | procfs: parse mount optionsVasiliy Kulikov2012-01-103-2/+64
| * | | | procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov2012-01-101-0/+355
| * | | | procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov2012-01-101-10/+10
| * | | | reiserfs: don't lock root inode searchingFrederic Weisbecker2012-01-101-15/+13
| * | | | reiserfs: don't lock journal_init()Frederic Weisbecker2012-01-102-43/+31
| * | | | reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2012-01-102-22/+24
| * | | | reiserfs: delete comments referring to the BKLDavidlohr Bueso2012-01-101-7/+4
| * | | | fs: binfmt_elf: create Kconfig variable for PIE randomizationDavid Daney2012-01-102-1/+4
| * | | | tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2012-01-102-0/+7
| * | | | btrfs: pass __GFP_WRITE for buffered write page allocationsJohannes Weiner2012-01-101-1/+1
| * | | | mm: account reaped page cache on inode cache pruningKonstantin Khlebnikov2012-01-101-0/+2
| | |/ / | |/| |
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-01-1013-460/+1068
|\ \ \ \
| * \ \ \ Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o2012-01-1013-460/+1068
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang2012-01-101-4/+3
| | * | | ext4: make more symbols staticEric Sandeen2012-01-043-7/+7
| | * | | ext4: make local symbol ext4_initxattrs staticDjalal Harouni2012-01-041-2/+3
| | * | | jbd2: fix hung processes in jbd2_journal_lock_updates()Jan Kara2012-01-041-2/+3
| | * | | ext4: reserve new feature flag codepointsTheodore Ts'o2012-01-041-0/+3
| | * | | ext4: Report max_batch_time option correctlyBen Hutchings2012-01-041-1/+1
| | * | | ext4: add missing ext4_resize_end on error pathsDjalal Harouni2012-01-041-10/+18
| | * | | ext4: let ext4_group_add() use common codeYongqiang Yang2012-01-041-299/+10
| | * | | ext4: let ext4_group_extend() use common codeYongqiang Yang2012-01-041-39/+2
| | * | | ext4: add new online resize interfaceYongqiang Yang2012-01-043-0/+236
| | * | | ext4: add a new function which adds a flex group to a fsYongqiang Yang2012-01-031-0/+82
| | * | | ext4: add a new function which allocates bitmaps and inode tablesYongqiang Yang2012-01-031-0/+111
| | * | | ext4: pass verify_reserved_gdb() the number of group decriptorsYongqiang Yang2012-01-031-3/+4
| | * | | ext4: add a function which updates the super block during online resizingYongqiang Yang2012-01-031-0/+94
| | * | | ext4: add a function which sets up a block group descriptors of a flex bgYongqiang Yang2012-01-031-0/+56
OpenPOWER on IntegriCloud