summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-01-19fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong
2026-01-19f2fs: fix to unlock folio in f2fs_read_data_large_folio()Chao Yu
2026-01-19f2fs: fix error path handling in f2fs_read_data_large_folio()Chao Yu
2026-01-19minix: Add required sanity checking to minix_check_superblock()Jori Koolstra
2026-01-19efivarfs: fix error propagation in efivar_entry_get()Kohei Enju
2026-01-18Merge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-18ext4: drop the TODO comment in ext4_es_insert_extent()Zhang Yi
2026-01-18ext4: replace ext4_es_insert_extent() when caching on-disk extentsZhang Yi
2026-01-18ext4: adjust the debug info in ext4_es_cache_extent()Zhang Yi
2026-01-18ext4: make ext4_es_cache_extent() support overwrite existing extentsZhang Yi
2026-01-18ext4: make __es_remove_extent() check extent statusZhang Yi
2026-01-18ext4: cleanup useless out label in __es_remove_extent()Zhang Yi
2026-01-18ext4: cleanup zeroout in ext4_split_extent_at()Zhang Yi
2026-01-18ext4: drop extent cache when splitting extent failsZhang Yi
2026-01-18ext4: drop extent cache after doing PARTIAL_VALID1 zerooutZhang Yi
2026-01-18ext4: don't cache extent during splitting extentZhang Yi
2026-01-18ext4: correct the mapping status if the extent has been zeroedZhang Yi
2026-01-18ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/OZhang Yi
2026-01-18ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1Zhang Yi
2026-01-18ext4: subdivide EXT4_EXT_DATA_VALID1Zhang Yi
2026-01-18ext4: fix iloc.bh leak in ext4_xattr_inode_update_refYang Erkun
2026-01-18ext4: add missing down_write_data_sem in mext_move_extent().Julian Sun
2026-01-17Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-17coredump: Use __counted_by_ptr for struct core_name::corenameKees Cook
2026-01-17f2fs: use folio_end_readJaegeuk Kim
2026-01-17f2fs: fix to avoid mapping wrong physical block for swapfileChao Yu
2026-01-17f2fs: avoid f2fs_map_blocks() for consecutive holes in readpagesChao Yu
2026-01-17f2fs: advance index and offset after zeroing in large folio readNanzhe Zhao
2026-01-17f2fs: add 'folio_in_bio' to handle readahead folios with no BIO submissionNanzhe Zhao
2026-01-17f2fs: avoid unnecessary block mapping lookups in f2fs_read_data_large_folioYongpeng Yang
2026-01-17f2fs: detect more inconsistent cases in sanity_check_node_footer()Chao Yu
2026-01-17f2fs: fix to do sanity check on node footer in {read,write}_end_ioChao Yu
2026-01-17f2fs: fix to do sanity check on node footer in __write_node_folio()Chao Yu
2026-01-17f2fs: clean up the type parameter in f2fs_sync_meta_pages()Yangyang Zang
2026-01-17f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong
2026-01-17f2fs: make FAULT_DISCARD obsoleteChao Yu
2026-01-17f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu
2026-01-16mount: add OPEN_TREE_NAMESPACEChristian Brauner
2026-01-16vfs: document d_dispose_if_unused()Miklos Szeredi
2026-01-16fuse: shrink once after all buckets have been scannedMiklos Szeredi
2026-01-16fuse: clean up fuse_dentry_tree_work()Miklos Szeredi
2026-01-16fuse: add need_resched() before unlocking bucketMiklos Szeredi
2026-01-16fuse: make sure dentry is evicted if staleMiklos Szeredi
2026-01-16fuse: fix race when disposing stale dentriesMiklos Szeredi
2026-01-16sysfs(2): fs_index() argument is _not_ a pathnameAl Viro
2026-01-16ksmbd: use CLASS(filename_kernel)Al Viro
2026-01-16user_statfs(): switch to CLASS(filename)Al Viro
2026-01-16statx: switch to CLASS(filename_maybe_null)Al Viro
2026-01-16quotactl_block(): switch to CLASS(filename)Al Viro
2026-01-16chroot(2): switch to CLASS(filename)Al Viro