summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: clear log tree recovering status if starting transaction failsDavid Sterba2021-07-201-0/+1
* btrfs: disable build on platforms having page size 256KChristophe Leroy2021-07-201-0/+2
* btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik2021-07-201-0/+8
* btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik2021-07-201-6/+4
* btrfs: clear defrag status of a root if starting transaction failsDavid Sterba2021-07-201-2/+4
* btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana2021-07-201-0/+11
* btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani2021-06-161-2/+2
* btrfs: fix unmountable seed device after fstrimAnand Jain2021-06-101-3/+7
* btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik2021-06-101-6/+7
* btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik2021-06-101-1/+1
* btrfs: fix error handling in btrfs_del_csumsJosef Bacik2021-06-101-5/+5
* btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik2021-06-101-0/+12
* btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik2021-06-031-2/+0
* btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana2021-05-221-0/+20
* btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik2021-05-221-3/+3
* btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana2021-05-221-3/+15
* btrfs: fix slab cache flags for free space tree bitmapDavid Sterba2021-03-241-1/+1
* btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana2021-03-241-0/+2
* btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov2021-03-111-1/+4
* btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-111-1/+1
* btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-111-1/+18
* btrfs: fix raid6 qstripe kmapIra Weiny2021-03-111-11/+10
* btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba2021-03-111-22/+15
* btrfs: fix error handling in commit_fs_rootsJosef Bacik2021-03-071-5/+6
* btrfs: fix extent buffer leak on failure to copy rootFilipe Manana2021-03-041-0/+2
* btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik2021-03-041-3/+1
* btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik2021-03-041-2/+3
* btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng2021-03-041-1/+5
* btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik2021-01-271-0/+2
* btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2021-01-192-3/+18
* btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana2021-01-121-18/+31
* btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana2020-12-021-1/+1
* btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn2020-12-021-1/+7
* btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)2020-11-181-6/+4
* btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2020-11-182-21/+31
* btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu2020-11-181-0/+1
* Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2020-11-181-0/+4
* btrfs: reschedule when cloning lots of extentsJohannes Thumshirn2020-11-181-0/+2
* btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik2020-11-181-3/+4
* btrfs: tree-checker: fix the error message for transid errorQu Wenruo2020-11-101-1/+1
* btrfs: tree-checker: Verify inode itemQu Wenruo2020-11-102-0/+109
* btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo2020-11-101-0/+7
* btrfs: tree-checker: Fix wrong check on max devidQu Wenruo2020-11-101-7/+0
* btrfs: tree-checker: Verify dev itemQu Wenruo2020-11-103-9/+83
* btrfs: tree-checker: Check chunk item at tree block read timeQu Wenruo2020-11-102-3/+15
* btrfs: tree-checker: Make btrfs_check_chunk_valid() return EUCLEAN instead of...Qu Wenruo2020-11-101-11/+11
* btrfs: tree-checker: Make chunk item checker messages more readableQu Wenruo2020-11-101-13/+68
* btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo2020-11-103-93/+102
* btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo2020-11-101-1/+33
* Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana2020-11-101-9/+26