summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-01-23erofs: add erofs_inode_set_aops helper to set the aopsHongbo Li-23/+23
2026-01-23erofs: support user-defined fingerprint nameHongzhen Luo-2/+36
2026-01-23erofs: decouple `struct erofs_anon_fs_type`Gao Xiang-13/+16
2026-01-23fs: Export alloc_empty_backing_fileHongbo Li-0/+1
2026-01-23Merge branch 'vfs-7.0.iomap' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gao Xiang-25/+52
2026-01-23fs/file: optimize close_range() complexity from O(N) to O(Sparse)Qiliang Yuan-2/+8
2026-01-22smb: server: reset smb_direct_port = SMB_DIRECT_PORT_INFINIBAND on initStefan Metzmacher-0/+1
2026-01-22smb: server: fix comment for ksmbd_vfs_kern_path_start_removing()Stefan Metzmacher-1/+1
2026-01-22ksmbd: smbd: fix dma_unmap_sg() nentsThomas Fourier-8/+7
2026-01-23erofs: tidy up erofs_init_inode_xattrs()Gao Xiang-37/+25
2026-01-23erofs: tidy up synchronous decompressionGao Xiang-29/+16
2026-01-23erofs: remove useless src in erofs_xattr_copy_to_buffer()Ferry Meng-3/+1
2026-01-23erofs: unexport erofs_xattr_prefix()Gao Xiang-33/+28
2026-01-23erofs: unexport erofs_getxattr()Gao Xiang-61/+54
2026-01-23erofs: fix incorrect early exits in volume label handlingGao Xiang-2/+4
2026-01-23erofs: fix incorrect early exits for invalid metabox-enabled imagesGao Xiang-2/+3
2026-01-23erofs: avoid noisy messages for transient -ENOMEMGao Xiang-3/+4
2026-01-23erofs: improve LZ4 error stringsGao Xiang-22/+20
2026-01-23erofs: simplify the code using for_each_set_bitYuwen Chen-12/+9
2026-01-23erofs: make z_erofs_crypto[] staticFerry Meng-1/+1
2026-01-23erofs: Use %pe format specifier for error pointersFerry Meng-2/+2
2026-01-22NFS/localio: switch nfs_local_do_read and nfs_local_do_write to return voidMike Snitzer-19/+13
2026-01-22NFS/localio: remove -EAGAIN handling in nfs_local_doio()Mike Snitzer-2/+0
2026-01-22NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commitMike Snitzer-3/+8
2026-01-22NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepagesMike Snitzer-0/+15
2026-01-22NFS/localio: Cleanup the nfs_local_pgio_done() parametersTrond Myklebust-9/+5
2026-01-22NFS/localio: Handle short writes by retryingTrond Myklebust-17/+47
2026-01-21btrfs: zlib: fix the folio leak on S390 hardware accelerationQu Wenruo-0/+1
2026-01-21btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo-26/+2
2026-01-21Merge tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+73
2026-01-21xfs: fix incorrect context handling in xfs_trans_rollWenwu Hou-11/+6
2026-01-21xfs: always allocate the free zone with the lowest indexHans Holmberg-31/+17
2026-01-21xfs: promote metadata directories and large block supportDarrick J. Wong-14/+0
2026-01-21xfs: use blkdev_get_zone_info to simplify zone reportingChristoph Hellwig-64/+50
2026-01-21xfs: check that used blocks are smaller than the write pointerChristoph Hellwig-0/+7
2026-01-21xfs: split and refactor zone validationChristoph Hellwig-114/+68
2026-01-21xfs: pass the write pointer to xfs_init_zoneChristoph Hellwig-29/+37
2026-01-21xfs: add a xfs_rtgroup_raw_size helperChristoph Hellwig-0/+15
2026-01-21xfs: add missing forward declaration in xfs_zones.hDamien Le Moal-0/+1
2026-01-21xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig-51/+24
2026-01-21xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong-0/+8
2026-01-21xfs: rework zone GC buffer managementChristoph Hellwig-47/+59
2026-01-21xfs: use bio_reuse in the zone GC codeChristoph Hellwig-6/+1
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig-204/+193
2026-01-21xfs: move the remaining content from xfs.h to xfs_platform.hChristoph Hellwig-17/+16
2026-01-21xfs: include global headers first in xfs_platform.hChristoph Hellwig-14/+10
2026-01-21xfs: rename xfs_linux.h to xfs_platform.hChristoph Hellwig-4/+4
2026-01-21xfs: factor out a xlog_write_space_advance helperChristoph Hellwig-12/+20
2026-01-21xfs: improve the iclog space assert in xlog_write_iovecChristoph Hellwig-1/+1
2026-01-21xfs: add a xlog_write_space_left helperChristoph Hellwig-9/+13