summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-09btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo1-2/+2
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai1-2/+3
2021-12-22btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana1-0/+8
2021-12-08btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui1-1/+13
2021-11-18btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain1-1/+2
2021-09-22btrfs: fix upper limit for max_inline for page size 64KAnand Jain1-22/+23
2021-06-16btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov1-8/+18
2021-01-27btrfs: print the actual offset in btrfs_root_nameJosef Bacik1-1/+1
2020-10-30Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-40/+99
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik1-40/+99
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain1-2/+6
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov1-7/+0
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov1-5/+3
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov1-1/+0
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov1-4/+4
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo1-1/+1
2020-10-07btrfs: remove btree_get_extentNikolay Borisov1-47/+0
2020-10-07btrfs: remove btree_readpageNikolay Borisov1-6/+0
2020-10-07btrfs: pretty print leaked root nameJosef Bacik1-2/+4
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik1-2/+3
2020-10-07btrfs: rework error detection in init_tree_rootsNikolay Borisov1-10/+9
2020-10-07btrfs: switch seed device to list apiNikolay Borisov1-21/+18
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik1-1/+2
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap1-1/+1
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig1-1/+0
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-1/+0
2020-09-24Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+5
2020-09-21btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn1-6/+5
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2020-09-07btrfs: free data reloc tree on failed mountJosef Bacik1-0/+2
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-08-19btrfs: fix space cache memory leak after transaction abortFilipe Manana1-0/+1
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-...Qu 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-09writeback: remove bdi->congested_fnChristoph Hellwig1-23/+0
2020-07-08Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2020-07-02btrfs: reset tree root pointer after error in init_tree_rootsJosef Bacik1-2/+4
2020-06-03Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus 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 b...Qu Wenruo1-0/+1
2020-05-25btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo1-1/+17