aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-01-28iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_directChristoph Hellwig1-23/+19
2026-01-28iomap: split out the per-bio logic from iomap_dio_bio_iterChristoph Hellwig1-52/+59
2026-01-28iomap: simplify iomap_dio_bio_iterChristoph Hellwig1-7/+6
2026-01-28iomap: fix submission side handling of completion side errorsChristoph Hellwig1-3/+7
2026-01-28Merge tag 'scrub-syzbot-fixes-7.0_2026-01-25' of https://git.kernel.org/pub/s...Carlos Maiolino23-181/+115
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino6-17/+157
2026-01-28Merge tag 'attr-leaf-freemap-fixes-7.0_2026-01-25' of https://git.kernel.org/...Carlos Maiolino3-63/+155
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino31-26/+3044
2026-01-28isofs: support full length file names (255 instead of 253)Shawn Landden1-1/+1
2026-01-28erofs: mark inodes without acls in erofs_read_inode()Gao Xiang3-1/+26
2026-01-27fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRootJiasheng Jiang1-0/+3
2026-01-26fat: avoid parent link count underflow in rmdirZhiyu Zhang2-2/+12
2026-01-26ocfs2: add check for free bits before allocation in ocfs2_move_extent()Deepanshu Kartikey1-1/+6
2026-01-26ocfs2: adjust function name referenceJulia Lawall1-1/+1
2026-01-27f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()Chao Yu2-1/+3
2026-01-27f2fs: optimize NAT block loading during checkpoint writeYongpeng Yang1-1/+13
2026-01-27f2fs: change size parameter of __has_cursum_space() to unsigned intYongpeng Yang1-1/+1
2026-01-27f2fs: add write latency stats for NAT and SIT blocks in f2fs_write_checkpointYongpeng Yang2-2/+6
2026-01-27f2fs: pin files do not require sbi->writepages lock for orderingYongpeng Yang1-0/+2
2026-01-27f2fs: fix to show simulate_lock_timeout correctlyChao Yu1-1/+2
2026-01-27f2fs: introduce FAULT_SKIP_WRITEChao Yu3-0/+6
2026-01-27f2fs: check skipped write in f2fs_enable_checkpoint()Chao Yu4-4/+55
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-39/+75
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever2-20/+87
2026-01-26nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos1-0/+4
2026-01-26nfsd: never defer requests during idmap lookupAnthony Iliopoulos3-8/+58
2026-01-26NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegationOlga Kornievskaia1-1/+2
2026-01-26nfsd: fix nfs4_file refcount leak in nfsd_get_dir_deleg()Jeff Layton1-1/+4
2026-01-26nfsd: use workqueue enable/disable APIs for v4_end_grace syncNeilBrown2-14/+9
2026-01-26NFS: NFSERR_INVAL is not defined by NFSv2Chuck Lever2-2/+2
2026-01-26nfsd: prefix notification in nfsd4_finalize_deleg_timestamps() with "nfsd: "Jeff Layton1-1/+1
2026-01-26locks: ensure vfs_test_lock() never returns FILE_LOCK_DEFERREDNeilBrown2-7/+14
2026-01-26NFSD: Add instructions on how to deal with xdrgen filesChuck Lever1-1/+9
2026-01-26NFSD: Clean up nfsd4_check_open_attributes()Chuck Lever1-19/+21
2026-01-26gfs2: Fix slab-use-after-free in qd_putAndreas Gruenbacher1-0/+1
2026-01-26gfs2: Introduce glock_{type,number,sbd} helpersAndreas Gruenbacher12-112/+124
2026-01-26gfs2: gfs2_glock_hold cleanupAndreas Gruenbacher1-2/+2
2026-01-26gfs: Use fixed GL_GLOCK_MIN_HOLD timeAndreas Gruenbacher1-1/+1
2026-01-26gfs2: Fix gfs2_log_get_bio argument typeAndreas Gruenbacher1-3/+3
2026-01-26gfs2: gfs2_chain_bio start sector fixAndreas Gruenbacher1-3/+3
2026-01-26gfs2: Initialize bio->bi_opf earlyAndreas Gruenbacher3-22/+26
2026-01-26gfs2: Rename gfs2_log_submit_{bio -> write}Andreas Gruenbacher3-6/+6
2026-01-26gfs2: Do not cancel internal demote requestsAndreas Gruenbacher3-15/+35
2026-01-26gfs2: run_queue cleanupAndreas Gruenbacher1-13/+7
2026-01-26gfs2: Retries missing in gfs2_{rename,exchange}Andreas Gruenbacher3-14/+43
2026-01-26gfs2: glock cancelation flag fixAndreas Gruenbacher1-0/+2
2026-01-24xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong2-3/+32
2026-01-24xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong1-2/+5
2026-01-24xfs: check return value of xchk_scrub_create_subordDarrick J. Wong3-1/+7
2026-01-24xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong5-9/+24