summaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | fs: nfs: return per memcg count for xattr shrinkersYang Shi2020-10-021-2/+2
| * | NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADEBenjamin Coddington2020-10-023-34/+56
| * | nfs: remove incorrect fallthrough labelNick Desaulniers2020-10-021-1/+1
| * | NFSv4: make cache consistency bitmask dynamicOlga Kornievskaia2020-09-241-3/+42
| * | nfs: fix spellint typo in pnfs.cWang Qing2020-09-241-1/+1
| * | pNFS/flexfiles: Be consistent about mirror index typesTrond Myklebust2020-09-211-17/+17
| * | pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readTrond Myklebust2020-09-211-5/+6
| * | NFSv4.2: xattr cache: remove unused cache struct fieldFrank van der Linden2020-09-211-1/+0
| * | nfs: Convert to use the preferred fallthrough macroMiaohe Lin2020-09-211-1/+1
| * | NFS4: Fix oops when copy_file_range is attempted with NFS4.0 sourceDave Wysochanski2020-09-211-1/+2
| * | nfs4: strengthen error check to avoid unexpected resultChengguang Xu2020-09-211-1/+1
| * | NFS: remove redundant pointer clntColin Ian King2020-09-211-3/+1
| |/
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-8/+1
|\ \
| * | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-8/+1
* | | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-131-71/+124
|\ \ \
| * | | fs,nfs: lift compat nfs4 mount data handling into the nfs codeChristoph Hellwig2020-09-231-0/+62
| * | | nfs: simplify nfs4_parse_monolithicChristoph Hellwig2020-09-231-72/+63
* | | | pNFS/flexfiles: Be consistent about mirror index typesTrond Myklebust2020-09-181-17/+17
* | | | pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readTrond Myklebust2020-09-181-5/+6
* | | | NFSv4.2: fix client's attribute cache management for copy_file_rangeOlga Kornievskaia2020-09-161-1/+9
* | | | nfs: Fix security label length not being resetJeffrey Mitchell2020-09-161-0/+3
| |_|/ |/| |
* | | Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-091-2/+9
|\ \ \ | |_|/ |/| |
| * | NFS: Zero-stateid SETATTR should first return delegationChuck Lever2020-09-051-1/+3
| * | NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia2020-08-271-1/+6
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2412-45/+47
|/
* Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-08-1523-121/+2274
|\
| * NFS: Fix flexfiles read failoverTrond Myklebust2020-08-123-16/+40
| * fs: nfs: delete repeated words in commentsRandy Dunlap2020-08-122-2/+2
| * rpc_pipefs: convert comma to semicolonXu Wang2020-08-121-1/+1
| * nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2020-08-122-3/+5
| * NFS: Don't return layout segments that are in useTrond Myklebust2020-08-121-19/+15
| * NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust2020-08-121-11/+1
| * NFS: Add layout segment info to pnfs read/write/commit tracepointsTrond Myklebust2020-08-121-6/+36
| * NFS: Add tracepoints for layouterror and layoutstats.Trond Myklebust2020-08-052-2/+10
| * NFS: Report the stateid + status in trace_nfs4_layoutreturn_on_close()Trond Myklebust2020-08-052-2/+2
| * nfs: nfs_file_write() should check for writeback errorsScott Mayhew2020-08-051-3/+9
| * nfs: ensure correct writeback errors are returned on close()Scott Mayhew2020-08-012-2/+8
| * NFSv4.2: xattr cache: get rid of cache discard work queueFrank van der Linden2020-07-301-32/+5
| * NFS: remove redundant initialization of variable resultColin Ian King2020-07-281-1/+1
| * NFSv4.0 allow nconnect for v4.0Olga Kornievskaia2020-07-171-1/+1
| * freezer: Add unsafe versions of freezable_schedule_timeout_interruptible for NFSHe Zhe2020-07-171-1/+1
| * Merge branch 'xattr-devel'Trond Myklebust2020-07-1714-41/+2163
| |\
| | * NFSv4.2: add client side xattr caching.Frank van der Linden2020-07-137-8/+1172
| | * NFSv4.2: hook in the user extended attribute handlersFrank van der Linden2020-07-131-2/+121
| | * NFSv4.2: add the extended attribute proc functions.Frank van der Linden2020-07-132-0/+244
| | * nfs: make the buf_to_pages_noslab function available to the nfs codeFrank van der Linden2020-07-132-2/+4
| | * nfs: define and use the NFS_INO_INVALID_XATTR flagFrank van der Linden2020-07-133-3/+10
| | * nfs: modify update_changeattr to deal with regular filesFrank van der Linden2020-07-132-26/+49
| | * NFSv4.2: query the extended attribute access bitsFrank van der Linden2020-07-132-0/+10
| | * nfs: define nfs_access_get_cached functionFrank van der Linden2020-07-131-4/+16