summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-11-17pstore: pass allocated memory region back to callerKees Cook
2011-11-17ocfs2: Use filemap_write_and_wait() instead of write_inode_now()Jan Kara
2011-11-17ocfs2: honor O_(D)SYNC flag in fallocateMark Fasheh
2011-11-17ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2Xiaowei.Hu
2011-11-17ocfs2: send correct UUID to cleancache initializationDan Magenheimer
2011-11-17ocfs2: Commit transactions in error cases -v2Wengang Wang
2011-11-17ocfs2: make direntry invalid when deleting itWengang Wang
2011-11-17fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_freeJulia Lawall
2011-11-16new helper: mount_subtree()Al Viro
2011-11-16switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro
2011-11-16btrfs: fix double mntput() in mount_subvol()Al Viro
2011-11-16bio: change some signed vars to unsignedDan Carpenter
2011-11-15xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka
2011-11-15hfs: add sanity check for file name lengthDan Carpenter
2011-11-15Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-11-11ceph: initialize root dentrySage Weil
2011-11-11btrfs: rename the option to nospace_cacheDavid Sterba
2011-11-11Btrfs: handle bio_add_page failure gracefully in scrubArne Jansen
2011-11-10Btrfs: fix deadlock caused by the race between relocationMiao Xie
2011-11-10Btrfs: only map pages if we know we need them when reading the space cacheJosef Bacik
2011-11-10Btrfs: fix orphan backref nodesMiao Xie
2011-11-10Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}Miao Xie
2011-11-10Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie
2011-11-10Btrfs: fix no reserved space for writing out inode cacheMiao Xie
2011-11-10Btrfs: fix nocow when deleting the itemMiao Xie
2011-11-10Merge branch 'mount-fixes' of git://github.com/idryomov/btrfs-unstable into i...Chris Mason
2011-11-10Btrfs: tweak the delayed inode reservations againChris Mason
2011-11-10NFS: Revert pnfs ugliness from the generic NFS read code pathTrond Myklebust
2011-11-09Revert "proc: fix races against execve() of /proc/PID/fd**"Linus Torvalds
2011-11-09Btrfs: rework error handling in btrfs_mount()Ilya Dryomov
2011-11-09Btrfs: close devices on all error paths in open_ctree()Ilya Dryomov
2011-11-09Btrfs: avoid null dereference and leaks when bailing from open_ctree()Ilya Dryomov
2011-11-09Btrfs: fix subvol_name leak on error in btrfs_mount()Ilya Dryomov
2011-11-09Btrfs: fix memory leak in btrfs_parse_early_options()Ilya Dryomov
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik
2011-11-08Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason
2011-11-08xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig
2011-11-08xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino
2011-11-07VFS: we need to set LOOKUP_JUMPED on mountpoint crossingAl Viro
2011-11-07NFS: Fix a regression in the referral codeTrond Myklebust
2011-11-07btrfs: fix double-free 'tree_root' in 'btrfs_mount()'slyich@gmail.com
2011-11-07vfs: d_invalidate() should leave mountpoints aloneAl Viro
2011-11-07Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-11-07Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2011-11-07ext4: add blk_finish_plug in error case of writepages.Namjae Jeon