summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-231-20/+116
* 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: 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-238-66/+46
* 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
* btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov2020-03-233-5/+5
* btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov2020-03-233-7/+9
* btrfs: Call btrfs_pin_reserved_extent only during active transactionNikolay Borisov2020-03-231-34/+20
* btrfs: Introduce unaccount_log_bufferNikolay Borisov2020-03-231-0/+25
* btrfs: Make btrfs_pin_extent take trans handleNikolay Borisov2020-03-232-13/+8
* btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refsNikolay Borisov2020-03-231-3/+25
* btrfs: sysfs, unify handler name of devinfo/missingAnand Jain2020-03-231-2/+2
* btrfs: sysfs, rename device_link add/remove functionsAnand Jain2020-03-234-13/+13
* btrfs: sysfs, use btrfs_sysfs_remove_fsid to celanup errors in add_fsidAnand Jain2020-03-231-1/+1