aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-28btrfs: fix min reserved size calculation in merge_reloc_rootrelocationJosef Bacik1-1/+3
2020-10-28btrfs: print the block rsv type when we fail our reservationJosef Bacik1-1/+2
2020-10-28btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik2-14/+27
2020-10-28btrfs: handle ->total_bytes_pinned inside the delayed ref itselfJosef Bacik5-117/+77
2020-10-28btrfs: stop running all delayed refs during snapshotJosef Bacik1-11/+12
2020-10-28btrfs: run delayed refs less often in commit_cowonly_rootsJosef Bacik1-12/+0
2020-10-28btrfs: only run delayed refs once before committingJosef Bacik1-6/+0
2020-10-28btrfs: delayed refs pre-flushing should only run the heads we haveJosef Bacik1-1/+1
2020-10-28btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik2-22/+22
2020-10-28btrfs: do not block on deleted bgs mutex in the cleanerJosef Bacik1-3/+8
2020-10-26btrfs: fix potential overflow in cluster_pages_for_defrag on 32bit archMatthew Wilcox (Oracle)1-6/+4
2020-10-26btrfs: calculate more accurate remaiing time to sleep in transaction_kthreadNikolay Borisov1-1/+3
2020-10-26btrfs: open code insert_orphan_itemNikolay Borisov1-13/+3
2020-10-26btrfs: introduce mount option rescue=allJosef Bacik2-0/+12
2020-10-26btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik4-10/+25
2020-10-26btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik10-28/+130
2020-10-26btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik2-6/+2
2020-10-26btrfs: add a helper to print out rescue= optionsJosef Bacik1-1/+8
2020-10-26btrfs: sysfs: export supported rescue= mount optionsJosef Bacik1-0/+22
2020-10-26btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik3-12/+17
2020-10-26btrfs: unify the ro checking for mount optionsJosef Bacik1-7/+16
2020-10-26btrfs: do not start readahead for csum tree when scrubbing non-data block groupsFilipe Manana1-8/+12
2020-10-26btrfs: assert we are holding the reada_lock when releasing a readahead zoneFilipe Manana1-0/+2
2020-10-26btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues3-18/+12
2020-10-26btrfs: use round_down while calculating start position in btrfs_dirty_pages()Goldwyn Rodrigues1-1/+1
2020-10-26btrfs: use iosize while reading compressed pagesGoldwyn Rodrigues1-7/+3
2020-10-26btrfs: calculate num_pages, reserve_bytes once in btrfs_buffered_writeGoldwyn Rodrigues1-22/+12
2020-10-26btrfs: record delta directly in transaction_kthreadNikolay Borisov1-3/+3
2020-10-26btrfs: remove redundant time check in transaction kthread loopNikolay Borisov1-2/+1
2020-10-26btrfs: use helpers to convert from seconds to jiffies in transaction_kthreadNikolay Borisov1-2/+2
2020-10-26btrfs: sysfs: export filesystem generationAnand Jain1-0/+10
2020-10-26btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso2-7/+6
2020-10-26btrfs: don't fallback to buffered read if we don't need toJohannes Thumshirn1-1/+2
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik3-41/+114
2020-10-26btrfs: drop the path before adding qgroup items when enabling qgroupsJosef Bacik1-0/+18
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana5-0/+56
2020-10-26btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana1-0/+2
2020-10-26btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu1-0/+18
2020-10-26btrfs: tree-checker: fix incorrect printk formatPujin Shi1-1/+1
2020-10-26btrfs: drop the path before adding block group sysfs filesJosef Bacik1-0/+1
2020-10-16btrfs: fix relocation failure due to race with fallocateFilipe Manana1-1/+7
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov3-9/+9
2020-10-07btrfs: annotate device name rcu_string with __rcuMadhuparna Bhowmik1-1/+1
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain2-8/+18
2020-10-07btrfs: cleanup cow block on errorJosef Bacik1-0/+6
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2-21/+0
2020-10-07fs: remove no longer used dio_end_io()Goldwyn Rodrigues2-21/+0
2020-10-07btrfs: return error if we're unable to read device statsJosef Bacik1-8/+18
2020-10-07btrfs: init device stats for seed devicesJosef Bacik1-41/+46
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov7-38/+0
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov3-7/+7
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov3-8/+12
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageNikolay Borisov1-4/+2
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioNikolay Borisov1-5/+2
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov3-6/+1
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov5-12/+18
2020-10-07btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana1-0/+72
2020-10-07btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana1-40/+87
2020-10-07btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo2-5/+26
2020-10-07btrfs: use unaligned helpers for stack and header set/get helpersDavid Sterba2-16/+14
2020-10-07btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba1-12/+9
2020-10-07btrfs: send: use helpers for unaligned access to header membersDavid Sterba1-7/+7
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo3-1/+3
2020-10-07btrfs: reschedule when cloning lots of extentsJohannes Thumshirn1-0/+2
2020-10-07btrfs: use kvcalloc for allocation in btrfs_ioctl_send()Denis Efremov1-5/+6
2020-10-07btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov1-1/+1
2020-10-07btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov5-17/+14
2020-10-07btrfs: remove inode argument from add_pending_csumsNikolay Borisov1-5/+4
2020-10-07btrfs: sink inode argument in insert_ordered_extent_file_extentNikolay Borisov1-5/+4
2020-10-07btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov3-7/+6
2020-10-07btrfs: clean BTRFS_I usage in btrfs_destroy_inodeNikolay Borisov1-21/+20
2020-10-07btrfs: open code extent_read_full_page to its sole callerNikolay Borisov3-23/+15
2020-10-07btrfs: sink mirror_num argument in __do_readpageNikolay Borisov1-6/+5
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov3-4/+4
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov3-5/+4
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov3-19/+16
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov3-5/+5
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov3-22/+14
2020-10-07btrfs: remove btree_get_extentNikolay Borisov2-50/+0
2020-10-07btrfs: simplify metadata pages readingNikolay Borisov1-11/+10
2020-10-07btrfs: remove btree_readpageNikolay Borisov1-6/+0
2020-10-07btrfs: reschedule if necessary when logging directory itemsFilipe Manana1-0/+8
2020-10-07btrfs: do not create raid sysfs entries under any locksJosef Bacik2-8/+48
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik4-36/+9
2020-10-07btrfs: improve error message in setup_items_for_insertNikolay Borisov1-1/+2
2020-10-07btrfs: add kerneldoc for setup_items_for_insertNikolay Borisov1-4/+10
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov6-12/+15
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov6-19/+11
2020-10-07btrfs: re-arrange statements in setup_items_for_insertNikolay Borisov1-1/+1
2020-10-07btrfs: sysfs: export supported send stream versionOmar Sandoval1-0/+9
2020-10-07btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()Omar Sandoval1-33/+11
2020-10-07btrfs: send: avoid copying file dataOmar Sandoval2-27/+39
2020-10-07btrfs: send: get rid of i_size logic in send_write()Omar Sandoval1-27/+10
2020-10-07btrfs: rename btrfs_insert_clone_extent() to a more generic nameFilipe Manana1-3/+3
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameFilipe Manana4-6/+6
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameFilipe Manana4-50/+54
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoFilipe Manana4-5/+4
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsFilipe Manana4-32/+91
2020-10-07btrfs: remove unused function calc_global_rsv_need_space()YueHaibing1-5/+0
2020-10-07btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declarationAnand Jain1-30/+26
2020-10-07btrfs: simplify gotos in open_seed_deviceAnand Jain1-5/+3
2020-10-07btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()Anand Jain1-6/+3
2020-10-07btrfs: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdevAnand Jain1-3/+1
2020-10-07btrfs: use sprout device_list_mutex in btrfs_init_devices_lateAnand Jain1-3/+1
2020-10-07btrfs: reada: lock all seed/sprout devices in __reada_start_machineAnand Jain1-2/+3
2020-10-07btrfs: handle errors in btrfs_sysfs_add_fs_devicesAnand Jain1-2/+6
2020-10-07btrfs: initialize sysfs devid and device link for seed deviceAnand Jain1-0/+15
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain4-23/+17
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain4-11/+7
2020-10-07btrfs: make btrfs_sysfs_remove_devices_dir return voidAnand Jain2-7/+5
2020-10-07btrfs: add btrfs_sysfs_remove_device helperAnand Jain1-34/+27
2020-10-07btrfs: add btrfs_sysfs_add_device helperAnand Jain1-26/+52
2020-10-07btrfs: fix replace of seed deviceAnand Jain1-1/+1
2020-10-07btrfs: improve device scanning messagesAnand Jain1-6/+8
2020-10-07btrfs: pretty print leaked root nameJosef Bacik3-2/+46
2020-10-07btrfs: sysfs: export currently running exclusive operationGoldwyn Rodrigues2-0/+38
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues5-41/+65
2020-10-07btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-10-07btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov3-17/+15
2020-10-07btrfs: make btrfs_zero_range_check_range_boundary take btrfs_inodeNikolay Borisov1-5/+6
2020-10-07btrfs: make copy_inline_to_page take btrfs_inodeNikolay Borisov1-19/+19
2020-10-07btrfs: make btrfs_find_ordered_sum take btrfs_inodeNikolay Borisov3-14/+13
2020-10-07btrfs: make get_extent_skip_holes take btrfs_inodeNikolay Borisov1-5/+6
2020-10-07btrfs: make btrfs_writepage_endio_finish_ordered btrfs_inode-centricNikolay Borisov1-5/+5
2020-10-07btrfs: make btrfs_invalidatepage work on btrfs_inodeNikolay Borisov1-10/+8
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov6-14/+15
2020-10-07btrfs: make btrfs_dec_test_ordered_pending take btrfs_inodeNikolay Borisov3-9/+8
2020-10-07btrfs: make ordered extent tracepoint take btrfs_inodeNikolay Borisov2-13/+12
2020-10-07btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inodeNikolay Borisov4-7/+10
2020-10-07btrfs: make inode_tree_del take btrfs_inodeNikolay Borisov1-6/+6
2020-10-07btrfs: use BTRFS_NESTED_NEW_ROOT for double splitsJosef Bacik1-1/+11
2020-10-07btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new rootsJosef Bacik2-2/+12
2020-10-07btrfs: introduce BTRFS_NESTING_SPLIT for split blocksJosef Bacik2-2/+11
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COWJosef Bacik2-6/+14
2020-10-07btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHTJosef Bacik2-8/+20
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik8-36/+66
2020-10-07btrfs: add nesting tags to the locking helpersJosef Bacik3-8/+42
2020-10-07btrfs: introduce btrfs_path::recurseJosef Bacik5-9/+26
2020-10-07btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursedJosef Bacik3-14/+14
2020-10-07btrfs: don't opencode sync_blockdev in btrfs_init_new_deviceNikolay Borisov1-1/+1
2020-10-07btrfs: remove redundant code from btrfs_free_stale_devicesNikolay Borisov1-2/+0
2020-10-07btrfs: refactor locked condition in btrfs_init_new_deviceNikolay Borisov1-3/+4
2020-10-07btrfs: use RCU for quick device check in btrfs_init_new_deviceNikolay Borisov1-5/+4
2020-10-07btrfs: ctree: check key order before merging tree blocksQu Wenruo1-0/+74
2020-10-07btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()Qu Wenruo1-1/+19
2020-10-07btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()Qu Wenruo1-13/+147
2020-10-07btrfs: extent_io: do extra check for extent buffer read write functionsQu Wenruo1-37/+47
2020-10-07btrfs: rework error detection in init_tree_rootsNikolay Borisov1-10/+9
2020-10-07btrfs: qgroup: fix qgroup meta rsv leak for subvolume operationsQu Wenruo4-7/+16
2020-10-07btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo1-2/+1
2020-10-07btrfs: do not hold device_list_mutex when closing devicesJosef Bacik1-5/+4
2020-10-07btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik1-1/+0
2020-10-07btrfs: remove alloc_list splice in btrfs_prepare_sproutNikolay Borisov1-4/+0
2020-10-07btrfs: document some invariants of seed codeNikolay Borisov1-0/+15
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