summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: switch seed device to list apiNikolay Borisov4-83/+70
2020-10-07btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov3-24/+2
2020-10-07btrfs: make close_fs_devices return voidNikolay Borisov2-9/+5
2020-10-07btrfs: factor out loop logic from btrfs_free_extra_devidsNikolay Borisov1-14/+20
2020-10-07btrfs: factor out reada loop in __reada_start_machineNikolay Borisov1-5/+15
2020-10-07btrfs: remove err variable from btrfs_get_extentNikolay Borisov1-18/+14
2020-10-07btrfs: dio iomap DSYNC workaroundJosef Bacik3-2/+94
2020-10-07btrfs: switch to iomap for direct IOGoldwyn Rodrigues4-172/+176
2020-10-07btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo2-3/+5
2020-10-07btrfs: make read_block_group_item return voidMarcos Paulo de Souza1-6/+2
2020-10-07btrfs: sysfs: fix unused-but-set-variable warningsLeon Romanovsky1-2/+6
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana8-106/+277
2020-10-07btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana3-169/+60
2020-10-07btrfs: do not take the log_mutex of the subvolume when pinning the logFilipe Manana1-2/+0
2020-10-07btrfs: send: remove indirect callback parameter for changed_cbDavid Sterba1-9/+2
2020-10-07btrfs: scrub: rename ratelimit state varaible to avoid shadowingDavid Sterba1-4/+4
2020-10-07btrfs: remove unnecessarily shadowed variablesDavid Sterba2-2/+0
2020-10-07btrfs: compression: move declarations to headerDavid Sterba2-35/+35
2020-10-07btrfs: remove const from btrfs_feature_set_nameDavid Sterba2-2/+2
2020-10-07btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need()Qu Wenruo1-3/+1
2020-10-07btrfs: fix possible infinite loop in data async reclaimJosef Bacik1-0/+6
2020-10-07btrfs: add a comment explaining the data flush stepsJosef Bacik1-0/+47
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik4-35/+89
2020-10-07btrfs: flush delayed refs when trying to reserve data spaceJosef Bacik1-0/+1
2020-10-07btrfs: run delayed iputs before committing the transaction for dataJosef Bacik1-1/+1
2020-10-07btrfs: don't force commit if we are dataJosef Bacik1-18/+4
2020-10-07btrfs: drop the commit_cycles stuff for data reservationsJosef Bacik1-19/+2
2020-10-07btrfs: use the same helper for data and metadata reservationsJosef Bacik1-33/+13
2020-10-07btrfs: serialize data reservations if we are flushingJosef Bacik1-1/+4
2020-10-07btrfs: use ticketing for data space reservationsJosef Bacik1-58/+64
2020-10-07btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik3-115/+98
2020-10-07btrfs: add the data transaction commit logic into may_commit_transactionJosef Bacik1-7/+24
2020-10-07btrfs: add flushing states for handling data reservationsJosef Bacik2-0/+8
2020-10-07btrfs: check tickets after waiting on ordered extentsJosef Bacik1-8/+9
2020-10-07btrfs: use btrfs_start_delalloc_roots in shrink_delallocJosef Bacik1-54/+1
2020-10-07btrfs: use the btrfs_space_info_free_bytes_may_use helper for delallocJosef Bacik1-3/+1
2020-10-07btrfs: call btrfs_try_granting_tickets when reserving spaceJosef Bacik1-0/+7
2020-10-07btrfs: call btrfs_try_granting_tickets when unpinning anythingJosef Bacik1-4/+3
2020-10-07btrfs: call btrfs_try_granting_tickets when freeing reserved bytesJosef Bacik1-0/+2
2020-10-07btrfs: make ALLOC_CHUNK use the space info flagsJosef Bacik1-1/+1
2020-10-07btrfs: make shrink_delalloc take space_info as an argJosef Bacik1-5/+4
2020-10-07btrfs: handle U64_MAX for shrink_delallocJosef Bacik1-3/+14
2020-10-07btrfs: remove orig from shrink_delallocJosef Bacik1-2/+2
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik5-20/+14
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov3-7/+9
2020-10-07btrfs: remove spurious BUG_ON in btrfs_get_extentNikolay Borisov1-1/+0
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap7-8/+8
2020-10-07btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo1-3/+4
2020-10-02Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+52
2020-09-30btrfs: fix filesystem corruption after a device replaceFilipe Manana1-1/+39