summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: make btrfs_lookup_ordered_extent take btrfs_inodeNikolay Borisov2020-07-276-9/+10
* btrfs: make get_extent_allocation_hint take btrfs_inodeNikolay Borisov2020-07-271-4/+5
* btrfs: make __btrfs_add_ordered_extent take struct btrfs_inodeNikolay Borisov2020-07-271-15/+15
* btrfs: remove no longer used trans_list member of struct btrfs_ordered_extentFilipe Manana2020-07-272-5/+0
* btrfs: remove no longer used log_list member of struct btrfs_ordered_extentFilipe Manana2020-07-272-5/+0
* btrfs: add little-endian optimized key helpersDavid Sterba2020-07-272-0/+65
* btrfs: qgroup: catch reserved space leaks at unmount timeQu Wenruo2020-07-273-0/+49
* btrfs: change timing for qgroup reserved space for ordered extents to fix res...Qu Wenruo2020-07-273-15/+25
* btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo2020-07-271-4/+4
* btrfs: inode: move qgroup reserved space release to the callers of insert_res...Qu Wenruo2020-07-271-13/+13
* btrfs: inode: refactor the parameters of insert_reserved_file_extent()Qu Wenruo2020-07-272-32/+68
* btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_blockDavid Sterba2020-07-271-6/+6
* btrfs: scrub: simplify tree block checksum calculationDavid Sterba2020-07-271-24/+9
* btrfs: scrub: clean up temporary page variables in scrub_checksum_dataDavid Sterba2020-07-271-7/+5
* btrfs: scrub: simplify data block checksum calculationDavid Sterba2020-07-271-21/+3
* btrfs: scrub: clean up temporary page variables in scrub_checksum_superDavid Sterba2020-07-271-8/+8
* btrfs: scrub: remove temporary csum array in scrub_checksum_superDavid Sterba2020-07-271-3/+1
* btrfs: scrub: simplify superblock checksum calculationDavid Sterba2020-07-271-27/+4
* btrfs: scrub: unify naming of page address variablesDavid Sterba2020-07-271-16/+16
* btrfs: scrub: remove kmap/kunmap of pagesDavid Sterba2020-07-271-15/+8
* btrfs: introduce "rescue=" mount optionQu Wenruo2020-07-271-8/+73
* btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for reloca...Filipe Manana2020-07-271-8/+6
* btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()Filipe Manana2020-07-273-11/+7
* btrfs: check-integrity: remove unnecessary failure messages during memory all...Liao Pingfang2020-07-271-21/+6
* btrfs: use helper btrfs_get_block_groupAnand Jain2020-07-271-2/+2
* btrfs: let btrfs_return_cluster_to_free_space() return voidAnand Jain2020-07-272-10/+6
* btrfs: remove no longer necessary chunk mutex locking casesFilipe Manana2020-07-271-5/+0
* btrfs: factor out reading of bg from find_frist_block_groupJohannes Thumshirn2020-07-271-46/+56
* btrfs: get mapping tree directly from fsinfo in find_first_block_groupJohannes Thumshirn2020-07-271-1/+1
* btrfs: simplify checks when adding excluded rangesNikolay Borisov2020-07-271-17/+4
* btrfs: read stripe len directly in btrfs_rmap_blockNikolay Borisov2020-07-271-10/+3
* btrfs: don't balance btree inode pages from buffered write pathNikolay Borisov2020-07-271-2/+0
* Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-244-14/+21
|\
| * btrfs: fix mount failure caused by race with umountBoris Burkov2020-07-211-0/+8
| * btrfs: fix page leaks after failure to lock page for delallocRobbie Ko2020-07-211-1/+2
| * btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo2020-07-211-13/+10
| * btrfs: fix double free on ulist after backref resolution failureFilipe Manana2020-07-211-0/+1
* | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-123-8/+3
|\|
| * btrfs: wire up iter_file_splice_writeChristoph Hellwig2020-07-091-0/+1
| * btrfs: fix double put of block group with nocowJosef Bacik2020-07-091-8/+1
| * btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo2020-07-071-0/+1
* | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-077-25/+35
|\|
| * btrfs: reset tree root pointer after error in init_tree_rootsJosef Bacik2020-07-021-2/+4
| * btrfs: fix reclaim_size counter leak after stealing from global reserveFilipe Manana2020-07-021-1/+1
| * btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov2020-07-021-16/+24
| * btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza2020-07-024-6/+6
* | Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-236-36/+102
|\|
| * btrfs: use kfree() in btrfs_ioctl_get_subvol_info()Waiman Long2020-06-161-1/+1
| * btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana2020-06-161-11/+26
| * btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana2020-06-161-1/+12