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 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: 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: ref-verify: fix memory leak in btrfs_ref_tree_modDinghao Liu2020-11-181-0/+1
* Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2020-11-181-0/+4
* 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: tree-checker: fix the error message for transid errorQu Wenruo2020-11-101-1/+1
* btrfs: tree-checker: Verify inode itemQu Wenruo2020-11-102-0/+109
* btrfs: tree-checker: Enhance chunk checker to validate chunk profileQu Wenruo2020-11-101-0/+7
* btrfs: tree-checker: Fix wrong check on max devidQu Wenruo2020-11-101-7/+0
* btrfs: tree-checker: Verify dev itemQu Wenruo2020-11-103-9/+83
* btrfs: tree-checker: Check chunk item at tree block read timeQu Wenruo2020-11-102-3/+15
* btrfs: tree-checker: Make btrfs_check_chunk_valid() return EUCLEAN instead of...Qu Wenruo2020-11-101-11/+11
* btrfs: tree-checker: Make chunk item checker messages more readableQu Wenruo2020-11-101-13/+68
* btrfs: Move btrfs_check_chunk_valid() to tree-check.[ch] and export itQu Wenruo2020-11-103-93/+102
* btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo2020-11-101-1/+33
* Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana2020-11-101-9/+26
* btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()Qu Wenruo2020-11-101-5/+22
* btrfs: extent_io: Handle errors better in btree_write_cache_pages()Qu Wenruo2020-11-101-3/+6
* btrfs: extent_io: Handle errors better in extent_write_full_page()Qu Wenruo2020-11-101-3/+21
* btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik2020-11-101-1/+10
* Revert "btrfs: flush write bio if we loop in extent_write_cache_pages"Ben Hutchings2020-11-101-8/+0
* btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level upQu Wenruo2020-11-101-14/+41
* btrfs: extent_io: Kill the forward declaration of flush_write_bioQu Wenruo2020-11-101-34/+32
* btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana2020-11-051-0/+2
* btrfs: cleanup cow block on errorJosef Bacik2020-11-051-0/+6
* 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: 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: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo2020-10-011-13/+10
* btrfs: don't force read-only after error in drop snapshotDavid Sterba2020-10-011-2/+0
* 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: set the lockdep class for log tree extent buffersJosef Bacik2020-09-091-1/+5
* btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov2020-09-091-1/+0
* btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov2020-09-091-1/+0
* btrfs: drop path before adding new uuid tree entryJosef Bacik2020-09-091-1/+2
* btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-09-031-4/+6
* btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-09-032-1/+2
* btrfs: reset compression level for lzo on remountMarcos Paulo de Souza2020-09-031-0/+1
* btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo2020-09-031-4/+4
* btrfs: sysfs: use NOFS for device creationJosef Bacik2020-08-261-0/+4