summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-06-27btrfs: retry block group reclaim without infinite loopBoris Burkov
2024-06-27btrfs: zoned: allocate dummy checksums for zoned NODATASUM writesJohannes Thumshirn
2024-06-21btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana
2024-06-16btrfs: re-introduce 'norecovery' mount optionQu Wenruo
2024-06-16btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana
2024-06-16btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval
2024-06-16btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo
2024-06-16btrfs: qgroup: fix qgroup id collision across mountsBoris Burkov
2024-06-16btrfs: qgroup: update rescan message levels and error codesDavid Sterba
2024-06-16btrfs: qgroup: fix initialization of auto inherit arrayDan Carpenter
2024-05-30btrfs: set start on clone before calling copy_extent_buffer_fullJosef Bacik
2024-05-06Merge tag 'for-6.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-02btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik
2024-05-02btrfs: qgroup: do not check qgroup inherit if qgroup is disabledQu Wenruo
2024-05-02Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-30btrfs: set correct ram_bytes when splitting ordered extentQu Wenruo
2024-04-25btrfs: take the cleaner_mutex earlier in qgroup disableJosef Bacik
2024-04-25btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet
2024-04-24Merge tag 'for-6.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo
2024-04-18btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn
2024-04-17Merge tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-18btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy
2024-04-18btrfs: scrub: run relocation repair when/only neededNaohiro Aota
2024-04-18btrfs: remove colon from messages with stateDavid Sterba
2024-04-09btrfs: do not wait for short bulk allocationQu Wenruo
2024-04-09btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota
2024-04-09btrfs: zoned: do not flag ZEROOUT on non-dirty extent bufferNaohiro Aota
2024-04-08Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-02btrfs: always clear PERTRANS metadata during commitBoris Burkov
2024-04-02btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov
2024-04-02btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_transBoris Burkov
2024-04-02btrfs: record delayed inode root in transactionBoris Burkov
2024-04-02btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov
2024-04-02btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov
2024-03-27Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-26btrfs: fix race in read_extent_buffer_pages()Tavian Barnes
2024-03-26btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain
2024-03-26btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn
2024-03-26btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana
2024-03-26btrfs: fix message not properly printing interval when adding extent mapFilipe Manana
2024-03-26btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana
2024-03-26btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana
2024-03-26btrfs: validate device maj:min during openAnand Jain
2024-03-26btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn
2024-03-18btrfs: do not skip re-registration for the mounted deviceAnand Jain
2024-03-15btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds