summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-03-23btrfs: replace u_long type cast with unsigned longDavid Sterba
2020-03-23btrfs: raid56: simplify sort_parity_stripesDavid Sterba
2020-03-23btrfs: adjust message level for unrecognized mount optionDavid Sterba
2020-03-23btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba
2020-03-23btrfs: open code trivial helper btrfs_header_chunk_tree_uuidDavid Sterba
2020-03-23btrfs: open code trivial helper btrfs_header_fsidDavid Sterba
2020-03-23btrfs: move mapping of block for discard to its callerDavid Sterba
2020-03-23btrfs: use struct_size to calculate size of raid hash tableDavid Sterba
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov
2020-03-23btrfs: Implement DREW lockNikolay Borisov
2020-03-23btrfs: simplify error handling in __btrfs_write_out_cache()Johannes Thumshirn
2020-03-23btrfs: use standard debug config option to enable free-space-cache debug printsJohannes Thumshirn
2020-03-23btrfs: make the uptodate argument of io_ctl_add_pages() booleanJohannes Thumshirn
2020-03-23btrfs: use inode from io_ctl in io_ctl_prepare_pagesJohannes Thumshirn
2020-03-23btrfs: add new BTRFS_IOC_SNAP_DESTROY_V2 ioctlMarcos Paulo de Souza
2020-03-23btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza
2020-03-23btrfs: use ioctl args support mask for device deleteDavid Sterba
2020-03-23btrfs: use ioctl args support mask for subvolume create/deleteDavid Sterba
2020-03-23btrfs: Add missing lock annotation for release_extent_buffer()Jules Irenge
2020-03-23btrfs: set update the uuid generation as soon as possibleJosef Bacik
2020-03-23btrfs: bail out of uuid tree scanning if we're closingJosef Bacik
2020-03-23btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov
2020-03-23btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterateNikolay Borisov
2020-03-23btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba
2020-03-23btrfs: backref, use correct count to resolve normal data refsethanwu
2020-03-23btrfs: backref, only search backref entries from leaves of the same rootethanwu
2020-03-23btrfs: backref, don't add refs from shared block when resolving normal backrefethanwu
2020-03-23btrfs: backref, only collect file extent items matching backref offsetethanwu
2020-03-23btrfs: remove buffer_heads form super block mirror integrity checkingJohannes Thumshirn
2020-03-23btrfs: remove buffer_heads from btrfsic_process_written_block()Johannes Thumshirn
2020-03-23btrfs: remove btrfsic_submit_bh()Johannes Thumshirn
2020-03-23btrfs: use bios instead of buffer_heads from super block writeoutJohannes Thumshirn
2020-03-23btrfs: use the page cache for super block readingJohannes Thumshirn
2020-03-23btrfs: reduce scope of btrfs_scratch_superblocks()Johannes Thumshirn
2020-03-23btrfs: don't kmap() pages from block devicesJohannes Thumshirn
2020-03-23btrfs: Export btrfs_release_disk_superNikolay Borisov
2020-03-23Btrfs: avoid unnecessary splits when setting bits on an extent io treeFilipe Manana
2020-03-23btrfs: handle logged extent failure properlyJosef Bacik
2020-03-23btrfs: relocation: Remove is_cowonly_root()Qu Wenruo
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov
2020-03-23btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgsNikolay Borisov
2020-03-23btrfs: Mark pinned log extents as excludedNikolay Borisov
2020-03-23btrfs: Pass transaction handle to write_pinned_extent_entriesNikolay Borisov
2020-03-23btrfs: Make pin_down_extent take transaction handleNikolay Borisov
2020-03-23btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov
2020-03-23btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov
2020-03-23btrfs: Call btrfs_pin_reserved_extent only during active transactionNikolay Borisov
2020-03-23btrfs: Introduce unaccount_log_bufferNikolay Borisov
2020-03-23btrfs: Make btrfs_pin_extent take trans handleNikolay Borisov
2020-03-23btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refsNikolay Borisov