summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2020-11-05btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo
2020-11-05btrfs: fix replace of seed deviceAnand Jain
2020-10-17btrfs: take overcommit into account in inc_block_group_roJosef Bacik
2020-10-17btrfs: don't pass system_chunk into can_overcommitJosef Bacik
2020-10-14btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo
2020-10-14btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana
2020-10-14btrfs: Ensure we trim ranges across block group boundaryQu Wenruo
2020-10-14btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo
2020-10-14Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana
2020-10-14Btrfs: send, allow clone operations within the same fileFilipe Manana
2020-10-07btrfs: fix filesystem corruption after a device replaceFilipe Manana
2020-10-01btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn
2020-10-01btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo