summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro
2012-03-31pstore: trim pstore_get_inode()Al Viro
2012-03-31aio: take final put_ioctx() into callers of io_destroy()Al Viro
2012-03-31aio: merge aio_cancel_all() with wait_for_all_aios()Al Viro
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-29Revert "ext4: don't release page refs in ext4_end_bio()"Linus Torvalds
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-29pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi
2012-03-29nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton
2012-03-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2012-03-28Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-03-28Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton
2012-03-28fs: only send IPI to invalidate LRU BH when neededGilad Ben-Yossef
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli
2012-03-28procfs: fix /proc/statmKAMEZAWA Hiroyuki
2012-03-28nfsd4: use auth_unix unconditionally on backchannelJ. Bruce Fields
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells
2012-03-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-03-28Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-03-28vfs: fix d_ancestor() case in d_materialize_uniqueMichel Lespinasse
2012-03-28nfsd: fix NULL pointer dereference in cld_pipe_downcallJeff Layton
2012-03-28nfsd4: memory corruption in numeric_name_to_id()Dan Carpenter
2012-03-27NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust
2012-03-27NFSv4.1: Fix layoutcommit error handlingTrond Myklebust
2012-03-27NFSv4: Fix two infinite loops in the mount codeTrond Myklebust
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-27xfs: add lots of attribute trace pointsDave Chinner
2012-03-27xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara
2012-03-27xfs: fix fstrim offset calculationsDave Chinner
2012-03-26xfs: Account log unmount transaction correctlyDave Chinner
2012-03-26xfs: don't cache inodes read through bulkstatDave Chinner
2012-03-26xfs: trace xfs_name strings correctlyChristoph Hellwig
2012-03-26nfsd4: allow numeric idmappingJ. Bruce Fields
2012-03-26nfsd: don't allow legacy client tracker init for anything but init_netJeff Layton
2012-03-26nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton
2012-03-26nfsd: add the infrastructure to handle the cld upcallJeff Layton
2012-03-26nfsd: add a per-net-namespace struct for nfsdJeff Layton
2012-03-26nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields