summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues2024-04-131-17/+8
* btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin2024-03-151-2/+4
* btrfs: dev-replace: properly validate device namesDavid Sterba2024-03-061-4/+20
* btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba2024-02-231-1/+1
* btrfs: forbid creating subvol qgroupsBoris Burkov2024-02-231-0/+5
* btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo2024-02-231-0/+4
* btrfs: don't warn if discard range is not aligned to sectorDavid Sterba2024-02-231-1/+2
* btrfs: do not allow non subvolume root targets for snapshotJosef Bacik2024-01-081-0/+9
* btrfs: send: ensure send_fd is writableJann Horn2023-12-081-1/+1
* btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana2023-12-081-1/+1
* btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana2023-11-201-5/+5
* btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik2023-10-251-2/+2
* btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik2023-10-251-1/+1
* btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana2023-10-251-3/+3
* btrfs: properly report 0 avail for very full file systemsJosef Bacik2023-10-101-1/+1
* btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana2023-09-231-3/+16
* btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo2023-09-231-0/+5
* btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana2023-09-231-3/+4
* btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui2023-08-301-2/+1
* btrfs: don't stop integrity writeback too earlyChristoph Hellwig2023-08-161-3/+4
* btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana2023-08-111-2/+7
* btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana2023-08-111-0/+2
* btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana2023-08-111-0/+2
* btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu2023-06-141-1/+6
* btrfs: check return value of btrfs_commit_transaction in relocationJosef Bacik2023-06-141-4/+5
* btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-301-0/+9
* btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana2023-05-301-3/+4
* btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov2023-05-301-6/+6
* btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova2023-05-171-3/+3
* btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana2023-05-171-1/+31
* btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-05-171-0/+5
* btrfs: send: limit number of clones and allocated memory sizeDavid Sterba2023-03-031-3/+3
* btrfs: limit device extents to the device sizeJosef Bacik2023-02-221-1/+5
* btrfs: replace strncpy() with strscpy()Sasha Levin2023-01-182-7/+8
* btrfs: send: avoid unnecessary backref lookups when finding clone sourceFilipe Manana2023-01-181-1/+10
* btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-12-081-8/+1
* btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-12-081-9/+7
* btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-12-081-0/+2
* btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-12-081-0/+2
* btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-12-081-1/+2
* btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-251-12/+4
* btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-251-1/+1
* btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2022-11-102-2/+2
* btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana2022-11-101-5/+15
* btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana2022-11-101-19/+17
* btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana2022-11-031-6/+7
* btrfs: fix processing of delayed data refs during backref walkingFilipe Manana2022-11-031-9/+24
* btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana2022-10-261-0/+15
* btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues2022-09-051-0/+3
* btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo2022-08-251-13/+6