summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo2020-11-051-5/+12
* btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov2020-11-051-1/+1
* btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana2020-11-051-0/+72
* btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana2020-11-051-40/+87
* btrfs: reschedule if necessary when logging directory itemsFilipe Manana2020-11-051-0/+8
* btrfs: improve device scanning messagesAnand Jain2020-11-051-6/+8
* btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo2020-11-051-2/+1
* btrfs: fix replace of seed deviceAnand Jain2020-11-051-1/+1
* btrfs: take overcommit into account in inc_block_group_roJosef Bacik2020-10-173-20/+39
* btrfs: don't pass system_chunk into can_overcommitJosef Bacik2020-10-171-27/+15
* btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo2020-10-143-11/+44
* btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana2020-10-141-1/+15
* btrfs: Ensure we trim ranges across block group boundaryQu Wenruo2020-10-142-12/+35
* btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo2020-10-141-1/+1
* Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana2020-10-141-1/+2
* Btrfs: send, allow clone operations within the same fileFilipe Manana2020-10-141-5/+13
* btrfs: fix filesystem corruption after a device replaceFilipe Manana2020-10-071-1/+39
* btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn2020-10-011-6/+5
* btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo2020-10-011-13/+10
* btrfs: fix double __endio_write_update_ordered in direct I/OOmar Sandoval2020-10-011-108/+70
* btrfs: don't force read-only after error in drop snapshotDavid Sterba2020-10-011-2/+0
* btrfs: fix setting last_trans for reloc rootsJosef Bacik2020-10-011-2/+17
* btrfs: free the reloc_control in a consistent wayJosef Bacik2020-10-011-2/+14
* btrfs: do not init a reloc root if we aren't relocatingJosef Bacik2020-10-011-4/+16
* btrfs: tree-checker: Check leaf chunk item sizeQu Wenruo2020-10-011-1/+39
* btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana2020-09-171-1/+2
* btrfs: fix lockdep splat in add_missing_devJosef Bacik2020-09-171-0/+10
* btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2020-09-172-15/+16
* btrfs: fix potential deadlock in the search ioctlJosef Bacik2020-09-093-14/+27
* btrfs: tree-checker: fix the error message for transid errorQu Wenruo2020-09-091-1/+1
* btrfs: set the lockdep class for log tree extent buffersJosef Bacik2020-09-091-1/+5