summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-23btrfs: drop unnecessary arguments from clustered allocation functionsNaohiro Aota1-9/+7
2020-03-23btrfs: factor out do_allocation() for extent allocationNaohiro Aota1-31/+44
2020-03-23btrfs: move variables for clustered allocation into find_free_extent_ctlNaohiro Aota1-15/+23
2020-03-23btrfs: move hint_byte into find_free_extent_ctlNaohiro Aota1-5/+9
2020-03-23btrfs: introduce extent allocation policyNaohiro Aota1-0/+8
2020-03-23btrfs: parameterize dev_extent_min for chunk allocationNaohiro Aota1-4/+5
2020-03-23btrfs: factor out create_chunk()Naohiro Aota1-61/+71
2020-03-23btrfs: factor out decide_stripe_size()Naohiro Aota1-58/+78
2020-03-23btrfs: factor out gather_device_info()Naohiro Aota1-54/+67
2020-03-23btrfs: factor out init_alloc_chunk_ctlNaohiro Aota1-38/+62
2020-03-23btrfs: introduce alloc_chunk_ctlNaohiro Aota1-65/+93
2020-03-23btrfs: refactor find_free_dev_extent_start()Naohiro Aota1-20/+58
2020-03-23btrfs: introduce chunk allocation policyNaohiro Aota2-0/+7
2020-03-23btrfs: handle invalid profile in chunk allocationNaohiro Aota1-1/+4
2020-03-23btrfs: change full_search to bool in find_free_extent_update_loopNaohiro Aota1-1/+1
2020-03-23btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_runningQu Wenruo1-6/+0
2020-03-23btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at...Qu Wenruo1-2/+9
2020-03-23uuid: Remove no more needed macroAndy Shevchenko1-1/+0
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko4-13/+8
2020-03-23uuid: Provide a GUID generator for raw bufferAndy Shevchenko2-0/+11
2020-03-23uuid: Add inline helpers to import / export UUIDsAndy Shevchenko1-0/+20
2020-03-23btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo1-1/+34
2020-03-23btrfs: ioctl: resize: only show message if size is changedMarcos Paulo de Souza1-3/+5
2020-03-23btrfs: slightly simplify global block reserve calculationsAnand Jain1-1/+1
2020-03-23btrfs: merge unlocking to common exit block in btrfs_commit_transactionDavid Sterba1-35/+23
2020-03-23btrfs: reduce pointer intdirections in btree_readpage_end_io_hookDavid Sterba1-3/+4
2020-03-23btrfs: adjust delayed refs message levelDavid Sterba1-1/+1
2020-03-23btrfs: replace u_long type cast with unsigned longDavid Sterba1-2/+2
2020-03-23btrfs: raid56: simplify sort_parity_stripesDavid Sterba1-16/+4
2020-03-23btrfs: adjust message level for unrecognized mount optionDavid Sterba1-1/+1
2020-03-23btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba3-8/+5
2020-03-23btrfs: open code trivial helper btrfs_header_chunk_tree_uuidDavid Sterba2-6/+2
2020-03-23btrfs: open code trivial helper btrfs_header_fsidDavid Sterba2-7/+4
2020-03-23btrfs: move mapping of block for discard to its callerDavid Sterba1-4/+5
2020-03-23btrfs: use struct_size to calculate size of raid hash tableDavid Sterba1-3/+1
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov6-103/+25
2020-03-23btrfs: Implement DREW lockNikolay Borisov3-0/+114
2020-03-23btrfs: simplify error handling in __btrfs_write_out_cache()Johannes Thumshirn1-13/+11
2020-03-23btrfs: use standard debug config option to enable free-space-cache debug printsJohannes Thumshirn1-3/+3
2020-03-23btrfs: make the uptodate argument of io_ctl_add_pages() booleanJohannes Thumshirn1-3/+3
2020-03-23btrfs: use inode from io_ctl in io_ctl_prepare_pagesJohannes Thumshirn1-4/+4
2020-03-23btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctlMarcos Paulo de Souza2-21/+127
2020-03-23btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza4-8/+15
2020-03-23btrfs: use ioctl args support mask for device deleteDavid Sterba1-2/+1
2020-03-23btrfs: use ioctl args support mask for subvolume create/deleteDavid Sterba1-3/+1
2020-03-23btrfs: define support masks for ioctl volume args v2David Sterba1-3/+13
2020-03-23btrfs: Add missing lock annotation for release_extent_buffer()Jules Irenge1-0/+1
2020-03-23btrfs: set update the uuid generation as soon as possibleJosef Bacik1-2/+12
2020-03-23btrfs: bail out of uuid tree scanning if we're closingJosef Bacik3-2/+13
2020-03-23btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov3-37/+37