summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba
2020-12-08btrfs: precalculate checksums per leaf onceDavid Sterba
2020-12-08btrfs: store precalculated csum_size in fs_infoDavid Sterba
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo
2020-12-08btrfs: add set/get accessors for root_item::drop_levelDavid Sterba
2020-12-08btrfs: use root_item helpers for limit and flags in btrfs_create_treeDavid Sterba
2020-12-08btrfs: generate lockdep keyset names at compile timeDavid Sterba
2020-12-08btrfs: use the right number of levels for lockdep keysetsDavid Sterba
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik
2020-12-08btrfs: calculate more accurate remaining time to sleep in transaction_kthreadNikolay Borisov
2020-12-08btrfs: record delta directly in transaction_kthreadNikolay Borisov
2020-12-08btrfs: remove redundant time check in transaction kthread loopNikolay Borisov
2020-12-07btrfs: use helpers to convert from seconds to jiffies in transaction_kthreadNikolay Borisov
2020-10-30Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-26btrfs: add a helper to read the tree_root commit root for backref lookupJosef Bacik
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo
2020-10-07btrfs: remove btree_get_extentNikolay Borisov
2020-10-07btrfs: remove btree_readpageNikolay Borisov
2020-10-07btrfs: pretty print leaked root nameJosef Bacik
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik
2020-10-07btrfs: rework error detection in init_tree_rootsNikolay Borisov
2020-10-07btrfs: switch seed device to list apiNikolay Borisov
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-23Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-21btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-07btrfs: free data reloc tree on failed mountJosef Bacik
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-19btrfs: fix space cache memory leak after transaction abortFilipe Manana
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-27btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo
2020-07-27btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo
2020-07-27btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo
2020-07-27btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo
2020-07-27btrfs: remove unused btrfs_root::defrag_trans_startDavid Sterba
2020-07-27btrfs: use free_root_extent_buffer to free rootJohannes Thumshirn