summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: don't use set/get token for single assignment in overwrite_itemDavid Sterba2020-05-251-7/+2
| * | btrfs: drop eb parameter from set/get token helpersDavid Sterba2020-05-255-158/+130
| * | btrfs: use the token::eb for all set/get helpersDavid Sterba2020-05-251-4/+4
| * | btrfs: remove duplicated include in block-group.cTiezhu Yang2020-05-251-1/+0
| * | btrfs: block-group: rename write_one_cache_group()Qu Wenruo2020-05-251-8/+8
| * | btrfs: block-group: refactor how we insert a block group itemQu Wenruo2020-05-251-16/+25
| * | btrfs: block-group: refactor how we delete one block group itemQu Wenruo2020-05-251-12/+25
| * | btrfs: block-group: refactor how we read one block group itemQu Wenruo2020-05-251-15/+32
| * | btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups()Qu Wenruo2020-05-251-1/+0
| * | btrfs: send: emit file capabilities after chownMarcos Paulo de Souza2020-05-251-0/+67
| * | btrfs: scrub, only lookup for csums if we are dealing with a data extentFilipe Manana2020-05-251-7/+8
| * | btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana2020-05-254-43/+44
| * | btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana2020-05-257-33/+46
| * | btrfs: fix a race between scrub and block group removal/allocationFilipe Manana2020-05-251-2/+36
| * | btrfs: remove more obsolete v0 extent ref declarationsDavid Sterba2020-05-251-9/+0
| * | btrfs: remove unused function btrfs_dev_extent_chunk_tree_uuidYueHaibing2020-05-251-7/+0
| * | btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo2020-05-251-0/+14
| * | btrfs: speedup dead root detection during orphan cleanupRobbie Ko2020-05-251-11/+9
| * | btrfs: remove unused function heads_to_leavesYueHaibing2020-05-251-16/+0
| * | btrfs: add more codes to decoder tableDavid Sterba2020-05-251-0/+9
| * | btrfs: sort error decoder entriesDavid Sterba2020-05-251-9/+9
| * | btrfs: free alien device after device addAnand Jain2020-05-251-1/+11
| * | btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain2020-05-251-0/+2
| * | btrfs: use crypto_shash_digest() instead of open codingEric Biggers2020-05-254-18/+10
| * | btrfs: drop useless goto in open_fs_devicesAnand Jain2020-05-251-7/+5
| * | btrfs: remove useless check for copy_items() return valueFilipe Manana2020-05-251-4/+1
| * | btrfs: unify buffered and direct I/O read repairOmar Sandoval2020-05-253-170/+86
| * | btrfs: get rid of endio_repair_workersOmar Sandoval2020-05-254-10/+2
| * | btrfs: simplify direct I/O read repairOmar Sandoval2020-05-252-226/+44
| * | btrfs: get rid of one layer of bios in direct I/OOmar Sandoval2020-05-252-136/+65
| * | btrfs: put direct I/O checksums in btrfs_dio_private instead of bioOmar Sandoval2020-05-252-39/+34
| * | btrfs: convert btrfs_dio_private->pending_bios to refcount_tOmar Sandoval2020-05-252-7/+11
| * | btrfs: remove unused btrfs_dio_private::privateOmar Sandoval2020-05-252-2/+0
| * | btrfs: make btrfs_check_repairable() staticOmar Sandoval2020-05-252-6/+3
| * | btrfs: rename __readpage_endio_check to check_data_csumOmar Sandoval2020-05-251-11/+11
| * | btrfs: clarify btrfs_lookup_bio_sums documentationOmar Sandoval2020-05-251-4/+7
| * | btrfs: don't do repair validation for checksum errorsOmar Sandoval2020-05-251-0/+8
| * | btrfs: look at full bi_io_vec for repair decisionOmar Sandoval2020-05-252-8/+30
| * | btrfs: fix double __endio_write_update_ordered in direct I/OOmar Sandoval2020-05-251-108/+70
| * | btrfs: fix error handling when submitting direct I/O bioOmar Sandoval2020-05-251-3/+3
| * | btrfs: simplify error handling of clean_pinned_extents()Filipe Manana2020-05-251-12/+6
| * | btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo2020-05-254-15/+12
| * | btrfs: make btrfs_read_disk_super return struct btrfs_disk_superNikolay Borisov2020-05-251-24/+23
| * | btrfs: use list_for_each_entry_safe in free_reloc_rootsNikolay Borisov2020-05-251-11/+5
| * | btrfs: don't force read-only after error in drop snapshotDavid Sterba2020-05-251-2/+0
| * | btrfs: remove pointless assertion on reclaim_size counterFilipe Manana2020-05-251-1/+0
| * | btrfs: tree-checker: remove duplicate definition of 'inode_item_err'Zheng Wei2020-05-251-4/+0
| * | btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik2020-05-252-0/+21
| * | btrfs: run btrfs_try_granting_tickets if a priority ticket failsJosef Bacik2020-05-251-4/+10
| * | btrfs: only check priority tickets for priority flushingJosef Bacik2020-05-251-2/+21