summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: retry block group reclaim without infinite loopBoris Burkov2024-06-271-2/+9
* btrfs: zoned: allocate dummy checksums for zoned NODATASUM writesJohannes Thumshirn2024-06-271-1/+3
* btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana2024-06-211-3/+10
* btrfs: re-introduce 'norecovery' mount optionQu Wenruo2024-06-161-0/+8
* btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana2024-06-161-9/+1
* btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval2024-06-161-6/+11
* btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo2024-06-161-29/+31
* btrfs: qgroup: fix qgroup id collision across mountsBoris Burkov2024-06-161-0/+20
* btrfs: qgroup: update rescan message levels and error codesDavid Sterba2024-06-161-7/+5
* btrfs: qgroup: fix initialization of auto inherit arrayDan Carpenter2024-06-161-1/+1
* btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik2024-05-301-2/+8
* Merge tag 'for-6.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-063-15/+18
|\
| * btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik2024-05-022-15/+16
| * btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo2024-05-021-0/+2
* | Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-024-16/+40
|\|
| * btrfs: set correct ram_bytes when splitting ordered extentQu Wenruo2024-04-301-0/+1
| * btrfs: take the cleaner_mutex earlier in qgroup disableJosef Bacik2024-04-252-16/+38
| * btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet2024-04-251-0/+1
* | Merge tag 'for-6.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-246-27/+25
|\|
| * btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo2024-04-182-1/+6
| * btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn2024-04-181-9/+3
| * btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy2024-04-181-7/+6
| * btrfs: scrub: run relocation repair when/only neededNaohiro Aota2024-04-181-9/+9
| * btrfs: remove colon from messages with stateDavid Sterba2024-04-181-1/+1
* | Merge tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-172-15/+14
|\|
| * btrfs: do not wait for short bulk allocationQu Wenruo2024-04-091-14/+4
| * btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota2024-04-092-0/+9
| * btrfs: zoned: do not flag ZEROOUT on non-dirty extent bufferNaohiro Aota2024-04-091-1/+1
* | Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-087-33/+55
|\|
| * btrfs: always clear PERTRANS metadata during commitBoris Burkov2024-04-021-1/+1
| * btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov2024-04-021-1/+1
| * btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_transBoris Burkov2024-04-021-9/+8
| * btrfs: record delayed inode root in transactionBoris Burkov2024-04-021-0/+3
| * btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov2024-04-024-22/+40
| * btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov2024-04-021-0/+2
* | Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-276-22/+63
|\|
| * btrfs: fix race in read_extent_buffer_pages()Tavian Barnes2024-03-261-0/+13
| * btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain2024-03-261-5/+12
| * btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn2024-03-261-1/+2
| * btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana2024-03-261-5/+5
| * btrfs: fix message not properly printing interval when adding extent mapFilipe Manana2024-03-261-2/+2
| * btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana2024-03-261-2/+2
| * btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana2024-03-261-1/+1
| * btrfs: validate device maj:min during openAnand Jain2024-03-261-0/+10
| * btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn2024-03-261-7/+7
| * btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn2024-03-151-1/+11
* | btrfs: do not skip re-registration for the mounted deviceAnand Jain2024-03-181-11/+47
* | Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-03-12118-1117/+2131
|\|
| * btrfs: reuse cloned extent buffer during fiemap to avoid re-allocationsFilipe Manana2024-03-051-8/+24
| * btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana2024-03-051-61/+160