aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+9
2020-09-05NFS: Zero-stateid SETATTR should first return delegationChuck Lever1-1/+3
2020-08-26NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia1-1/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva12-45/+47
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds23-121/+2274
2020-08-12NFS: Fix flexfiles read failoverTrond Myklebust3-16/+40
2020-08-12fs: nfs: delete repeated words in commentsRandy Dunlap2-2/+2
2020-08-12rpc_pipefs: convert comma to semicolonXu Wang1-1/+1
2020-08-12nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-08-12NFS: Don't return layout segments that are in useTrond Myklebust1-19/+15
2020-08-12NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust1-11/+1
2020-08-12NFS: Add layout segment info to pnfs read/write/commit tracepointsTrond Myklebust1-6/+36
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2020-08-05NFS: Add tracepoints for layouterror and layoutstats.Trond Myklebust2-2/+10
2020-08-05NFS: Report the stateid + status in trace_nfs4_layoutreturn_on_close()Trond Myklebust2-2/+2
2020-08-04nfs: nfs_file_write() should check for writeback errorsScott Mayhew1-3/+9
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki1-1/+1
2020-08-01nfs: ensure correct writeback errors are returned on close()Scott Mayhew2-2/+8
2020-07-30NFSv4.2: xattr cache: get rid of cache discard work queueFrank van der Linden1-32/+5
2020-07-29NFSv4: Use sequence counter with associated spinlockAhmed S. Darwish2-2/+2
2020-07-28NFS: remove redundant initialization of variable resultColin Ian King1-1/+1
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO compeletion")Olga Kornievskaia2-10/+4
2020-07-17NFSv4.0 allow nconnect for v4.0Olga Kornievskaia1-1/+1
2020-07-17freezer: Add unsafe versions of freezable_schedule_timeout_interruptible for NFSHe Zhe1-1/+1
2020-07-17Merge branch 'xattr-devel'Trond Myklebust14-41/+2163
2020-07-14freezer: Add unsafe version of freezable_schedule_timeout_interruptible() for NFSHe Zhe1-1/+1
2020-07-13NFSv4.2: add client side xattr caching.Frank van der Linden7-8/+1172
2020-07-13NFSv4.2: hook in the user extended attribute handlersFrank van der Linden1-2/+121
2020-07-13NFSv4.2: add the extended attribute proc functions.Frank van der Linden2-0/+244
2020-07-13nfs: make the buf_to_pages_noslab function available to the nfs codeFrank van der Linden2-2/+4
2020-07-13nfs: define and use the NFS_INO_INVALID_XATTR flagFrank van der Linden3-3/+10
2020-07-13nfs: modify update_changeattr to deal with regular filesFrank van der Linden2-26/+49
2020-07-13NFSv4.2: query the extended attribute access bitsFrank van der Linden2-0/+10
2020-07-13nfs: define nfs_access_get_cached functionFrank van der Linden1-4/+16
2020-07-13NFSv4.2: add client side XDR handling for extended attributesFrank van der Linden2-2/+372
2020-07-13NFSv4.2: query the server for extended attribute supportFrank van der Linden3-1/+30
2020-07-13NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden5-2/+144
2020-07-13NFS: Fix interrupted slots by sending a solo SEQUENCE operationAnna Schumaker1-2/+18
2020-07-12pNFS/flexfiles: The mirror count could depend on the layout segment rangeTrond Myklebust1-2/+2
2020-07-12pNFS/flexfiles: Clean up redundant calls to pnfs_put_lseg()Trond Myklebust1-8/+2
2020-07-12NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNCTrond Myklebust1-1/+3
2020-06-26NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2-4/+10
2020-06-26pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust1-4/+7
2020-06-26nfs: Fix memory leak of export_pathTom Rix1-0/+1
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-10/+125
2020-06-11NFS: Fix direct WRITE throughput regressionChuck Lever1-0/+2
2020-06-11nfs: set invalid blocks after NFSv4 writesZheng Bin1-3/+11
2020-06-11NFS: remove redundant initialization of variable resultColin Ian King1-1/+1
2020-06-11NFS: Add a tracepoint in nfs_set_pgio_error()Chuck Lever2-0/+46
2020-06-11NFS: Trace short NFS READsChuck Lever2-0/+49