summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: Implement DREW lockNikolay Borisov2020-03-233-0/+114
* btrfs: simplify error handling in __btrfs_write_out_cache()Johannes Thumshirn2020-03-231-13/+11
* btrfs: use standard debug config option to enable free-space-cache debug printsJohannes Thumshirn2020-03-231-3/+3
* btrfs: make the uptodate argument of io_ctl_add_pages() booleanJohannes Thumshirn2020-03-231-3/+3
* btrfs: use inode from io_ctl in io_ctl_prepare_pagesJohannes Thumshirn2020-03-231-4/+4
* btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctlMarcos Paulo de Souza2020-03-232-21/+127
* btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza2020-03-234-8/+15
* btrfs: use ioctl args support mask for device deleteDavid Sterba2020-03-231-2/+1
* btrfs: use ioctl args support mask for subvolume create/deleteDavid Sterba2020-03-231-3/+1
* btrfs: define support masks for ioctl volume args v2David Sterba2020-03-231-3/+13
* btrfs: Add missing lock annotation for release_extent_buffer()Jules Irenge2020-03-231-0/+1
* btrfs: set update the uuid generation as soon as possibleJosef Bacik2020-03-231-2/+12
* btrfs: bail out of uuid tree scanning if we're closingJosef Bacik2020-03-233-2/+13
* btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov2020-03-233-37/+37
* btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov2020-03-233-53/+51
* btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba2020-03-231-22/+15
* btrfs: backref, use correct count to resolve normal data refsethanwu2020-03-231-18/+11
* btrfs: backref, only search backref entries from leaves of the same rootethanwu2020-03-231-3/+9
* btrfs: backref, don't add refs from shared block when resolving normal backrefethanwu2020-03-231-9/+52
* btrfs: backref, only collect file extent items matching backref offsetethanwu2020-03-231-30/+33
* btrfs: remove buffer_heads form super block mirror integrity checkingJohannes Thumshirn2020-03-231-19/+21
* btrfs: remove buffer_heads from btrfsic_process_written_block()Johannes Thumshirn2020-03-231-78/+25
* btrfs: remove btrfsic_submit_bh()Johannes Thumshirn2020-03-232-59/+0
* btrfs: use bios instead of buffer_heads from super block writeoutJohannes Thumshirn2020-03-231-54/+73
* btrfs: use the page cache for super block readingJohannes Thumshirn2020-03-234-82/+79
* btrfs: reduce scope of btrfs_scratch_superblocks()Johannes Thumshirn2020-03-232-31/+29
* btrfs: don't kmap() pages from block devicesJohannes Thumshirn2020-03-231-3/+2
* btrfs: Export btrfs_release_disk_superNikolay Borisov2020-03-232-1/+2
* Btrfs: avoid unnecessary splits when setting bits on an extent io treeFilipe Manana2020-03-231-0/+10
* btrfs: handle logged extent failure properlyJosef Bacik2020-03-231-1/+1
* btrfs: relocation: Remove is_cowonly_root()Qu Wenruo2020-03-231-19/+1
* btrfs: switch to per-transaction pinned extentsNikolay Borisov2020-03-239-68/+48
* btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgsNikolay Borisov2020-03-231-29/+38
* btrfs: Mark pinned log extents as excludedNikolay Borisov2020-03-231-0/+8
* btrfs: Pass transaction handle to write_pinned_extent_entriesNikolay Borisov2020-03-231-1/+2
* btrfs: Make pin_down_extent take transaction handleNikolay Borisov2020-03-231-5/+6