summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2023-11-23btrfs: make error messages more clear when getting a chunk mapFilipe Manana
2023-11-23btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana
2023-11-23btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel
2023-11-23btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo
2023-11-15btrfs: do not abort transaction if there is already an existing qgroupQu Wenruo
2023-11-15btrfs: tree-checker: add type and sequence check for inline backrefsQu Wenruo
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-09btrfs: fix qgroup record leaks when using simple quotasFilipe Manana
2023-11-09btrfs: fix race between accounting qgroup extents and removing a qgroupFilipe Manana
2023-11-03btrfs: fix error pointer dereference after failure to allocate fs devicesFilipe Manana
2023-11-03btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Qu Wenruo
2023-11-03btrfs: get correct owning_root when dropping snapshotJosef Bacik
2023-11-03btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota
2023-11-03btrfs: zoned: drop no longer valid write pointer checkNaohiro Aota
2023-11-03btrfs: directly return 0 on no error code in btrfs_insert_raid_extent()Dan Carpenter