summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-03-09btrfs: fix warning when creating a directory with smack enabledFilipe Manana
2021-03-09btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov
2021-03-09btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-09btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2021-03-09btrfs: fix raid6 qstripe kmapIra Weiny
2021-03-09btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba
2021-03-07btrfs: fix error handling in commit_fs_rootsJosef Bacik
2021-03-04btrfs: fix extent buffer leak on failure to copy rootFilipe Manana
2021-03-04btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik
2021-03-04btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik
2021-03-04btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik
2021-03-04btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng
2021-02-23btrfs: fix backport of 2175bf57dc952 in 5.4.95David Sterba
2021-02-07btrfs: backref, use correct count to resolve normal data refsethanwu
2021-02-07btrfs: backref, only search backref entries from leaves of the same rootethanwu
2021-02-07btrfs: backref, don't add refs from shared block when resolving normal backrefethanwu
2021-02-07btrfs: backref, only collect file extent items matching backref offsetethanwu
2021-02-03btrfs: fix possible free space tree corruption with online conversionJosef Bacik
2021-01-27btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana
2021-01-27btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik
2021-01-27btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik
2021-01-27btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik
2021-01-19btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana
2021-01-19btrfs: tree-checker: check if chunk item end overflowsSu Yue
2021-01-19btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue
2021-01-12btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana
2021-01-06btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana
2020-12-30btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo
2020-12-30btrfs: do not shorten unpin len for caching block groupsJosef Bacik
2020-12-02btrfs: fix lockdep splat when reading qgroup config on mountFilipe Manana
2020-12-02btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn
2020-12-02btrfs: tree-checker: add missing returns after data_ref alignment checksDavid Sterba
2020-12-02btrfs: tree-checker: add missing return after error in root_itemDaniel Xu
2020-11-18btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)
2020-11-18btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain
2020-11-18btrfs: fix min reserved size calculation in merge_reloc_rootJosef Bacik
2020-11-18btrfs: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu
2020-11-18btrfs: reschedule when cloning lots of extentsJohannes Thumshirn
2020-11-18btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik
2020-11-18btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo
2020-11-05btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana
2020-11-05btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana
2020-11-05btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu
2020-11-05btrfs: cleanup cow block on errorJosef Bacik
2020-11-05btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo
2020-11-05btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov
2020-11-05btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana
2020-11-05btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana
2020-11-05btrfs: reschedule if necessary when logging directory itemsFilipe Manana
2020-11-05btrfs: improve device scanning messagesAnand Jain