summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-04-03btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn
2024-04-03btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn
2024-04-03btrfs: fix race in read_extent_buffer_pages()Tavian Barnes
2024-04-03btrfs: validate device maj:min during openAnand Jain
2024-04-03btrfs: do not skip re-registration for the mounted deviceAnand Jain
2024-04-03btrfs: fix deadlock with fiemap and extent lockingJosef Bacik
2024-04-03btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana
2024-04-03btrfs: qgroup: always free reserved space for extent recordsQu Wenruo
2024-03-26btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana
2024-03-26btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana
2024-03-26btrfs: zoned: don't skip block group profile checks on conventional zonesJohannes Thumshirn
2024-03-06btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba
2024-03-06btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana
2024-03-06btrfs: fix race between ordered extent completion and fiemapFilipe Manana
2024-03-01btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo
2024-02-23btrfs: don't drop extent_map for free space inode on write errorJosef Bacik
2024-02-23btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana
2024-02-23btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba
2024-02-23btrfs: forbid deleting live subvol qgroupBoris Burkov
2024-02-23btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov
2024-02-23btrfs: don't refill whole delayed refs block reserve when starting transactionFilipe Manana
2024-02-23btrfs: add new unused block groups to the list of unused block groupsFilipe Manana
2024-02-23btrfs: do not delete unused block group if it may be used soonFilipe Manana
2024-02-23btrfs: add and use helper to check if block group is usedFilipe Manana
2024-01-31btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota
2024-01-31btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota
2024-01-31btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval
2024-01-31btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo
2024-01-31btrfs: don't warn if discard range is not aligned to sectorDavid Sterba
2024-01-31btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng
2024-01-31btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin
2024-01-31btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval
2024-01-31btrfs: zoned: fix lock ordering in btrfs_zone_activate()Naohiro Aota
2024-01-31btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedQu Wenruo
2024-01-31btrfs: sysfs: validate scrub_speed_max valueDavid Disseldorp
2023-12-17Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-15btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-12-14Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-06btrfs: ensure releasing squota reserve on head refsBoris Burkov
2023-12-06btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov
2023-12-06btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2023-12-06btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov
2023-11-28Merge tag 'for-6.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-24btrfs: send: ensure send_fd is writableJann Horn
2023-11-24btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo
2023-11-24btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba