summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
3 daysMerge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
3 daysMerge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
3 daysMerge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
3 daysMerge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro
2025-07-02rpc_unlink(): saner calling conventionsAl Viro
2025-06-26NFSv4/flexfiles: Fix handling of NFS level errors in I/OTrond Myklebust
2025-06-23NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAINBenjamin Coddington
2025-06-23nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.Kuniyuki Iwashima
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-03Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-28flexfiles/pNFS: update stats on NFS4ERR_DELAY for v4.1 DSesTigran Mkrtchyan
2025-05-28nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointerNeilBrown
2025-05-28nfs_localio: simplify interface to nfsd for getting nfsd_fileNeilBrown
2025-05-28nfs_localio: always hold nfsd net ref with nfsd_file refNeilBrown
2025-05-28nfs_localio: use cmpxchg() to install new nfs_file_localioNeilBrown
2025-05-28nfs: fix incorrect handling of large-number NFS errors in nfs4_do_mkdir()NeilBrown
2025-05-28nfs: ignore SB_RDONLY when remounting nfsLi Lingfeng
2025-05-28nfs: clear SB_RDONLY before getting superblockLi Lingfeng
2025-05-28NFS: always probe for LOCALIO support asynchronouslyMike Snitzer
2025-05-28pnfs/flexfiles: connect to NFSv3 DS using TLS if MDS connection uses TLSMike Snitzer
2025-05-28NFS: add localio to sysfsMike Snitzer
2025-05-28nfs: use writeback_iter directlyChristoph Hellwig
2025-05-28nfs: refactor nfs_do_writepageChristoph Hellwig
2025-05-28nfs: don't return AOP_WRITEPAGE_ACTIVATE from nfs_do_writepageChristoph Hellwig
2025-05-28nfs: fold nfs_page_async_flush into nfs_do_writepageChristoph Hellwig
2025-05-28NFSv4: Always set NLINK even if the server doesn't support itHan Young
2025-05-28NFSv4: Allow FREE_STATEID to clean up delegationsBenjamin Coddington
2025-05-28NFSv4: Don't check for OPEN feature support in v4.1Scott Mayhew
2025-05-28NFSv4.2: fix listxattr to return selinux security labelOlga Kornievskaia
2025-05-28NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when timestamps are ...Sagi Grimberg
2025-05-28NFS: Add support for fallocate(FALLOC_FL_ZERO_RANGE)Anna Schumaker
2025-05-28fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()Max Kellermann
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-05-19NFSv4: xattr handlers should check for absent nfs filehandlesScott Mayhew
2025-05-19nfs: add a refcount tracker for struct net as held by the nfs_clientJeff Layton
2025-05-16NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust
2025-05-16NFS/pnfs: Fix the error path in pnfs_layoutreturn_retry_later_locked()Trond Myklebust
2025-05-16NFSv4/pnfs: Reset the layout state after a layoutreturnTrond Myklebust
2025-05-15fs: Pass a folio to page_put_link()Matthew Wilcox (Oracle)
2025-05-15nfs: Use a folio in nfs_get_link()Matthew Wilcox (Oracle)
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-04-28NFS/localio: Fix a race in nfs_local_open_fh()Trond Myklebust
2025-04-27nfs: nfs3acl: drop useless assignment in nfs3_get_acl()Sergey Shtylyov