summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-05-15NFS: Create a common xdev_mount() functionBryan Schumaker1-90/+32
2012-05-15NFS: Create a common fs_mount() functionBryan Schumaker1-109/+76
2012-05-15NFS: Remove NFS4_MOUNT_UNSHAREDBryan Schumaker1-3/+3
2012-05-15NFS: Don't pass mount data to nfs_fscache_get_super_cookie()Bryan Schumaker3-21/+29
2012-05-15NFS: Create a single nfs_get_root()Bryan Schumaker3-87/+30
2012-05-15NFS: Rename nfs4_proc_get_root()Bryan Schumaker3-4/+5
2012-05-11Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+10
2012-05-11proc/pid/pagemap: correctly report non-present ptes and holes between vmasKonstantin Khlebnikov1-2/+10
2012-05-10cifs: fix revalidation test in cifs_llseek()Dan Carpenter1-1/+1
2012-05-09NFS: Clean up - Simplify reference counting in fs/nfs/direct.cTrond Myklebust1-11/+4
2012-05-09NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseTrond Myklebust3-16/+17
2012-05-09NFS: Clean up - simplify nfs_lock_request()Trond Myklebust2-5/+7
2012-05-09NFS: nfs_set_page_writeback no longer needs to reference the pageTrond Myklebust1-8/+3
2012-05-09NFS: Prevent a deadlock in the new writeback codeTrond Myklebust2-4/+14
2012-05-08NFSv4: nfs_client_return_marked_delegations can't flush dataTrond Myklebust1-3/+7
2012-05-08NFS: nfs_inode_return_delegation() should always flush dirty dataTrond Myklebust2-1/+6
2012-05-08NFS: Don't do a full flush to disk on close() if we hold a delegationTrond Myklebust1-0/+7
2012-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-21/+47
2012-05-06Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason5-17/+34
2012-05-05hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2-0/+15
2012-05-05Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-25/+23
2012-05-04Btrfs: fix crash in scrub repair code when device is missingStefan Behrens1-0/+7
2012-05-04btrfs: Fix mismatching struct members in ioctl.hAlexander Block1-2/+2
2012-05-04Btrfs: fix page leak when allocing extent buffersJosef Bacik1-2/+2
2012-05-04Btrfs: Add properly locking around add_root_to_dirty_listChris Mason1-0/+2
2012-05-04NFS: Fix sparse warningsTrond Myklebust3-3/+3
2012-05-04NFS: Fix O_DIRECT compile warningsTrond Myklebust1-4/+4
2012-05-04fs/cifs: fix parsing of dfs referralsStefan Metzmacher1-1/+5
2012-05-04vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds2-6/+24
2012-05-03cifs: make sure we ignore the credentials= and cred= optionsJeff Layton1-0/+2
2012-05-03[CIFS] Update cifs version to 1.78Steve French1-1/+1
2012-05-03cifs - check S_AUTOMOUNT in revalidateIan Kent1-5/+12
2012-05-02Merge tag 'nfs-for-3.4-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-139/+267
2012-05-02cifs: add missing initialization of server->req_lockJeff Layton1-0/+1
2012-05-02cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton1-17/+1
2012-05-02CIFS: Fix indentation in cifs_show_optionsSachin Prabhu1-1/+1
2012-05-02NFS: Adapt readdirplus to application usage patternsTrond Myklebust2-4/+31
2012-05-01NFSv4: COMMIT does not need post-op attributesTrond Myklebust2-16/+2
2012-05-01NFSv4: Don't request cache consistency attributes on some writesTrond Myklebust1-2/+17
2012-05-01NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compoundsTrond Myklebust2-64/+7
2012-05-01NFSv4: Simplify the NFSv4 CREATE compoundTrond Myklebust2-22/+1
2012-05-01NFSv4: Simplify the NFSv4 OPEN compoundTrond Myklebust2-27/+2
2012-05-01NFS: Simplify the cache invalidation codeTrond Myklebust1-26/+3
2012-05-01NFSv2/v3: Simulate the change attributeTrond Myklebust4-1/+18
2012-05-01NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHETrond Myklebust1-1/+5
2012-05-01NFS: Simplify nfs_fhget()Trond Myklebust1-17/+6
2012-05-01NFS: Always trust the PageUptodate flag when we have a delegationTrond Myklebust1-3/+7
2012-05-01NFS: Optimise away nfs_check_inode_attributes() when holding a delegationTrond Myklebust1-0/+2
2012-05-01NFS: Don't force page cache revalidations when holding a delegationTrond Myklebust1-3/+10
2012-05-01NFSv4: Retrieve attributes _before_ calling delegreturnTrond Myklebust2-6/+7