aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
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: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval
2024-02-23btrfs: remove err variable from btrfs_delete_subvolumeNikolay Borisov
2024-02-23btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval
2024-02-23btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo
2024-02-23btrfs: don't warn if discard range is not aligned to sectorDavid Sterba
2024-02-23btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng
2024-02-23btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin
2024-01-05btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-12-13Revert "btrfs: add dmesg output for first mount and last unmount of a filesys...Greg Kroah-Hartman
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana
2023-12-08btrfs: send: ensure send_fd is writableJann Horn
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana
2023-12-08btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo
2023-11-28btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik
2023-10-25btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana
2023-10-10btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-10-10btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-09-23btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-09-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-08-26btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui
2023-08-16btrfs: set cache_block_group_error if we find an errorJosef Bacik
2023-08-16btrfs: don't stop integrity writeback too earlyChristoph Hellwig
2023-08-11btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana
2023-08-11btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana
2023-08-11btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana
2023-08-11btrfs: fix race between quota disable and relocationFilipe Manana
2023-07-27btrfs: add xxhash to fast checksum implementationsDavid Sterba
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana
2023-07-27btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana
2023-07-27btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo
2023-06-21btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn
2023-06-21btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo
2023-06-14btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu
2023-06-14btrfs: check return value of btrfs_commit_transaction in relocationJosef Bacik
2023-06-09btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan
2023-06-09btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana