summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana2021-05-111-0/+20
* btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik2021-05-111-3/+3
* btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana2021-05-111-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: scrub: Don't check free space before marking a block group ROQu Wenruo2021-03-204-20/+54
* btrfs: fix warning when creating a directory with smack enabledFilipe Manana2021-03-091-4/+27
* btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov2021-03-091-1/+4
* btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-091-1/+1
* btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-091-1/+18
* btrfs: fix raid6 qstripe kmapIra Weiny2021-03-091-11/+10
* btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba2021-03-091-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: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik2021-03-041-7/+12
* 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 backport of 2175bf57dc952 in 5.4.95David Sterba2021-02-231-3/+3
* btrfs: backref, use correct count to resolve normal data refsethanwu2021-02-071-18/+11
* btrfs: backref, only search backref entries from leaves of the same rootethanwu2021-02-071-3/+9
* btrfs: backref, don't add refs from shared block when resolving normal backrefethanwu2021-02-071-9/+52
* btrfs: backref, only collect file extent items matching backref offsetethanwu2021-02-071-30/+33
* btrfs: fix possible free space tree corruption with online conversionJosef Bacik2021-02-033-2/+21
* btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana2021-01-271-0/+15
* btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik2021-01-271-1/+2
* btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik2021-01-271-0/+2
* btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik2021-01-271-1/+9
* btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2021-01-192-3/+18
* btrfs: tree-checker: check if chunk item end overflowsSu Yue2021-01-191-0/+7
* btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue2021-01-191-3/+1
* btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana2021-01-121-18/+31
* btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana2021-01-061-0/+39
* btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo2020-12-303-0/+20
* btrfs: do not shorten unpin len for caching block groupsJosef Bacik2020-12-301-4/+4
* 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: tree-checker: add missing returns after data_ref alignment checksDavid Sterba2020-12-021-0/+2
* btrfs: tree-checker: add missing return after error in root_itemDaniel Xu2020-12-021-0/+1
* 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: fix min reserved size calculation in merge_reloc_rootJosef Bacik2020-11-181-1/+3
* btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu2020-11-181-0/+1
* 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: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo2020-11-181-3/+4
* btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana2020-11-055-0/+56
* btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana2020-11-051-0/+2
* btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu2020-11-051-0/+18
* btrfs: cleanup cow block on errorJosef Bacik2020-11-051-0/+6