summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-10xfs: add lockless xfs_buf_readahead_map fast pathChristoph Hellwig1-3/+13
2026-08-10xfs: move buffer locking out of xfs_find_get_bufChristoph Hellwig1-11/+22
2026-08-10xfs: merge xfs_buf_reverify into xfs_buf_read_mapChristoph Hellwig1-43/+36
2026-08-10xfs: use goto based error unwinding in xfs_buf_read_mapChristoph Hellwig1-23/+24
2026-08-10xfs: don't reverify buffers in xfs_buf_readahead_mapChristoph Hellwig1-1/+0
2026-08-10xfs: use WRITE_ONCE to update b_flagsChristoph Hellwig1-35/+51
2026-08-10xfs: hide b_flags manipulation from code outside of xfs_buf.cChristoph Hellwig7-13/+29
2026-08-10xfs: remove _XBF_LOGRECOVERYChristoph Hellwig7-19/+10
2026-08-10xfs: remove spurious XBF_DONE clearing on readahead validation failureChristoph Hellwig2-12/+11
2026-08-10xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_bufChristoph Hellwig1-12/+29
2026-08-10xfs: consolidate buffer locking in xfs_buf_get_mapChristoph Hellwig2-41/+23
2026-08-10xfs: don't get a pag reference in xfs_buf_get_mapChristoph Hellwig1-34/+10
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich225-1494/+4126
2026-08-09Merge tag 'trace-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+28
2026-08-08eventfs: Use children field for rcu head and add memory barriersSteven Rostedt2-2/+26
2026-08-08eventfs: Fix use-after-free in eventfs_remove_rec()Shuangpeng Bai1-2/+2
2026-08-07f2fs: fix to pass folio->index to f2fs_sanity_check_node_footer()Chao Yu1-1/+1
2026-08-07f2fs: issue multi-device flushes in parallelYonggil Song1-3/+41
2026-08-07f2fs: print error information in f2fs_put_super()Chao Yu1-1/+2
2026-08-07btrfs: skip hole detection during full fsync for files without holesFilipe Manana1-0/+9
2026-08-07btrfs: add extra ASSERT()s to make sure the folio size is correctQu Wenruo1-0/+19
2026-08-07btrfs: use GFP_NOWAIT for tree block readaheadBoris Burkov1-1/+2
2026-08-07btrfs: enable unlocked NOFAIL retry for eb allocationsBoris Burkov5-14/+50
2026-08-07btrfs: add struct btrfs_eb_preallocBoris Burkov7-67/+166
2026-08-07btrfs: factor init_extent_buffer from __alloc_extent_bufferBoris Burkov1-8/+12
2026-08-07btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data()Qu Wenruo1-7/+11
2026-08-07btrfs: add validation for extent statesQu Wenruo1-0/+21
2026-08-07btrfs: use aligned range for locking in reflinkQu Wenruo1-2/+2
2026-08-07btrfs: use aligned range for locking in extent_fiemap()Qu Wenruo1-2/+2
2026-08-07btrfs: zoned: don't clobber the extent buffer when zeroing it outJohannes Thumshirn2-13/+31
2026-08-07btrfs: zoned: drop stranded dirty metadata buffers at unmountJohannes Thumshirn1-0/+7
2026-08-07btrfs: zoned: drop stranded dirty metadata on transaction abortJohannes Thumshirn3-16/+60
2026-08-07btrfs: zoned: flush active metadata block group at btree_writepages() startJohannes Thumshirn1-21/+92
2026-08-07btrfs: convert reflink.c to use btrfs_inode as parametersQu Wenruo1-52/+49
2026-08-07btrfs: use simple booleans for log_commit field in struct btrfs_rootFilipe Manana4-17/+11
2026-08-07btrfs: check for exit condition after waking in wait_log_commit()Filipe Manana1-4/+4
2026-08-07btrfs: move condition for log commit wait into wait_log_commit()Filipe Manana1-26/+17
2026-08-07btrfs: remove log batch counter use for fsyncFilipe Manana4-14/+1
2026-08-07btrfs: stop sleeping for one jiffy in non-ssd mounts during log commitFilipe Manana2-19/+1
2026-08-07btrfs: sysfs: fix path of the "read_policy" module parameter in commentZenghui Yu1-1/+1
2026-08-07btrfs: retry verity reads for not-uptodate Merkle foliosYichong Chen1-5/+11
2026-08-07btrfs: use %pe for error code outputQu Wenruo12-93/+94
2026-08-07btrfs: open code BTRFS_BYTES_TO_BLKS()Qu Wenruo2-6/+4
2026-08-07btrfs: replace writeback inhibition xarray with a fixed inline bufferLeo Martins3-37/+77
2026-08-07btrfs: compression: allocate heuristic buckets with workspaceRosen Penev1-12/+2
2026-08-07btrfs: check if root is readonly when setting posix aclSun YangKai1-0/+4
2026-08-07btrfs: drop recovered reloc root refs on recovery failureGuanghui Yang1-4/+27
2026-08-07btrfs: add missing sctx check in cleanup path in btrfs_ioctl_send()Hongling Zeng1-1/+1
2026-08-07btrfs: disguise single-data-RAID56 as RAID1/RAID1C3Qu Wenruo3-4/+27
2026-08-07btrfs: remove duplicated block group type assignmentQu Wenruo1-1/+0