summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-01-11jffs2: do not initialize variable unnecessarilyArtem Bityutskiy
2012-01-11GFS2: fail mount if journal recovery failsDavid Teigland
2012-01-11GFS2: let spectator mount do read only recoveryDavid Teigland
2012-01-11GFS2: Fix a use-after-free that coverity spottedBob Peterson
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-11autofs4: deal with autofs4_write/autofs4_write racesAl Viro
2012-01-11autofs4: catatonic_mode vs. notify_daemon raceAl Viro
2012-01-11autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro
2012-01-11Btrfs: fix possible deadlock when opening a seed deviceLi Zefan
2012-01-11Btrfs: update global block_rsv when creating a new block groupLi Zefan
2012-01-11Btrfs: rewrite btrfs_trim_block_group()Li Zefan
2012-01-11Btrfs: simplfy calculation of stripe length for discard operationLi Zefan
2012-01-11Btrfs: don't pre-allocate btrfs bioLi Zefan
2012-01-11Btrfs: don't pass a trans handle unnecessarily in volumes.cLi Zefan
2012-01-11Btrfs: reserve metadata space in btrfs_ioctl_setflags()Li Zefan
2012-01-11Btrfs: remove BUG_ON()s in btrfs_ioctl_setflags()Li Zefan
2012-01-11Btrfs: check the return value of io_ctl_init()Li Zefan
2012-01-11Btrfs: avoid possible NULL deref in io_ctl_drop_pages()Li Zefan
2012-01-11Btrfs: add pinned extents to on-disk free space cache correctlyLi Zefan
2012-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Li Zefan
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov
2012-01-10procfs: parse mount optionsVasiliy Kulikov
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov
2012-01-10procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov
2012-01-10reiserfs: don't lock root inode searchingFrederic Weisbecker
2012-01-10reiserfs: don't lock journal_init()Frederic Weisbecker
2012-01-10reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker
2012-01-10reiserfs: delete comments referring to the BKLDavidlohr Bueso
2012-01-10fs: binfmt_elf: create Kconfig variable for PIE randomizationDavid Daney
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki
2012-01-10btrfs: pass __GFP_WRITE for buffered write page allocationsJohannes Weiner
2012-01-10mm: account reaped page cache on inode cache pruningKonstantin Khlebnikov
2012-01-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-01-10Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2012-01-10hfsplus: creation of hidden dir on mount can failAl Viro
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-01-10block_dev: Suppress bdev_cache_init() kmemleak warninigSergey Senozhatsky
2012-01-10fix shrink_dcache_parent() livelockMiklos Szeredi
2012-01-10ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil
2012-01-10ceph: avoid useless dget/dput in encode_fhSage Weil
2012-01-10ceph: dereference pointer after checking for NULLYehuda Sadeh
2012-01-10ceph: remove unnecessary d_fsdata conditional checksSage Weil
2012-01-10Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o
2012-01-10ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang