summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-2/+2
|\
| * m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...Al Viro2022-05-191-2/+2
* | Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-05-3112-149/+302
|\ \
| * | NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia2022-05-314-12/+29
| * | NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington2022-05-314-13/+24
| * | NFS: Pass i_size to fscache_unuse_cookie() when a file is releasedDave Wysochanski2022-05-171-4/+3
| * | NFS: Improve warning message when locks are lost.NeilBrown2022-05-171-5/+15
| * | NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributesTrond Myklebust2022-05-171-0/+69
| * | NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributesTrond Myklebust2022-05-172-36/+68
| * | NFSv4: Specify the type of ACL to cacheTrond Myklebust2022-05-171-19/+40
| * | NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust2022-05-171-0/+4
| * | pNFS/files: Fall back to I/O through the MDS on non-fatal layout errorsTrond Myklebust2022-05-171-1/+6
| * | NFS: Further fixes to the writeback error handlingTrond Myklebust2022-05-171-21/+18
| * | NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust2022-05-171-0/+2
| * | NFS: Memory allocation failures are not server fatal errorsTrond Myklebust2022-05-171-0/+1
| * | NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust2022-05-171-8/+1
| * | NFS: Do not report flush errors in nfs_write_end()Trond Myklebust2022-05-171-5/+2
| * | NFS: Don't report ENOSPC write errors twiceTrond Myklebust2022-05-171-20/+14
| * | NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYSTrond Myklebust2022-05-171-4/+5