summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-226-14/+22
|\
| * NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia2022-08-191-0/+6
| * NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENTNeilBrown2022-08-191-1/+2
| * NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mdsTrond Myklebust2022-08-131-1/+0
| * NFS: Fix another fsync() issue after a server rebootTrond Myklebust2022-08-133-11/+11
| * NFS: Fix missing unlock in nfs_unlink()Sun Ke2022-08-131-1/+3
* | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-1017-289/+513
|\|
| * NFS: Improve readpage/writepage tracingTrond Myklebust2022-08-091-28/+26
| * NFS: Improve O_DIRECT tracingTrond Myklebust2022-08-091-12/+9
| * NFS: Improve write error tracingTrond Myklebust2022-08-092-18/+26
| * NFS: don't unhash dentry during unlink/renameNeilBrown2022-08-081-18/+54
| * NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-021-5/+6
| * NFS: nfs_async_write_reschedule_io must not recurse into the writeback codeTrond Myklebust2022-08-021-2/+0
| * NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-07-271-0/+3
| * NFSv4.1 probe offline transports for trunking on session creationOlga Kornievskaia2022-07-251-0/+8
| * NFSv4.1 remove xprt from xprt_switch if session trunking test failsOlga Kornievskaia2022-07-251-0/+3
| * NFSv4.1 offline trunkable transports on DESTROY_SESSIONOlga Kornievskaia2022-07-251-0/+1
| * NFS: Replace the READ_PLUS decoding codeAnna Schumaker2022-07-231-82/+88
| * NFS: Replace fs_context-related dprintk() call sites with tracepointsChuck Lever2022-07-232-10/+73
| * nfs: only issue commit in DIO codepath if we have uncommitted dataJeff Layton2022-07-232-19/+31
| * nfs: always check dreq->error after a commitJeff Layton2022-07-231-1/+2
| * nfs: add new nfs_direct_req tracepoint eventsJeff Layton2022-07-233-33/+114
| * NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust2022-07-131-22/+24
| * NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker2022-07-124-10/+31
| * nfs: fix port value parsingIan Kent2022-07-121-1/+1
| * nfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-121-2/+2
| * NFS: remove redundant code in nfs_file_write()ChenXiaoSong2022-07-121-2/+0
| * nfs/blocklayout: refactor block device openingChristoph Hellwig2022-07-121-31/+11
| * NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust2022-07-121-1/+0
| * NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust2022-07-121-3/+2
| * NFS: Fix case insensitive renamesTrond Myklebust2022-07-101-0/+4
| * pNFS/files: Handle RDMA connection errors correctlyTrond Myklebust2022-07-101-0/+2
| * pNFS/flexfiles: Report RDMA connection errors to the serverTrond Myklebust2022-07-101-0/+4
| * Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"Trond Myklebust2022-07-101-1/+0
* | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-081-5/+3
|\ \
| * | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-4/+2
| * | new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-1/+1
* | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-4/+5
|\ \ \ | |/ / |/| |
| * | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-032-4/+5
* | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-034-17/+13
|\ \ \
| * | | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
| * | | nfs: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-023-13/+13
| * | | nfs: Leave pages in the pagecache if readpage failedMatthew Wilcox (Oracle)2022-06-291-4/+0
| |/ /
* | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-7/+6
|\ \ \ | |_|/ |/| |
| * | fs/nfs: Use enum req_op where appropriateBart Van Assche2022-07-141-7/+6
| |/
* | NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew2022-06-301-6/+13
* | NFS: restore module put when manager exits.NeilBrown2022-06-301-0/+1
|/
* NFSv4: Add FMODE_CAN_ODIRECT after successful open of a NFS4.x fileDave Wysochanski2022-06-152-0/+2
* pNFS: Avoid a live lock condition in pnfs_update_layout()Trond Myklebust2022-06-063-6/+11
* pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust2022-06-061-0/+6