summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2025-09-24Merge tag 'for-6.17-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2025-09-23btrfs: zoned: don't fail mount needlessly due to too many active zonesJohannes Thumshirn1-0/+6
2025-09-21Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-21/+43
2025-09-18btrfs: reject invalid compression levelQu Wenruo3-18/+33
2025-09-18btrfs: ref-verify: handle damaged extent root treeDavid Sterba1-1/+8
2025-09-18btrfs: tree-checker: fix the incorrect inode ref size checkQu Wenruo1-2/+2
2025-09-17Merge tag 'for-6.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-12/+15
2025-09-15btrfs: annotate block group access with data_race() when sorting for reclaimFilipe Manana1-1/+8
2025-09-15btrfs: initialize inode::file_extent_tree after i_mode has been setaustinchang2-9/+5
2025-09-15btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg()Johannes Thumshirn1-1/+1
2025-09-15btrfs: fix invalid extref key setup when replaying dentryFilipe Manana1-1/+1
2025-09-11Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-16/+56
2025-09-05btrfs: don't allow adding block device of less than 1 MBMark Harmstone1-0/+5
2025-09-02Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-48/+76
2025-09-02btrfs: fix subvolume deletion lockup caused by inodes xarray raceOmar Sandoval1-1/+11
2025-09-02btrfs: fix corruption reading compressed range when block size is smaller tha...Qu Wenruo1-10/+30
2025-09-02btrfs: accept and ignore compression level for lzoCalvin Owens1-3/+6
2025-09-02btrfs: fix squota compressed stats leakBoris Burkov1-2/+4
2025-08-22btrfs: avoid load/store tearing races when checking if an inode was loggedFilipe Manana1-4/+21
2025-08-22btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana3-16/+4
2025-08-22btrfs: fix race between logging inode and checking if it was logged beforeFilipe Manana1-6/+30
2025-08-22btrfs: simplify error handling logic for btrfs_link()Filipe Manana1-26/+19
2025-08-22btrfs: fix inode leak on failure to add link to inodeFilipe Manana1-0/+2
2025-08-22btrfs: abort transaction on failure to add link to inodeFilipe Manana1-2/+6
2025-08-18Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-55/+163
2025-08-13btrfs: fix printing of mount info messages for NODATACOW/NODATASUMKyoji Ogasawara1-1/+2
2025-08-13btrfs: restore mount option info messages during mountKyoji Ogasawara1-3/+5
2025-08-13btrfs: fix incorrect log message for nobarrier mount optionKyoji Ogasawara1-1/+1
2025-08-13btrfs: fix buffer index in wait_eb_writebacks()Naohiro Aota1-1/+1
2025-08-13btrfs: subpage: keep TOWRITE tag until folio is cleanedNaohiro Aota1-1/+18
2025-08-13btrfs: clear TAG_TOWRITE from buffer tree when submitting a tree blockQu Wenruo1-0/+1
2025-08-13btrfs: do not set mtime/ctime to current time when unlinking for log replayFilipe Manana1-10/+19
2025-08-13btrfs: clear block dirty if btrfs_writepage_cow_fixup() failedQu Wenruo1-1/+5
2025-08-13btrfs: clear block dirty if submit_one_sector() failedQu Wenruo1-4/+13
2025-08-13btrfs: zoned: limit active zones to max_open_zonesNaohiro Aota1-1/+7
2025-08-13btrfs: zoned: fix write time activation failure for metadata block groupNaohiro Aota1-4/+9
2025-08-13btrfs: zoned: fix data relocation block group reservationNaohiro Aota1-8/+47
2025-08-13btrfs: zoned: skip ZONE FINISH of conventional zonesJohannes Thumshirn1-20/+35
2025-08-12Merge tag 'for-6.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-23/+39
2025-08-07btrfs: fix iteration bug in __qgroup_excl_accounting()Boris Burkov1-2/+1
2025-08-07btrfs: zoned: do not select metadata BG as finish targetNaohiro Aota1-1/+1
2025-08-07btrfs: do not allow relocation of partially dropped subvolumesQu Wenruo1-0/+19
2025-08-07btrfs: error on missing block group when unaccounting log tree extent buffersFilipe Manana1-12/+7
2025-08-07btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents()Qu Wenruo1-1/+1
2025-08-07btrfs: make btrfs_cleanup_ordered_extents() support large foliosQu Wenruo1-2/+4
2025-08-07btrfs: fix subpage deadlock in try_release_subpage_extent_buffer()Leo Martins1-5/+6
2025-08-06Merge tag 'for-6.17-fix-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+30
2025-08-06btrfs: fix log tree replay failure due to file with 0 links and extentsFilipe Manana1-18/+30
2025-07-29Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-6/+2
2025-07-29Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-11/+27