summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs: avoid i_lock contention in nfs_clear_invalid_mappingMike Snitzer2024-11-041-5/+15
* nfs_common: fix localio to cope with racing nfs_local_probe()Mike Snitzer2024-11-042-3/+3
* NFS: Further fixes to attribute delegation a/mtime changesTrond Myklebust2024-11-041-18/+31
* NFS: Fix attribute delegation behaviour on exclusive createTrond Myklebust2024-11-041-0/+4
* nfs: Fix KMSAN warning in decode_getfattr_attrs()Roberto Sassu2024-11-041-0/+1
* NFSv3: only use NFS timeout for MOUNT when protocols are compatibleNeilBrown2024-11-041-1/+9
* NFS: remove revoked delegation from server's delegation listDai Ngo2024-10-091-0/+5
* nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer2024-10-031-3/+3
* NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang2024-10-033-2/+3
* SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter2024-10-031-0/+2
* nfs: Remove duplicated include in localio.cYang Li2024-09-301-1/+0
* Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-09-2424-312/+1073
|\
| * nfs: implement client support for NFS_LOCALIO_PROGRAMMike Snitzer2024-09-232-6/+132
| * nfs/localio: use dedicated workqueues for filesystem read and writeTrond Myklebust2024-09-233-38/+91
| * pnfs/flexfiles: enable localio supportTrond Myklebust2024-09-232-4/+52
| * nfs: enable localio for non-pNFS IOTrond Myklebust2024-09-232-2/+12
| * nfs: add LOCALIO supportWeston Andros Adamson2024-09-237-0/+725
| * nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commitMike Snitzer2024-09-236-13/+19
| * nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.hMike Snitzer2024-09-232-19/+0
| * nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errnoMike Snitzer2024-09-231-67/+0
| * nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer2024-09-234-160/+23
| * nfs: add 'noalignwrite' option for lock-less 'lost writes' preventionDan Aloni2024-09-233-0/+14
| * nfs: fix the comment of nfs_get_rootLi Lingfeng2024-09-231-1/+1
| * NFSv4.2: Fix detection of "Proxying of Times" server supportRoi Azarzar2024-09-231-2/+14
| * NFSv4: Fail mounts if the lease setup times outTrond Myklebust2024-09-231-0/+6
| * fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_pr...Zhaoyang Huang2024-09-231-4/+2
| * nfs: Remove obsoleted declaration for nfs_read_prepareGaosheng Cui2024-09-231-1/+0
| * nfs: Remove unnecessary NULL check before kfree()Thorsten Blum2024-09-231-2/+1
| * nfs: Annotate struct nfs_cache_array with __counted_by()Thorsten Blum2024-09-231-3/+3
| * nfs: simplify and guarantee owner uniqueness.NeilBrown2024-09-234-21/+8
| * nfs: fix memory leak in error path of nfs4_do_reclaimLi Lingfeng2024-09-231-0/+1
* | Merge tag 'nfsd-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-09-231-0/+2
|\|
| * sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown2024-09-201-0/+2
* | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-6/+5
|\ \
| * | nfs make use of str_false_true helperHongbo Li2024-09-011-6/+5
| |/
* | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-09-162-17/+9
|\ \
| * | netfs: Speed up buffered readingDavid Howells2024-09-122-17/+9
| |/
* | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-4/+3
|\ \ | |/ |/|
| * fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+2
| * fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+1
* | NFS: Avoid unnecessary rescanning of the per-server delegation listTrond Myklebust2024-08-221-10/+5
* | NFSv4: Fix clearing of layout segments in layoutreturnTrond Myklebust2024-08-222-6/+8
* | NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegationsTrond Myklebust2024-08-221-0/+2
* | nfs: fix bitmap decoder to handle a 3rd wordJeff Layton2024-08-221-2/+4
* | nfs: fix the fetch of FATTR4_OPEN_ARGUMENTSJeff Layton2024-08-221-1/+2
* | 9p: Fix DIO read through netfsDominique Martinet2024-08-131-1/+2
* | netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells2024-08-122-2/+2
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-213-3/+7
|\
| * mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan2024-07-121-0/+4
| * nfs: drop usage of folio_file_posKairui Song2024-07-033-6/+6