aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-10btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik1-12/+4
2021-06-03btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik1-2/+0
2021-06-03btrfs: return whole extents in fiemapBoris Burkov1-1/+6
2021-05-26btrfs: avoid RCU stalls while running delayed iputsJosef Bacik1-0/+1
2021-05-11btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-05-11btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik1-3/+3
2021-05-11btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-03-24btrfs: fix slab cache flags for free space tree bitmapDavid Sterba1-1/+1
2021-03-24btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana1-0/+2
2021-03-20btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo4-20/+54
2021-03-09btrfs: fix warning when creating a directory with smack enabledFilipe Manana1-4/+27
2021-03-09btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov1-1/+4
2021-03-09btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov1-1/+1
2021-03-09btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter1-1/+18
2021-03-09btrfs: fix raid6 qstripe kmapIra Weiny1-11/+10
2021-03-09btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba1-22/+15
2021-03-07btrfs: fix error handling in commit_fs_rootsJosef Bacik1-5/+6
2021-03-04btrfs: fix extent buffer leak on failure to copy rootFilipe Manana1-0/+2
2021-03-04btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik1-7/+12
2021-03-04btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik1-3/+1
2021-03-04btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik1-2/+3
2021-03-04btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng1-1/+5
2021-02-23btrfs: fix backport of 2175bf57dc952 in 5.4.95David Sterba1-3/+3
2021-02-07btrfs: backref, use correct count to resolve normal data refsethanwu1-18/+11
2021-02-07btrfs: backref, only search backref entries from leaves of the same rootethanwu1-3/+9
2021-02-07btrfs: backref, don't add refs from shared block when resolving normal backrefethanwu1-9/+52
2021-02-07btrfs: backref, only collect file extent items matching backref offsetethanwu1-30/+33
2021-02-03btrfs: fix possible free space tree corruption with online conversionJosef Bacik3-2/+21
2021-01-27btrfs: send: fix invalid clone operations when cloning from the same file and rootFilipe Manana1-0/+15
2021-01-27btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik1-1/+2
2021-01-27btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik1-0/+2
2021-01-27btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik1-1/+9
2021-01-19btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2-3/+18
2021-01-19btrfs: tree-checker: check if chunk item end overflowsSu Yue1-0/+7
2021-01-19btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue1-3/+1
2021-01-12btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana1-18/+31
2021-01-06btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana1-0/+39
2020-12-30btrfs: trim: fix underflow in trim length to prevent access beyond device boundaryQu Wenruo3-0/+20
2020-12-30btrfs: do not shorten unpin len for caching block groupsJosef Bacik1-4/+4
2020-12-02btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana1-1/+1
2020-12-02btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn1-1/+7
2020-12-02btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba1-0/+2
2020-12-02btrfs: tree-checker: add missing return after error in root_itemDaniel Xu1-0/+1
2020-11-18btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
2020-11-18btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2-21/+31
2020-11-18btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik1-1/+3
2020-11-18btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu1-0/+1
2020-11-18btrfs: reschedule when cloning lots of extentsJohannes Thumshirn1-0/+2
2020-11-18btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-11-18btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo1-3/+4