aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+0
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-EDQUOTQu Wenruo1-1/+0
2020-07-27btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo1-0/+1
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo1-7/+64
2020-07-27btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo1-3/+10
2020-07-27btrfs: remove unused btrfs_root::defrag_trans_startDavid Sterba1-4/+0
2020-07-27btrfs: use free_root_extent_buffer to free rootJohannes Thumshirn1-2/+1
2020-07-27btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo1-0/+5
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-23/+0
2020-07-07Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+4
2020-07-02btrfs: reset tree root pointer after error in init_tree_rootsJosef Bacik1-2/+4
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-42/+51
2020-06-02btrfs: use attach/detach_page_privateGuoqing Jiang1-3/+1
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana1-1/+4
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-21/+18
2020-05-25btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway balanceQu Wenruo1-0/+1
2020-05-25btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo1-1/+17
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-6/+7
2020-05-25btrfs: use crypto_shash_digest() instead of open codingEric Biggers1-8/+5
2020-05-25btrfs: get rid of endio_repair_workersOmar Sandoval1-7/+1
2020-04-23btrfs: drop logs when we've aborted a transactionJosef Bacik1-4/+32
2020-03-23btrfs: kill the subvol_srcuJosef Bacik1-28/+9
2020-03-23btrfs: make btrfs_cleanup_fs_roots use the radix tree lockJosef Bacik1-4/+3
2020-03-23btrfs: don't take an extra root ref at allocation timeJosef Bacik1-14/+6
2020-03-23btrfs: hold a ref on the root on the dead roots listJosef Bacik1-2/+1
2020-03-23btrfs: make inodes hold a ref on their rootsJosef Bacik1-1/+1
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik1-31/+32
2020-03-23btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik1-1/+4
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik1-0/+3
2020-03-23btrfs: return void from csum_tree_blockDavid Sterba1-10/+3
2020-03-23btrfs: simplify tree block checksumming loopDavid Sterba1-24/+8
2020-03-23Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana1-0/+13
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko1-3/+3
2020-03-23btrfs: reduce pointer intdirections in btree_readpage_end_io_hookDavid Sterba1-3/+4
2020-03-23btrfs: adjust delayed refs message levelDavid Sterba1-1/+1
2020-03-23btrfs: open code trivial helper btrfs_header_chunk_tree_uuidDavid Sterba1-1/+2
2020-03-23btrfs: open code trivial helper btrfs_header_fsidDavid Sterba1-2/+4
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov1-35/+10
2020-03-23btrfs: set update the uuid generation as soon as possibleJosef Bacik1-2/+12
2020-03-23btrfs: bail out of uuid tree scanning if we're closingJosef Bacik1-1/+3
2020-03-23btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov1-0/+35
2020-03-23btrfs: use bios instead of buffer_heads from super block writeoutJohannes Thumshirn1-54/+73
2020-03-23btrfs: use the page cache for super block readingJohannes Thumshirn1-43/+31
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov1-25/+5
2020-03-23btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refsNikolay Borisov1-3/+25
2020-03-23btrfs: sink argument tree to extent_read_full_pageDavid Sterba1-3/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-39/+39
2020-03-23btrfs: add a leak check for rootsJosef Bacik1-0/+28
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik1-8/+11
2020-03-23btrfs: move fs_info init work into it's own helper functionJosef Bacik1-81/+84