aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11dcache: account external names as indirectly reclaimable memoryRoman Gushchin1-9/+30
2018-04-10Force log to disk before reading the AGF during a fstrimCarlos Maiolino1-7/+7
2018-04-10Export __set_page_dirtyMatthew Wilcox2-14/+4
2018-04-10NFS: advance nfs_entry cookie only after decoding completes successfullyFrank Sorenson2-4/+10
2018-04-10NFSv3/acl: forget acl cache after setattrchendt1-1/+4
2018-04-10NFSv4.1: Fix exclusive createTrond Myklebust1-16/+33
2018-04-10NFSv4: Declare the size up to date after it was set.Trond Myklebust2-0/+2
2018-04-10nfs: Use ida_simple APIMatthew Wilcox1-12/+10
2018-04-10NFSv4: Fix the nfs_inode_set_delegation() argumentsTrond Myklebust3-19/+34
2018-04-10NFSv4: Clean up CB_GETATTR encodingTrond Myklebust1-29/+8
2018-04-10NFSv4: Don't ask for attributes when ACCESS is protected by a delegationTrond Myklebust2-7/+12
2018-04-10NFSv4: Add a helper to encode/decode struct timespecTrond Myklebust1-15/+30
2018-04-10NFSv4: Clean up encode_attrsTrond Myklebust1-15/+2
2018-04-10NFSv4; Clean up XDR encoding of type bitmap4Trond Myklebust1-94/+72
2018-04-10NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_groupTrond Myklebust1-2/+2
2018-04-10NFSv4: Ignore change attribute invalidations if we hold a delegationTrond Myklebust1-0/+3
2018-04-10NFS: More fine grained attribute trackingTrond Myklebust4-49/+78
2018-04-10NFS: Don't force unnecessary cache invalidation in nfs_update_inode()Trond Myklebust1-4/+3
2018-04-10NFS: Don't redirty the attribute cache in nfs_wcc_update_inode()Trond Myklebust1-10/+2
2018-04-10NFS: Don't force a revalidation of all attributes if change is missingTrond Myklebust1-1/+4
2018-04-10NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)Trond Myklebust3-6/+28
2018-04-10NFS: Remove the unused return_delegation() callbackTrond Myklebust3-15/+0
2018-04-10NFS: Move the delegation return down into _nfs4_do_setattr()Trond Myklebust2-5/+4
2018-04-10NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust4-6/+9
2018-04-10NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust5-13/+17
2018-04-10NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust4-11/+28
2018-04-10NFS: Move the delegation return down into nfs4_proc_link()Trond Myklebust2-2/+2
2018-04-10NFSv4: Fix nfs4_return_incompatible_delegationTrond Myklebust1-0/+1
2018-04-10nfs4: wake any lock waiters on successful RECLAIM_COMPLETEJeff Layton1-10/+16
2018-04-10nfs4: don't compare clientid in nfs4_wake_lock_waiterJeff Layton1-4/+2
2018-04-10nfs4: always reset notified flag to false before repolling for lockJeff Layton1-0/+1
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds17-261/+914
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds10-120/+217
2018-04-10xfs: only cancel cow blocks when truncating the data forkDarrick J. Wong1-6/+8
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells5-21/+24
2018-04-09afs: Add stats for data transfer operationsDavid Howells4-0/+23
2018-04-09afs: Trace protocol errorsDavid Howells6-46/+58
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells7-29/+625
2018-04-09afs: Adjust the directory XDR structuresDavid Howells2-53/+53
2018-04-09afs: Split the directory content defs into a headerDavid Howells2-52/+67
2018-04-09afs: Fix directory handlingDavid Howells7-108/+271
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells5-185/+228
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells4-5/+18
2018-04-09afs: Rearrange status mappingDavid Howells5-129/+216
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells5-44/+59
2018-04-09afs: Init inode before accessing cacheDavid Howells1-5/+2
2018-04-09afs: Introduce a statistics proc fileDavid Howells4-1/+57
2018-04-09afs: Dump bad status recordDavid Howells1-0/+35
2018-04-09afs: Implement @cell substitution handlingDavid Howells3-1/+89
2018-04-09afs: Implement @sys substitution handlingDavid Howells4-1/+353