summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()Qu Wenruo2020-10-071-13/+147
* btrfs: extent_io: do extra check for extent buffer read write functionsQu Wenruo2020-10-071-37/+47
* btrfs: rework error detection in init_tree_rootsNikolay Borisov2020-10-071-10/+9
* btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo2020-10-074-7/+16
* btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo2020-10-071-2/+1
* btrfs: do not hold device_list_mutex when closing devicesJosef Bacik2020-10-071-5/+4
* btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2020-10-071-1/+0
* btrfs: remove alloc_list splice in btrfs_prepare_sproutNikolay Borisov2020-10-071-4/+0
* btrfs: document some invariants of seed codeNikolay Borisov2020-10-071-0/+15
* btrfs: switch seed device to list apiNikolay Borisov2020-10-074-83/+70
* btrfs: simplify setting/clearing fs_info to btrfs_fs_devicesNikolay Borisov2020-10-073-24/+2
* btrfs: make close_fs_devices return voidNikolay Borisov2020-10-072-9/+5
* btrfs: factor out loop logic from btrfs_free_extra_devidsNikolay Borisov2020-10-071-14/+20
* btrfs: factor out reada loop in __reada_start_machineNikolay Borisov2020-10-071-5/+15
* btrfs: remove err variable from btrfs_get_extentNikolay Borisov2020-10-071-18/+14
* btrfs: dio iomap DSYNC workaroundJosef Bacik2020-10-073-2/+94
* btrfs: switch to iomap for direct IOGoldwyn Rodrigues2020-10-074-172/+176
* btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo2020-10-072-3/+5
* btrfs: make read_block_group_item return voidMarcos Paulo de Souza2020-10-071-6/+2
* btrfs: sysfs: fix unused-but-set-variable warningsLeon Romanovsky2020-10-071-2/+6
* btrfs: make fast fsyncs wait only for writebackFilipe Manana2020-10-078-106/+277
* btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana2020-10-073-169/+60
* btrfs: do not take the log_mutex of the subvolume when pinning the logFilipe Manana2020-10-071-2/+0
* btrfs: send: remove indirect callback parameter for changed_cbDavid Sterba2020-10-071-9/+2
* btrfs: scrub: rename ratelimit state varaible to avoid shadowingDavid Sterba2020-10-071-4/+4
* btrfs: remove unnecessarily shadowed variablesDavid Sterba2020-10-072-2/+0
* btrfs: compression: move declarations to headerDavid Sterba2020-10-072-35/+35
* btrfs: remove const from btrfs_feature_set_nameDavid Sterba2020-10-072-2/+2
* btrfs: cleanup calculation of lockend in lock_and_cleanup_extent_if_need()Qu Wenruo2020-10-071-3/+1
* btrfs: fix possible infinite loop in data async reclaimJosef Bacik2020-10-071-0/+6
* btrfs: add a comment explaining the data flush stepsJosef Bacik2020-10-071-0/+47
* btrfs: do async reclaim for data reservationsJosef Bacik2020-10-074-35/+89
* btrfs: flush delayed refs when trying to reserve data spaceJosef Bacik2020-10-071-0/+1
* btrfs: run delayed iputs before committing the transaction for dataJosef Bacik2020-10-071-1/+1
* 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