summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-06-22NFSv41: Convert the various reboot recovery ops etc to minor version opsTrond Myklebust4-38/+18
2010-06-22NFSv41: Clean up the NFSv4.1 minor version specific operationsTrond Myklebust3-9/+37
2010-06-22NFSv41: Don't store session state in the nfs_client->cl_stateTrond Myklebust3-5/+10
2010-06-22NFSv41: Further cleanup for nfs4_sequence_doneTrond Myklebust1-9/+12
2010-06-22NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentTrond Myklebust5-28/+43
2010-06-22NFSv4.1: Merge the nfs41_proc_async_sequence() and nfs4_proc_sequence()Trond Myklebust1-24/+44
2010-06-22NFSv4: Kill nfs4_async_handle_error() abuses by NFSv4.1Trond Myklebust1-37/+41
2010-06-22NFSv4.1: Simplify nfs41_sequence_done()Trond Myklebust1-14/+12
2010-06-22NFSv4.1: Clean up nfs4_setup_sequenceTrond Myklebust1-6/+1
2010-06-22NFSv41: Fix a memory leak in nfs41_proc_async_sequence()Trond Myklebust1-18/+21
2010-06-22NFSv4: Fix an embarassing typo in encode_attrs()Trond Myklebust1-2/+2
2010-06-22NFSv4: Ensure that /proc/self/mountinfo displays the minor version numberTrond Myklebust1-4/+18
2010-06-22NFSv4.1: Ensure that we initialise the session when following a referralTrond Myklebust1-71/+51
2010-06-22nfs4 use mandatory attribute file type in nfs4_get_rootAndy Adamson1-1/+1
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-17/+41
2010-06-11Btrfs: The file argument for fsync() is never nullDan Carpenter1-1/+1
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter1-0/+2
2010-06-11Btrfs: avoid BUG when dropping root and reference in same transactionSage Weil1-3/+0
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua1-0/+3
2010-06-11Btrfs: should add a permission check for setfaclShi Weihua1-0/+3
2010-06-11Btrfs: btrfs_lookup_dir_item() can return ERR_PTRDan Carpenter1-1/+1
2010-06-11Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRsDan Carpenter1-0/+4
2010-06-11Btrfs: unwind after btrfs_start_transaction() errorsDan Carpenter1-1/+1
2010-06-11Btrfs: btrfs_iget() returns ERR_PTRDan Carpenter1-2/+2
2010-06-11Btrfs: handle kzalloc() failure in open_ctree()Dan Carpenter1-2/+5
2010-06-11Btrfs: handle error returns from btrfs_lookup_dir_item()Dan Carpenter1-0/+2
2010-06-11Btrfs: Fix BUG_ON for fs converted from extNYan, Zheng1-1/+2
2010-06-11Btrfs: Fix null dereference in relocation.cYan, Zheng1-3/+4
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-51/+84
2010-06-11Btrfs: fix remap_file_pages errorMiao Xie1-1/+8
2010-06-11Btrfs: uninitialized data is check_path_shared()Dan Carpenter1-1/+1
2010-06-11Btrfs: fix fallocate regressionJosef Bacik1-1/+1
2010-06-11Btrfs: fix loop device on top of btrfsMiao Xie1-0/+1
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil3-5/+9
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil3-38/+61
2010-06-10ceph: fix misleading/incorrect debug messageSage Weil1-1/+1
2010-06-10ceph: fix atomic64_t initialization on ia64Jeff Mahoney1-1/+1
2010-06-10pipe: fix check in "set size" fcntlMiklos Szeredi1-3/+4
2010-06-10pipe: fix pipe buffer resizingMiklos Szeredi1-3/+10
2010-06-10block: remove duplicate BUG_ON() in bd_finish_claiming()Jens Axboe1-1/+0
2010-06-10block: bd_start_claiming cleanupNick Piggin1-24/+48
2010-06-10block: bd_start_claiming fix module refcountNick Piggin1-0/+1
2010-06-09Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-3/+2
2010-06-08xfs: remove nr_to_write writeback windup.Dave Chinner1-8/+0
2010-06-08Merge branch 'for-2.6.34-incoming' into for-2.6.35-incomingJ. Bruce Fields50-276/+518
2010-06-08nfsd4: shut down callback queue outside state lockJ. Bruce Fields1-1/+1
2010-06-07Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds3-63/+74
2010-06-06jffs2: update ctime when changing the file's permission by setfaclJan Kara1-1/+2
2010-06-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2-17/+26
2010-06-05ext4: Fix remaining racy updates of EXT4_I(inode)->i_flagsDmitry Monakhov1-17/+23