summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: delayed-inode: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
* btrfs: add RCU locks around block group initializationMadhuparna Bhowmik2020-03-231-0/+2
* btrfs: Open code insert_extent_backrefNikolay Borisov2020-03-231-20/+9
* btrfs: Remove impossible BUG_ON in get_tree_block_keyNikolay Borisov2020-03-231-1/+0
* btrfs: balance: factor out convert profile validationDavid Sterba2020-03-231-24/+21
* btrfs: return void from csum_tree_blockDavid Sterba2020-03-231-10/+3
* btrfs: simplify tree block checksumming loopDavid Sterba2020-03-231-24/+8
* btrfs: inline checksum name and driver definitionsDavid Sterba2020-03-231-3/+4
* btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunkNikolay Borisov2020-03-231-25/+13
* btrfs: fix btrfs_calc_reclaim_metadata_size calculationJosef Bacik2020-03-231-9/+34
* Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana2020-03-233-0/+22
* btrfs: factor out prepare_allocation() for extent allocationNaohiro Aota2020-03-231-42/+68
* btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocationNaohiro Aota2020-03-231-0/+3
* btrfs: factor out chunk_allocation_failed() for extent allocationNaohiro Aota2020-03-231-9/+18
* btrfs: drop unnecessary arguments from find_free_extent_update_loop()Naohiro Aota2020-03-231-5/+2
* btrfs: factor out found_extent() for extent allocationNaohiro Aota2020-03-231-5/+25
* btrfs: factor out release_block_group()Naohiro Aota2020-03-231-5/+19
* btrfs: drop unnecessary arguments from clustered allocation functionsNaohiro Aota2020-03-231-9/+7
* btrfs: factor out do_allocation() for extent allocationNaohiro Aota2020-03-231-31/+44
* btrfs: move variables for clustered allocation into find_free_extent_ctlNaohiro Aota2020-03-231-15/+23
* btrfs: move hint_byte into find_free_extent_ctlNaohiro Aota2020-03-231-5/+9
* btrfs: introduce extent allocation policyNaohiro Aota2020-03-231-0/+8
* btrfs: parameterize dev_extent_min for chunk allocationNaohiro Aota2020-03-231-4/+5
* btrfs: factor out create_chunk()Naohiro Aota2020-03-231-61/+71
* btrfs: factor out decide_stripe_size()Naohiro Aota2020-03-231-58/+78
* btrfs: factor out gather_device_info()Naohiro Aota2020-03-231-54/+67
* btrfs: factor out init_alloc_chunk_ctlNaohiro Aota2020-03-231-38/+62
* btrfs: introduce alloc_chunk_ctlNaohiro Aota2020-03-231-65/+93
* btrfs: refactor find_free_dev_extent_start()Naohiro Aota2020-03-231-20/+58
* btrfs: introduce chunk allocation policyNaohiro Aota2020-03-232-0/+7
* btrfs: handle invalid profile in chunk allocationNaohiro Aota2020-03-231-1/+4
* btrfs: change full_search to bool in find_free_extent_update_loopNaohiro Aota2020-03-231-1/+1
* btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_runningQu Wenruo2020-03-231-6/+0
* btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo2020-03-231-2/+9
* btrfs: switch to use new generic UUID APIAndy Shevchenko2020-03-234-13/+8
* btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo2020-03-231-1/+34
* btrfs: ioctl: resize: only show message if size is changedMarcos Paulo de Souza2020-03-231-3/+5
* btrfs: slightly simplify global block reserve calculationsAnand Jain2020-03-231-1/+1
* btrfs: merge unlocking to common exit block in btrfs_commit_transactionDavid Sterba2020-03-231-35/+23
* btrfs: reduce pointer intdirections in btree_readpage_end_io_hookDavid Sterba2020-03-231-3/+4
* btrfs: adjust delayed refs message levelDavid Sterba2020-03-231-1/+1
* btrfs: replace u_long type cast with unsigned longDavid Sterba2020-03-231-2/+2
* btrfs: raid56: simplify sort_parity_stripesDavid Sterba2020-03-231-16/+4
* btrfs: adjust message level for unrecognized mount optionDavid Sterba2020-03-231-1/+1
* btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba2020-03-233-8/+5
* btrfs: open code trivial helper btrfs_header_chunk_tree_uuidDavid Sterba2020-03-232-6/+2
* btrfs: open code trivial helper btrfs_header_fsidDavid Sterba2020-03-232-7/+4
* btrfs: move mapping of block for discard to its callerDavid Sterba2020-03-231-4/+5
* btrfs: use struct_size to calculate size of raid hash tableDavid Sterba2020-03-231-3/+1
* btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov2020-03-236-103/+25