summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-29fuse: support large folios for writethrough writesJoanne Koong
2025-05-29fuse: refactor fuse_fill_write_pages()Joanne Koong
2025-05-29fuse: support large folios for retrievesJoanne Koong
2025-05-29fuse: support copying large foliosJoanne Koong
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...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: protect race between nfs_uuid_put() and nfs_close_local_fh()NeilBrown
2025-05-28nfs_localio: duplicate nfs_close_local_fh()NeilBrown
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-28Merge tag 'jfs-6.16' of github.com:kleikamp/linux-shaggyLinus Torvalds
2025-05-28Merge tag 'dlm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-05-28Merge tag 'ext4_for_linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-28Merge tag 'ntfs3_for_6.16' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2025-05-28Merge tag 'for-linus-6.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-28Merge tag 'exfat-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-28Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-05-28smb: client: Remove an unused function and variableDr. David Alan Gilbert
2025-05-28f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu
2025-05-28f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu
2025-05-28f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabledChao Yu
2025-05-28f2fs: clean up to check bi_status w/ BLK_STS_OKChao Yu
2025-05-28f2fs: introduce is_{meta,node}_folioChao Yu
2025-05-28f2fs: add ckpt_valid_blocks to the section entryyohan.joung
2025-05-28f2fs: add a method for calculating the remaining blocks in the current segmen...yohan.joung
2025-05-28iomap: don't lose folio dropbehind state for overwritesJens Axboe
2025-05-27squashfs: add optional full compressed block cachingChanho Min
2025-05-27crash_dump, nvme: select CONFIGFS_FS as built-inArnd Bergmann
2025-05-27f2fs: introduce FAULT_VMALLOCChao Yu
2025-05-27f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctxChao Yu