summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-02btrfs: use attach/detach_page_privateGuoqing Jiang
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-05-25btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo
2020-05-25btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo
2020-05-25btrfs: use crypto_shash_digest() instead of open codingEric Biggers
2020-05-25btrfs: get rid of endio_repair_workersOmar Sandoval
2020-04-23btrfs: drop logs when we've aborted a transactionJosef Bacik
2020-03-23btrfs: kill the subvol_srcuJosef Bacik
2020-03-23btrfs: make btrfs_cleanup_fs_roots use the radix tree lockJosef Bacik
2020-03-23btrfs: don't take an extra root ref at allocation timeJosef Bacik
2020-03-23btrfs: hold a ref on the root on the dead roots listJosef Bacik
2020-03-23btrfs: make inodes hold a ref on their rootsJosef Bacik
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik
2020-03-23btrfs: return void from csum_tree_blockDavid Sterba
2020-03-23btrfs: simplify tree block checksumming loopDavid Sterba
2020-03-23Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana
2020-03-23btrfs: switch to use new generic UUID APIAndy Shevchenko
2020-03-23btrfs: reduce pointer intdirections in btree_readpage_end_io_hookDavid Sterba
2020-03-23btrfs: adjust delayed refs message levelDavid Sterba
2020-03-23btrfs: open code trivial helper btrfs_header_chunk_tree_uuidDavid Sterba
2020-03-23btrfs: open code trivial helper btrfs_header_fsidDavid Sterba
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov
2020-03-23btrfs: set update the uuid generation as soon as possibleJosef Bacik
2020-03-23btrfs: bail out of uuid tree scanning if we're closingJosef Bacik
2020-03-23btrfs: make btrfs_check_uuid_tree private to disk-io.cNikolay Borisov
2020-03-23btrfs: use bios instead of buffer_heads from super block writeoutJohannes Thumshirn
2020-03-23btrfs: use the page cache for super block readingJohannes Thumshirn
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov
2020-03-23btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refsNikolay Borisov
2020-03-23btrfs: sink argument tree to extent_read_full_pageDavid Sterba
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: add a leak check for rootsJosef Bacik
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik
2020-03-23btrfs: move fs_info init work into it's own helper functionJosef Bacik
2020-03-23btrfs: free more things in btrfs_free_fs_infoJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik
2020-03-23btrfs: hold a ref on the root in open_ctreeJosef Bacik
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik
2020-03-23btrfs: hold a ref on fs roots while they're in the radix treeJosef Bacik
2020-03-23btrfs: make the fs root init functions staticJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-03-23btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik
2020-03-23btrfs: move fs root init stuff into btrfs_init_fs_rootJosef Bacik