summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: don't force commit if we are dataJosef Bacik2020-10-071-18/+4
* btrfs: drop the commit_cycles stuff for data reservationsJosef Bacik2020-10-071-19/+2
* btrfs: use the same helper for data and metadata reservationsJosef Bacik2020-10-071-33/+13
* btrfs: serialize data reservations if we are flushingJosef Bacik2020-10-071-1/+4
* btrfs: use ticketing for data space reservationsJosef Bacik2020-10-071-58/+64
* btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik2020-10-073-115/+98
* btrfs: add the data transaction commit logic into may_commit_transactionJosef Bacik2020-10-071-7/+24
* btrfs: add flushing states for handling data reservationsJosef Bacik2020-10-072-0/+8
* btrfs: check tickets after waiting on ordered extentsJosef Bacik2020-10-071-8/+9
* btrfs: use btrfs_start_delalloc_roots in shrink_delallocJosef Bacik2020-10-071-54/+1
* btrfs: use the btrfs_space_info_free_bytes_may_use helper for delallocJosef Bacik2020-10-071-3/+1
* btrfs: call btrfs_try_granting_tickets when reserving spaceJosef Bacik2020-10-071-0/+7
* btrfs: call btrfs_try_granting_tickets when unpinning anythingJosef Bacik2020-10-071-4/+3
* btrfs: call btrfs_try_granting_tickets when freeing reserved bytesJosef Bacik2020-10-071-0/+2
* btrfs: make ALLOC_CHUNK use the space info flagsJosef Bacik2020-10-071-1/+1
* btrfs: make shrink_delalloc take space_info as an argJosef Bacik2020-10-071-5/+4
* btrfs: handle U64_MAX for shrink_delallocJosef Bacik2020-10-071-3/+14
* btrfs: remove orig from shrink_delallocJosef Bacik2020-10-071-2/+2
* btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik2020-10-075-20/+14
* btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov2020-10-073-7/+9
* btrfs: remove spurious BUG_ON in btrfs_get_extentNikolay Borisov2020-10-071-1/+0
* btrfs: delete duplicated words + other fixes in commentsRandy Dunlap2020-10-077-8/+8
* btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo2020-10-071-3/+4
* Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-023-10/+52
|\
| * btrfs: fix filesystem corruption after a device replaceFilipe Manana2020-09-301-1/+39
| * btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2020-09-302-1/+5
| * btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik2020-09-253-9/+9
* | Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-232-12/+15
|\|
| * btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain2020-09-221-6/+10
| * btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn2020-09-211-6/+5
* | Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-151-1/+2
|\|
| * btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana2020-09-141-1/+2
* | Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-125-15/+29
|\|
| * btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana2020-09-071-0/+1
| * btrfs: free data reloc tree on failed mountJosef Bacik2020-09-071-0/+2
| * btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2020-09-072-15/+16
| * btrfs: fix lockdep splat in add_missing_devJosef Bacik2020-09-071-0/+10
* | Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-0210-71/+113
|\|
| * btrfs: tree-checker: fix the error message for transid errorQu Wenruo2020-08-271-1/+1
| * btrfs: set the lockdep class for log tree extent buffersJosef Bacik2020-08-271-1/+5
| * btrfs: set the correct lockdep class for new nodesJosef Bacik2020-08-271-1/+1
| * btrfs: allocate scrub workqueues outside of locksJosef Bacik2020-08-271-52/+70
| * btrfs: fix potential deadlock in the search ioctlJosef Bacik2020-08-273-14/+27
| * btrfs: drop path before adding new uuid tree entryJosef Bacik2020-08-271-1/+2
| * btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza2020-08-272-1/+7
* | Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-249-31/+39
|\|
| * btrfs: detect nocow for swap after snapshot deleteBoris Burkov2020-08-214-16/+25
| * btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-08-211-4/+6
| * btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-08-192-1/+2
| * btrfs: use the correct const function attribute for btrfs_get_num_csumsDavid Sterba2020-08-192-2/+2