summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: kill the subvol_srcuJosef Bacik2020-03-231-28/+9
* btrfs: make btrfs_cleanup_fs_roots use the radix tree lockJosef Bacik2020-03-231-4/+3
* btrfs: don't take an extra root ref at allocation timeJosef Bacik2020-03-231-14/+6
* btrfs: hold a ref on the root on the dead roots listJosef Bacik2020-03-231-2/+1
* btrfs: make inodes hold a ref on their rootsJosef Bacik2020-03-231-1/+1
* btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-231-31/+32
* btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik2020-03-231-1/+4
* btrfs: make the extent buffer leak check per fs infoJosef Bacik2020-03-231-0/+3
* btrfs: return void from csum_tree_blockDavid Sterba2020-03-231-10/+3
* btrfs: simplify tree block checksumming loopDavid Sterba2020-03-231-24/+8
* Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana2020-03-231-0/+13
* btrfs: switch to use new generic UUID APIAndy Shevchenko2020-03-231-3/+3
* 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: open code trivial helper btrfs_header_chunk_tree_uuidDavid Sterba2020-03-231-1/+2
* btrfs: open code trivial helper btrfs_header_fsidDavid Sterba2020-03-231-2/+4
* btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov2020-03-231-35/+10
* 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-231-1/+3
* btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov2020-03-231-0/+35
* 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-231-43/+31
* btrfs: switch to per-transaction pinned extentsNikolay Borisov2020-03-231-25/+5
* btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refsNikolay Borisov2020-03-231-3/+25
* btrfs: sink argument tree to extent_read_full_pageDavid Sterba2020-03-231-3/+1
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-39/+39
* btrfs: add a leak check for rootsJosef Bacik2020-03-231-0/+28
* btrfs: make the init of static elements in fs_info separateJosef Bacik2020-03-231-8/+11
* btrfs: move fs_info init work into it's own helper functionJosef Bacik2020-03-231-81/+84
* btrfs: free more things in btrfs_free_fs_infoJosef Bacik2020-03-231-36/+24
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-19/+26
* btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik2020-03-231-15/+15
* btrfs: hold a ref on the root in open_ctreeJosef Bacik2020-03-231-0/+8
* btrfs: export and rename free_fs_infoJosef Bacik2020-03-231-0/+18
* btrfs: hold a ref on fs roots while they're in the radix treeJosef Bacik2020-03-231-1/+5
* btrfs: make the fs root init functions staticJosef Bacik2020-03-231-3/+3
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-231-1/+1
* btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik2020-03-231-12/+1
* btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik2020-03-231-2/+2
* btrfs: move fs root init stuff into btrfs_init_fs_rootJosef Bacik2020-03-231-6/+5
* btrfs: push __setup_root into btrfs_alloc_rootJosef Bacik2020-03-231-21/+15
* btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik2020-02-191-1/+0
* btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik2020-02-191-0/+1
* btrfs: destroy qgroup extent records on transaction abortJeff Mahoney2020-02-191-0/+1
* btrfs: print message when tree-log replay startsDavid Sterba2020-02-121-0/+1
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-01-311-1/+0
* btrfs: free block groups after free'ing fs treesJosef Bacik2020-01-231-2/+9
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-1/+12
* btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval2020-01-201-2/+2
* btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsidAnand Jain2020-01-201-7/+0