summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-01-29xdrgen: Implement pass-through lines in specificationsChuck Lever-2/+11
2026-01-29iomap: fix invalid folio access after folio_end_read()Joanne Koong-24/+27
2026-01-29fs: dcache: fix typo in enum d_walk_ret commentChelsy Ratnawat-5/+5
2026-01-29xfs: fix spacing style issues in xfs_alloc.cShin Seong-jun-4/+4
2026-01-29xfs: remove xfs_zone_gc_space_availableChristoph Hellwig-14/+7
2026-01-29xfs: use a seprate member to track space availabe in the GC scatch bufferChristoph Hellwig-16/+9
2026-01-29ovl: use name_is_dot* helpers in readdir codeAmir Goldstein-25/+13
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein-8/+10
2026-01-29ovl: Fix uninit-value in ovl_fill_realQing Wang-1/+1
2026-01-28hfsplus: fix generic/062 xfstests failureViacheslav Dubeyko-13/+39
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever-18/+133
2026-01-28nfsd: add controls to set the minimum number of threads per poolJeff Layton-4/+36
2026-01-28nfsd: adjust number of running nfsd threads based on activityJeff Layton-1/+77
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton-3/+3
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton-10/+10
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton-18/+15
2026-01-28xfs: use bounce buffering direct I/O when the device requires stable pagesChristoph Hellwig-5/+44
2026-01-28iomap: add a flag to bounce buffer direct I/OChristoph Hellwig-10/+20
2026-01-28iomap: support ioends for direct readsChristoph Hellwig-0/+8
2026-01-28iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKEDChristoph Hellwig-4/+4
2026-01-28iomap: free the bio before completing the dioChristoph Hellwig-8/+9
2026-01-28iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_directChristoph Hellwig-23/+19
2026-01-28iomap: split out the per-bio logic from iomap_dio_bio_iterChristoph Hellwig-52/+59
2026-01-28iomap: simplify iomap_dio_bio_iterChristoph Hellwig-7/+6
2026-01-28iomap: fix submission side handling of completion side errorsChristoph Hellwig-3/+7
2026-01-28Merge tag 'scrub-syzbot-fixes-7.0_2026-01-25' of https://git.kernel.org/pub/s...Carlos Maiolino-181/+115
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino-17/+157
2026-01-28Merge tag 'attr-leaf-freemap-fixes-7.0_2026-01-25' of https://git.kernel.org/...Carlos Maiolino-63/+155
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino-26/+3044
2026-01-28isofs: support full length file names (255 instead of 253)Shawn Landden-1/+1
2026-01-28erofs: mark inodes without acls in erofs_read_inode()Gao Xiang-1/+26
2026-01-27fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRootJiasheng Jiang-0/+3
2026-01-26fat: avoid parent link count underflow in rmdirZhiyu Zhang-2/+12
2026-01-26ocfs2: add check for free bits before allocation in ocfs2_move_extent()Deepanshu Kartikey-1/+6
2026-01-26ocfs2: adjust function name referenceJulia Lawall-1/+1
2026-01-27f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()Chao Yu-1/+3
2026-01-27f2fs: optimize NAT block loading during checkpoint writeYongpeng Yang-1/+13
2026-01-27f2fs: change size parameter of __has_cursum_space() to unsigned intYongpeng Yang-1/+1
2026-01-27f2fs: add write latency stats for NAT and SIT blocks in f2fs_write_checkpointYongpeng Yang-2/+6
2026-01-27f2fs: pin files do not require sbi->writepages lock for orderingYongpeng Yang-0/+2
2026-01-27f2fs: fix to show simulate_lock_timeout correctlyChao Yu-1/+2
2026-01-27f2fs: introduce FAULT_SKIP_WRITEChao Yu-0/+6
2026-01-27f2fs: check skipped write in f2fs_enable_checkpoint()Chao Yu-4/+55
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-39/+75
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever-20/+87
2026-01-26nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos-0/+4
2026-01-26nfsd: never defer requests during idmap lookupAnthony Iliopoulos-8/+58
2026-01-26NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegationOlga Kornievskaia-1/+2
2026-01-26nfsd: fix nfs4_file refcount leak in nfsd_get_dir_deleg()Jeff Layton-1/+4
2026-01-26nfsd: use workqueue enable/disable APIs for v4_end_grace syncNeilBrown-14/+9