summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-121-0/+2
|\
| * btrfs: free data reloc tree on failed mountJosef Bacik2020-09-071-0/+2
* | Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-241-0/+1
|\|
| * btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-08-191-0/+1
* | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-23/+0
|\ \ | |/ |/|
| * writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-23/+0
* | btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo2020-07-271-1/+0
* | btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo2020-07-271-0/+1
* | btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo2020-07-271-7/+64
* | btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo2020-07-271-3/+10
* | btrfs: remove unused btrfs_root::defrag_trans_startDavid Sterba2020-07-271-4/+0
* | btrfs: use free_root_extent_buffer to free rootJohannes Thumshirn2020-07-271-2/+1
* | btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo2020-07-271-0/+5
* | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-071-2/+4
|\ \ | |/ |/|
| * btrfs: reset tree root pointer after error in init_tree_rootsJosef Bacik2020-07-021-2/+4
* | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-021-42/+51
|\|
| * btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana2020-05-251-1/+4
| * btrfs: simplify root lookup by idDavid Sterba2020-05-251-21/+18
| * btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo2020-05-251-0/+1
| * btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo2020-05-251-1/+17
| * btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo2020-05-251-6/+7
| * btrfs: use crypto_shash_digest() instead of open codingEric Biggers2020-05-251-8/+5
| * btrfs: get rid of endio_repair_workersOmar Sandoval2020-05-251-7/+1
* | btrfs: use attach/detach_page_privateGuoqing Jiang2020-06-021-3/+1
|/
* btrfs: drop logs when we've aborted a transactionJosef Bacik2020-04-231-4/+32
* 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