summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-07-27btrfs: make __btrfs_add_ordered_extent take struct btrfs_inodeNikolay Borisov
2020-07-27btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana
2020-07-27btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana
2020-07-27btrfs: add little-endian optimized key helpersDavid Sterba
2020-07-27btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo
2020-07-27btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo
2020-07-27btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo
2020-07-27btrfs: inode: move qgroup reserved space release to the callers of insert_res...Qu Wenruo
2020-07-27btrfs: inode: refactor the parameters of insert_reserved_file_extent()Qu Wenruo
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_blockDavid Sterba
2020-07-27btrfs: scrub: simplify tree block checksum calculationDavid Sterba
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_dataDavid Sterba
2020-07-27btrfs: scrub: simplify data block checksum calculationDavid Sterba
2020-07-27btrfs: scrub: clean up temporary page variables in scrub_checksum_superDavid Sterba
2020-07-27btrfs: scrub: remove temporary csum array in scrub_checksum_superDavid Sterba
2020-07-27btrfs: scrub: simplify superblock checksum calculationDavid Sterba
2020-07-27btrfs: scrub: unify naming of page address variablesDavid Sterba
2020-07-27btrfs: scrub: remove kmap/kunmap of pagesDavid Sterba
2020-07-27btrfs: introduce "rescue=" mount optionQu Wenruo
2020-07-27btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for reloca...Filipe Manana
2020-07-27btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()Filipe Manana
2020-07-27btrfs: check-integrity: remove unnecessary failure messages during memory all...Liao Pingfang
2020-07-27btrfs: use helper btrfs_get_block_groupAnand Jain
2020-07-27btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain
2020-07-27btrfs: remove no longer necessary chunk mutex locking casesFilipe Manana
2020-07-27btrfs: factor out reading of bg from find_frist_block_groupJohannes Thumshirn
2020-07-27btrfs: get mapping tree directly from fsinfo in find_first_block_groupJohannes Thumshirn
2020-07-27btrfs: simplify checks when adding excluded rangesNikolay Borisov
2020-07-27btrfs: read stripe len directly in btrfs_rmap_blockNikolay Borisov
2020-07-27btrfs: don't balance btree inode pages from buffered write pathNikolay Borisov
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-21btrfs: fix mount failure caused by race with umountBoris Burkov
2020-07-21btrfs: fix page leaks after failure to lock page for delallocRobbie Ko
2020-07-21btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo
2020-07-21btrfs: fix double free on ulist after backref resolution failureFilipe Manana
2020-07-12Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-09btrfs: wire up iter_file_splice_writeChristoph Hellwig
2020-07-09btrfs: fix double put of block group with nocowJosef Bacik
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-07Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-07btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo
2020-07-02btrfs: reset tree root pointer after error in init_tree_rootsJosef Bacik
2020-07-02btrfs: fix reclaim_size counter leak after stealing from global reserveFilipe Manana
2020-07-02btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov
2020-07-02btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu
2020-06-29fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney
2020-06-23Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-21btrfs: flag files as supporting buffered async readsJens Axboe
2020-06-16btrfs: use kfree() in btrfs_ioctl_get_subvol_info()Waiman Long