aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 10-73/+86
2012-01-11autofs4: deal with autofs4_write/autofs4_write racesGravatar Al Viro 3-4/+7
2012-01-11autofs4: catatonic_mode vs. notify_daemon raceGravatar Al Viro 1-11/+14
2012-01-11autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceGravatar Al Viro 1-1/+7
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-3/+16
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Gravatar Linus Torvalds 12-83/+587
2012-01-10procfs: add hidepid= and gid= mount optionsGravatar Vasiliy Kulikov 3-4/+94
2012-01-10procfs: parse mount optionsGravatar Vasiliy Kulikov 3-2/+64
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryGravatar Pavel Emelyanov 1-0/+355
2012-01-10procfs: make proc_get_link to use dentry instead of inodeGravatar Cyrill Gorcunov 1-10/+10
2012-01-10reiserfs: don't lock root inode searchingGravatar Frederic Weisbecker 1-15/+13
2012-01-10reiserfs: don't lock journal_init()Gravatar Frederic Weisbecker 2-43/+31
2012-01-10reiserfs: delay reiserfs lock until journal initializationGravatar Frederic Weisbecker 2-22/+24
2012-01-10reiserfs: delete comments referring to the BKLGravatar Davidlohr Bueso 1-7/+4
2012-01-10fs: binfmt_elf: create Kconfig variable for PIE randomizationGravatar David Daney 2-1/+4
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjGravatar KAMEZAWA Hiroyuki 2-0/+7
2012-01-10btrfs: pass __GFP_WRITE for buffered write page allocationsGravatar Johannes Weiner 1-1/+1
2012-01-10mm: account reaped page cache on inode cache pruningGravatar Konstantin Khlebnikov 1-0/+2
2012-01-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 13-460/+1068
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 11-233/+290
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 18-234/+423
2012-01-10Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 3-10/+5
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Gravatar Linus Torvalds 16-267/+877
2012-01-10hfsplus: creation of hidden dir on mount can failGravatar Al Viro 1-2/+9
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 9-134/+98
2012-01-10block_dev: Suppress bdev_cache_init() kmemleak warninigGravatar Sergey Senozhatsky 1-8/+2
2012-01-10fix shrink_dcache_parent() livelockGravatar Miklos Szeredi 1-4/+11
2012-01-10Merge branch 'for_linus' into for_linus_mergedGravatar Theodore Ts'o 13-460/+1068
2012-01-10ext4: fix undefined behavior in ext4_fill_flex_info()Gravatar Xi Wang 1-4/+3
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Gravatar Al Viro 4-31/+27
2012-01-10coda: deal correctly with allocation failure from coda_cnode_makectl()Gravatar Al Viro 3-15/+12
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-53/+62
2012-01-09vfs: new helper - d_make_root()Gravatar Al Viro 1-0/+17
2012-01-09dcache: use a dispose list in select_parentGravatar Dave Chinner 1-42/+21
2012-01-09ceph: d_alloc_root() may failGravatar Al Viro 1-4/+11
2012-01-09ext4: fix failure exitsGravatar Al Viro 1-5/+8
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 34-107/+200
2012-01-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 5-28/+83
2012-01-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-2/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-26/+50
2012-01-09Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2012-01-09NFSv4: Change the default setting of the nfs4_disable_idmapping parameterGravatar Trond Myklebust 1-1/+1
2012-01-09mtd: do not use mtd->block_markbad directlyGravatar Artem Bityutskiy 1-3/+0
2012-01-09logfs: do not use 'mtd->block_isbad' directlyGravatar Artem Bityutskiy 1-2/+2
2012-01-09mtd: do not use mtd->sync directlyGravatar Artem Bityutskiy 2-5/+2
2012-01-09mtd: harmonize mtd_writev usageGravatar Artem Bityutskiy 1-5/+1
2012-01-09romfs: do not use mtd->get_unmapped_area directlyGravatar Artem Bityutskiy 1-15/+13
2012-01-09mtd: do use mtd->point directlyGravatar Artem Bityutskiy 3-16/+13
2012-01-09jffs: remove custom mtd_fake_writev functionGravatar Artem Bityutskiy 1-26/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceGravatar Artem Bityutskiy 1-1/+1