summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * NFSv4.2: Clean up: Move nfs4_xdr_enc_*xattr() functionsAnna Schumaker2023-06-191-71/+83
| * NFSv4.2: Clean up: move decode_*xattr() functionsAnna Schumaker2023-06-191-164/+162
| * NFSv4.2: Clean up: Move the encode_copy_commit() functionAnna Schumaker2023-06-191-12/+12
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-5/+1
|\ \
| * | filemap: update ki_pos in generic_perform_writeChristoph Hellwig2023-06-091-1/+0
| * | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-4/+1
| |/
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-1/+1
|\ \
| * | NFS: Prefer strscpy over strlcpy callsAzeem Shaikh2023-05-221-1/+1
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-4/+6
|\ \ \
| * | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+3
| * | | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-2/+2
| * | | block: introduce holder opsChristoph Hellwig2023-06-051-2/+3
* | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-263-2/+25
|\| | | | |_|/ |/| |
| * | nfs: Provide a splice-read wrapperDavid Howells2023-05-243-2/+25
| |/
* | NFSv4.2: Fix a potential double free with READ_PLUSAnna Schumaker2023-05-191-2/+10
* | NFS: Convert kmap_atomic() to kmap_local_folio()Fabio M. De Francesco2023-05-191-2/+2
|/
* nfs: fix another case of NULL/IS_ERR confusion wrt folio pointersLinus Torvalds2023-05-091-1/+1
* nfs: fix mis-merged __filemap_get_folio() error checkLinus Torvalds2023-05-061-1/+1
* Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-292-18/+6
|\
| * nfs: move nfs_fhandle_hash to common include fileJeff Layton2023-04-261-15/+0
| * nfsd: allow reaping files still under writebackJeff Layton2023-04-261-3/+6
* | Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-04-2914-485/+565
|\ \
| * | NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker2023-04-282-7/+14
| * | NFS: Cleanup unused rpc_clnt variableBenjamin Coddington2023-04-211-4/+0
| * | NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to staticTom Rix2023-04-211-1/+1
| * | NFS: Convert readdir page array functions to use a folioAnna Schumaker2023-04-121-102/+99
| * | NFS: Convert the readdir array-of-pages into an array-of-foliosAnna Schumaker2023-04-121-64/+65
| * | NFSv3: handle out-of-order write replies.NeilBrown2023-04-111-15/+97
| * | NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bitDave Wysochanski2023-04-111-91/+0
| * | NFS: Remove all NFSIOS_FSCACHE counters due to conversion to netfs APIDave Wysochanski2023-04-112-28/+0
| * | NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski2023-04-116-152/+268
| * | NFS: Configure support for netfs when NFS fscache is configuredDave Wysochanski2023-04-113-20/+16
| * | NFS: Rename readpage_async_filler to nfs_read_add_folioDave Wysochanski2023-04-111-27/+27
| * | nfs: simplify two-level sysctl registration for nfs_cb_sysctlsLuis Chamberlain2023-04-111-19/+1
| * | nfs: simplify two-level sysctl registration for nfs4_cb_sysctlsLuis Chamberlain2023-04-111-19/+2
| * | NFSv4.1: Always send a RECLAIM_COMPLETE after establishing leaseTrond Myklebust2023-04-101-0/+4
| |/
* | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-3/+2
|\ \
| * | nfs: remove empty if statement from nfs3_prepare_get_aclUros Bizjak2023-04-081-3/+2
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-2/+2
|\ \
| * | mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-2/+2
* | | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-272-38/+3
|\ \ \
| * | | nfs: simplify two-level sysctl registration for nfs_cb_sysctlsLuis Chamberlain2023-04-131-19/+1
| * | | nfs: simplify two-level sysctl registration for nfs4_cb_sysctlsLuis Chamberlain2023-04-131-19/+2
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-261-10/+2
|\ \ \ \
| * | | | fs: Add FGP_WRITEBEGINMatthew Wilcox2023-04-061-10/+2
* | | | | Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-04-242-6/+1
|\ \ \ \ \
| * | | | | nfs: use vfs setgid helperChristian Brauner2023-03-301-3/+1
| * | | | | fs_context: drop the unused lsm_flags memberOndrej Mosnacek2023-03-161-3/+0
| |/ / / /
* | | | | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-243-10/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fs: drop unused posix acl handlersChristian Brauner2023-03-063-10/+0
| |/ / /