summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-12-20btrfs: do not allow non subvolume root targets for snapshotJosef Bacik1-0/+9
2023-12-13Revert "btrfs: add dmesg output for first mount and last unmount of a filesys...Greg Kroah-Hartman2-5/+1
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana1-3/+4
2023-12-08btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-12-08btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel1-0/+2
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2-1/+5
2023-11-28btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik1-3/+0
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana1-5/+5
2023-10-25btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana1-2/+16
2023-10-25btrfs: error when COWing block from a root that is being deletedFilipe Manana1-3/+7
2023-10-25btrfs: error out when COWing block using a stale transactionFilipe Manana1-8/+16
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik1-2/+2
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik1-1/+1
2023-10-25btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana1-3/+3
2023-10-06btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2023-10-06btrfs: improve error message after failure to add delayed dir index itemFilipe Manana1-3/+4
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo1-1/+7
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana1-1/+7
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana1-3/+16
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain1-5/+3
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain2-0/+9
2023-09-23btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik2-2/+2
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo1-0/+5
2023-09-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain1-3/+2
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana1-3/+4
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov1-0/+7
2023-08-26btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-08-26btrfs: move out now unused BG from the reclaim listNaohiro Aota1-1/+4
2023-08-16btrfs: set cache_block_group_error if we find an errorJosef Bacik1-1/+4
2023-08-16btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2-1/+16
2023-08-16btrfs: exit gracefully if reloc roots don't matchQu Wenruo1-8/+37
2023-08-16btrfs: don't stop integrity writeback too earlyChristoph Hellwig1-3/+4
2023-08-03btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana1-2/+7
2023-08-03btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana1-0/+1
2023-08-03btrfs: fix race between quota disable and relocationFilipe Manana1-3/+15
2023-07-27btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana1-0/+1
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana1-0/+1
2023-07-23btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana1-2/+7
2023-07-23btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana1-0/+2
2023-07-23btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana1-0/+2
2023-07-23btrfs: reinsert BGs failed to reclaimNaohiro Aota1-0/+2
2023-07-23btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota1-2/+9
2023-07-23btrfs: delete unused BGs while reclaiming BGsNaohiro Aota1-0/+14
2023-07-23btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo1-1/+8
2023-07-23btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana1-3/+14
2023-06-21btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn1-1/+3
2023-06-21btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo2-3/+20
2023-06-09btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan1-1/+1
2023-06-09btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana1-0/+2