summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-01-29NFSD: Add support for XDR decoding POSIX draft ACLsRick Macklem
2026-01-29NFSD: Refactor nfsd_setattr()'s ACL error reportingRick Macklem
2026-01-29NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributesRick Macklem
2026-01-29NFSD: Add nfsd4_encode_fattr4_posix_access_aclRick Macklem
2026-01-29NFSD: Add nfsd4_encode_fattr4_posix_default_aclRick Macklem
2026-01-29NFSD: Add nfsd4_encode_fattr4_acl_trueform_scopeRick Macklem
2026-01-29NFSD: Add nfsd4_encode_fattr4_acl_trueformRick Macklem
2026-01-29Add RPC language definition of NFSv4 POSIX ACL extensionChuck Lever
2026-01-29NFSD: Add a Kconfig setting to enable support for NFSv4 POSIX ACLsChuck Lever
2026-01-29xdrgen: Implement pass-through lines in specificationsChuck Lever
2026-01-29iomap: fix invalid folio access after folio_end_read()Joanne Koong
2026-01-29fs: dcache: fix typo in enum d_walk_ret commentChelsy Ratnawat
2026-01-29xfs: fix spacing style issues in xfs_alloc.cShin Seong-jun
2026-01-29xfs: remove xfs_zone_gc_space_availableChristoph Hellwig
2026-01-29xfs: use a seprate member to track space availabe in the GC scatch bufferChristoph Hellwig
2026-01-29ovl: use name_is_dot* helpers in readdir codeAmir Goldstein
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein
2026-01-29ovl: Fix uninit-value in ovl_fill_realQing Wang
2026-01-28hfsplus: fix generic/062 xfstests failureViacheslav Dubeyko
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever
2026-01-28nfsd: add controls to set the minimum number of threads per poolJeff Layton
2026-01-28nfsd: adjust number of running nfsd threads based on activityJeff Layton
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton
2026-01-28xfs: use bounce buffering direct I/O when the device requires stable pagesChristoph Hellwig
2026-01-28iomap: add a flag to bounce buffer direct I/OChristoph Hellwig
2026-01-28iomap: support ioends for direct readsChristoph Hellwig
2026-01-28iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKEDChristoph Hellwig
2026-01-28iomap: free the bio before completing the dioChristoph Hellwig
2026-01-28iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_directChristoph Hellwig
2026-01-28iomap: split out the per-bio logic from iomap_dio_bio_iterChristoph Hellwig
2026-01-28iomap: simplify iomap_dio_bio_iterChristoph Hellwig
2026-01-28iomap: fix submission side handling of completion side errorsChristoph Hellwig
2026-01-28Merge tag 'scrub-syzbot-fixes-7.0_2026-01-25' of https://git.kernel.org/pub/s...Carlos Maiolino
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino
2026-01-28Merge tag 'attr-leaf-freemap-fixes-7.0_2026-01-25' of https://git.kernel.org/...Carlos Maiolino
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino
2026-01-28isofs: support full length file names (255 instead of 253)Shawn Landden
2026-01-28erofs: mark inodes without acls in erofs_read_inode()Gao Xiang
2026-01-27fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRootJiasheng Jiang
2026-01-26fat: avoid parent link count underflow in rmdirZhiyu Zhang
2026-01-26ocfs2: add check for free bits before allocation in ocfs2_move_extent()Deepanshu Kartikey
2026-01-26ocfs2: adjust function name referenceJulia Lawall
2026-01-27f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()Chao Yu
2026-01-27f2fs: optimize NAT block loading during checkpoint writeYongpeng Yang
2026-01-27f2fs: change size parameter of __has_cursum_space() to unsigned intYongpeng Yang
2026-01-27f2fs: add write latency stats for NAT and SIT blocks in f2fs_write_checkpointYongpeng Yang
2026-01-27f2fs: pin files do not require sbi->writepages lock for orderingYongpeng Yang
2026-01-27f2fs: fix to show simulate_lock_timeout correctlyChao Yu