aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2026-01-23et4: allow zeroout when doing written to unwritten splitOjaswin Mujoo2-9/+122
2026-01-23ext4: refactor split and convert extentsOjaswin Mujoo1-165/+112
2026-01-23ext4: refactor zeroout path and handle all casesOjaswin Mujoo1-98/+185
2026-01-23ext4: propagate flags to ext4_convert_unwritten_extents_endio()Ojaswin Mujoo1-6/+3
2026-01-23ext4: propagate flags to convert_initialized_extent()Ojaswin Mujoo1-3/+4
2026-01-23ext4: add extent status cache support to kunit testsOjaswin Mujoo3-47/+63
2026-01-23ext4: kunit tests for higher level extent manipulation functionsOjaswin Mujoo4-9/+365
2026-01-23ext4: kunit tests for extent splitting and conversionOjaswin Mujoo4-2/+587
2026-01-23Merge tag 'v6.19-rc6-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-9/+9
2026-01-23xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong19-166/+47
2026-01-23xfs: add a method to replace shortform attrsDarrick J. Wong4-0/+44
2026-01-23xfs: speed up parent pointer operations when possibleDarrick J. Wong3-10/+109
2026-01-23xfs: reduce xfs_attr_try_sf_addname parametersDarrick J. Wong1-7/+4
2026-01-23xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-01-23xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong1-27/+27
2026-01-23xfs: strengthen attr leaf block freemap checkingDarrick J. Wong1-0/+55
2026-01-23xfs: refactor attr3 leaf table size computationDarrick J. Wong2-29/+30
2026-01-23xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
2026-01-23xfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
2026-01-23fs: reset read-only fsflags together with xflagsAndrey Albershteyn1-4/+2
2026-01-23fsnotify: Shutdown fsnotify before destroying sb's dcacheJan Kara1-2/+2
2026-01-23fsnotify: Use connector list for destroying inode marksJan Kara3-60/+54
2026-01-23fsnotify: Track inode connectors for a superblockJan Kara3-14/+85
2026-01-23erofs: implement .fadvise for page cache shareHongzhen Luo1-0/+7
2026-01-23erofs: support compressed inodes for page cache shareHongzhen Luo2-16/+24
2026-01-23erofs: support unencoded inodes for page cache shareHongbo Li5-19/+81
2026-01-23erofs: pass inode to trace_erofs_read_folioHongbo Li3-6/+4
2026-01-23erofs: introduce the page cache share featureHongzhen Luo6-2/+296
2026-01-23erofs: using domain_id in the safer wayHongbo Li2-8/+6
2026-01-23erofs: add erofs_inode_set_aops helper to set the aopsHongbo Li2-23/+23
2026-01-23erofs: support user-defined fingerprint nameHongzhen Luo5-2/+36
2026-01-23erofs: decouple `struct erofs_anon_fs_type`Gao Xiang3-13/+16
2026-01-23fs: Export alloc_empty_backing_fileHongbo Li1-0/+1
2026-01-23Merge branch 'vfs-7.0.iomap' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gao Xiang3-25/+52
2026-01-23fs/file: optimize close_range() complexity from O(N) to O(Sparse)Qiliang Yuan1-2/+8
2026-01-22smb: server: reset smb_direct_port = SMB_DIRECT_PORT_INFINIBAND on initStefan Metzmacher1-0/+1
2026-01-22smb: server: fix comment for ksmbd_vfs_kern_path_start_removing()Stefan Metzmacher1-1/+1
2026-01-22ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier1-8/+7
2026-01-23erofs: tidy up erofs_init_inode_xattrs()Gao Xiang1-37/+25
2026-01-23erofs: tidy up synchronous decompressionGao Xiang4-29/+16
2026-01-23erofs: remove useless src in erofs_xattr_copy_to_buffer()Ferry Meng1-3/+1
2026-01-23erofs: unexport erofs_xattr_prefix()Gao Xiang2-33/+28
2026-01-23erofs: unexport erofs_getxattr()Gao Xiang2-61/+54
2026-01-23erofs: fix incorrect early exits in volume label handlingGao Xiang1-2/+4
2026-01-23erofs: fix incorrect early exits for invalid metabox-enabled imagesGao Xiang1-2/+3