summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-01-102-26/+6
|\
| * SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-7/+6
| * NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong2024-01-071-19/+0
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-092-5/+5
|\ \
| * | list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-121-4/+4
| * | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
| |/
* | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-2/+3
|\ \
| * | fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-2/+3
| |/
* / fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-6/+6
|/
* Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-11-0812-39/+93
|\
| * nfs: Convert nfs_symlink() to use a folioMatthew Wilcox (Oracle)2023-11-014-22/+20
| * NFSv4.1: fix SP4_MACH_CRED protection for pnfs IOOlga Kornievskaia2023-11-011-2/+3
| * NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunkingOlga Kornievskaia2023-11-011-1/+6
| * nfs41: drop dependency between flexfiles layout driver and NFSv3 modulesMkrtchyan, Tigran2023-11-011-1/+1
| * NFSv4: fairly test all delegations on a SEQ4_ revocationBenjamin Coddington2023-11-012-1/+7
| * NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsTrond Myklebust2023-10-224-11/+22
| * NFSv4: Add a parameter to limit the number of retries after NFS4ERR_DELAYTrond Myklebust2023-10-223-1/+34
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-022-51/+57
|\ \
| * | nfs: dynamically allocate the nfs-acl shrinkerQi Zheng2023-10-041-8/+13
| * | NFSv4.2: dynamically allocate the nfs-xattr shrinkersQi Zheng2023-10-041-43/+44
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-302-2/+2
|\ \ \
| * | | NFS/flexfiles: Annotate struct nfs4_ff_layout_segment with __counted_byKees Cook2023-10-021-1/+1
| * | | nfs41: Annotate struct nfs4_file_layout_dsaddr with __counted_byKees Cook2023-10-021-1/+1
* | | | Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-10-301-44/+2
|\ \ \ \
| * | | | SUNRPC: change how svc threads are asked to exit.NeilBrown2023-10-161-1/+1
| * | | | SUNRPC: integrate back-channel processing with svc_recv()NeilBrown2023-10-161-40/+2
| * | | | SUNRPC: Clean up bc_svc_process()Chuck Lever2023-10-161-5/+1
* | | | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-303-18/+18
|\ \ \ \ \
| * | | | | nfs: convert to new timestamp accessorsJeff Layton2023-10-183-18/+18
| |/ / / /
* | | | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-303-3/+3
|\ \ \ \ \
| * | | | | nfs: move nfs4_xattr_handlers to .rodataWedson Almeida Filho2023-10-093-3/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-1/+1
|\ \ \ \ \
| * | | | | fs: add a new SB_I_NOUMASK flagJeff Layton2023-10-191-1/+1
| |/ / / /
* | | | / nfs/blocklayout: Convert to use bdev_open_by_dev/path()Jan Kara2023-10-282-40/+38
| |_|_|/ |/| | |
* | | | NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2023-10-181-2/+0
* | | | pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_statsTrond Myklebust2023-10-181-7/+10
* | | | pNFS: Fix a hang in nfs4_evict_inode()Trond Myklebust2023-10-181-10/+23
* | | | NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew2023-10-111-1/+3
* | | | nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo2023-10-111-1/+2
| |/ / |/| |
* | | nfs: decrement nrequests counter before releasing the reqJeff Layton2023-09-281-1/+1
* | | NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2023-09-272-13/+29
* | | NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust2023-09-271-0/+7
| |/ |/|
* | NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia2023-09-151-1/+5
* | NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia2023-09-131-1/+5
* | NFS/pNFS: Report EINVAL errors from connect() to the serverTrond Myklebust2023-09-131-0/+1
* | NFS: More fixes for nfs_direct_write_reschedule_io()Trond Myklebust2023-09-131-6/+11
* | NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust2023-09-132-14/+17
* | NFS: More O_DIRECT accounting fixes for error pathsTrond Myklebust2023-09-131-16/+31
* | NFS: Fix O_DIRECT locking issuesTrond Myklebust2023-09-131-4/+4
* | NFS: Fix error handling for O_DIRECT write schedulingTrond Myklebust2023-09-111-16/+46
|/