aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-01-22NFS/localio: remove -EAGAIN handling in nfs_local_doio()Mike Snitzer1-2/+0
2026-01-22NFS/localio: use GFP_NOIO and non-memreclaim workqueue in nfs_local_commitMike Snitzer1-3/+8
2026-01-22NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepagesMike Snitzer1-0/+15
2026-01-22NFS/localio: Cleanup the nfs_local_pgio_done() parametersTrond Myklebust1-9/+5
2026-01-22NFS/localio: Handle short writes by retryingTrond Myklebust1-17/+47
2026-01-21btrfs: zlib: fix the folio leak on S390 hardware accelerationQu Wenruo1-0/+1
2026-01-21btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo3-26/+2
2026-01-21Merge tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-2/+73
2026-01-21xfs: fix incorrect context handling in xfs_trans_rollWenwu Hou2-11/+6
2026-01-21xfs: always allocate the free zone with the lowest indexHans Holmberg2-31/+17
2026-01-21xfs: promote metadata directories and large block supportDarrick J. Wong3-14/+0
2026-01-21xfs: use blkdev_get_zone_info to simplify zone reportingChristoph Hellwig1-64/+50
2026-01-21xfs: check that used blocks are smaller than the write pointerChristoph Hellwig1-0/+7
2026-01-21xfs: split and refactor zone validationChristoph Hellwig3-114/+68
2026-01-21xfs: pass the write pointer to xfs_init_zoneChristoph Hellwig1-29/+37
2026-01-21xfs: add a xfs_rtgroup_raw_size helperChristoph Hellwig1-0/+15
2026-01-21xfs: add missing forward declaration in xfs_zones.hDamien Le Moal1-0/+1
2026-01-21xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig1-51/+24
2026-01-21xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-01-21xfs: rework zone GC buffer managementChristoph Hellwig1-47/+59
2026-01-21xfs: use bio_reuse in the zone GC codeChristoph Hellwig1-6/+1
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig194-204/+193
2026-01-21xfs: move the remaining content from xfs.h to xfs_platform.hChristoph Hellwig2-17/+16
2026-01-21xfs: include global headers first in xfs_platform.hChristoph Hellwig1-14/+10
2026-01-21xfs: rename xfs_linux.h to xfs_platform.hChristoph Hellwig2-4/+4
2026-01-21xfs: factor out a xlog_write_space_advance helperChristoph Hellwig1-12/+20
2026-01-21xfs: improve the iclog space assert in xlog_write_iovecChristoph Hellwig1-1/+1
2026-01-21xfs: add a xlog_write_space_left helperChristoph Hellwig1-9/+13
2026-01-21xfs: improve the calling convention for the xlog_write helpersChristoph Hellwig1-110/+77
2026-01-21xfs: regularize iclog space accounting in xlog_write_partialChristoph Hellwig1-3/+4
2026-01-21xfs: move struct xfs_log_vec to xfs_log_priv.hChristoph Hellwig2-12/+12
2026-01-21xfs: move struct xfs_log_iovec to xfs_log_priv.hChristoph Hellwig2-7/+6
2026-01-21xfs: improve the ->iop_format interfaceChristoph Hellwig14-194/+180
2026-01-21xfs: set lv_bytes in xlog_write_one_vecChristoph Hellwig1-2/+3
2026-01-21xfs: add a xlog_write_one_vec helperChristoph Hellwig3-24/+24
2026-01-20fat: remove unused parameterLalit Shankar Chowdhury1-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap13-0/+13
2026-01-20ocfs2: annotate more flexible array members with __counted_by_le()Dmitry Antipov2-5/+3
2026-01-20ocfs2: fix oob in __ocfs2_find_pathEdward Adam Davis1-4/+5
2026-01-20ocfs2: add validate function for slot map blocksPrithvi Tambewagh1-2/+25
2026-01-20ocfs2: adjust ocfs2_xa_remove_entry() to match UBSAN boundary checksDmitry Antipov1-2/+3
2026-01-20ocfs2: validate inline data i_size during inode readDeepanshu Kartikey1-6/+19
2026-01-20ocfs2: validate i_refcount_loc when refcount flag is setDeepanshu Kartikey1-0/+7
2026-01-20ocfs2: constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET2-6/+6
2026-01-20ocfs2: detect released suballocator BG for fh_to_[dentry|parent]Heming Zhao2-11/+21
2026-01-20ocfs2: give ocfs2 the ability to reclaim suballocator free bgHeming Zhao1-9/+299
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner3-13/+1
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky1-2/+2
2026-01-20xfs: add media verification ioctlDarrick J. Wong6-0/+590
2026-01-20xfs: check if an open file is on the health monitored fsDarrick J. Wong2-1/+45