summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: disable compressed readahead for subpageQu Wenruo2021-08-231-0/+10
| * | btrfs: subpage: check if there are compressed extents inside one pageQu Wenruo2021-08-231-0/+14
| * | btrfs: reset this_bio_flag to avoid inheriting old flagsQu Wenruo2021-08-231-1/+1
| * | btrfs: constify and cleanup variables in comparatorsDavid Sterba2021-08-235-16/+15
| * | btrfs: simplify data stripe calculation helpersDavid Sterba2021-08-231-13/+2
| * | btrfs: merge alloc_device helpersDavid Sterba2021-08-231-41/+25
| * | btrfs: uninline btrfs_bg_flags_to_raid_indexDavid Sterba2021-08-232-26/+27
| * | btrfs: tree-checker: add missing stripe checks for raid1c3/4 profilesDavid Sterba2021-08-231-0/+4
| * | btrfs: tree-checker: use table values for stripe checksDavid Sterba2021-08-231-6/+11
| * | btrfs: make btrfs_next_leaf static inlineDavid Sterba2021-08-232-11/+12
| * | btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingDavid Sterba2021-08-233-6/+3
| * | btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba2021-08-233-7/+7
| * | btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo2021-08-233-6/+5
| * | btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza2021-08-231-37/+39
| * | btrfs: remove unneeded return variable in btrfs_lookup_file_extentMarcos Paulo de Souza2021-08-231-3/+2
| * | btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritemsMarcos Paulo de Souza2021-08-232-2/+2
| * | btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana2021-08-234-27/+17
| * | btrfs: avoid unnecessary lock and leaf splits when updating inode in the logFilipe Manana2021-08-231-5/+34
| * | btrfs: remove unnecessary list head initialization when syncing logFilipe Manana2021-08-231-2/+0
| * | btrfs: avoid unnecessary log mutex contention when syncing logFilipe Manana2021-08-231-4/+10
| * | btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana2021-08-231-7/+5
| * | btrfs: stop doing GFP_KERNEL memory allocations in the ref verify toolFilipe Manana2021-08-232-17/+5
| * | btrfs: improve the batch insertion of delayed itemsFilipe Manana2021-08-231-133/+79
| * | btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro...Qu Wenruo2021-08-231-0/+19
| * | btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza2021-08-232-2/+2
| * | btrfs: continue readahead of siblings even if target node is in memoryFilipe Manana2021-08-231-5/+8
| * | btrfs: check-integrity: drop kmap/kunmap for block pagesDavid Sterba2021-08-231-8/+3
| * | btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba2021-08-232-4/+2
| * | btrfs: compression: drop kmap/kunmap from zstdDavid Sterba2021-08-231-18/+9
| * | btrfs: compression: drop kmap/kunmap from zlibDavid Sterba2021-08-231-25/+11
| * | btrfs: compression: drop kmap/kunmap from lzoDavid Sterba2021-08-231-28/+10
| * | btrfs: drop from __GFP_HIGHMEM all allocationsDavid Sterba2021-08-235-15/+14
| * | btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsAnand Jain2021-08-231-5/+5
| * | btrfs: remove max argument from generic_bin_searchMarcos Paulo de Souza2021-08-231-11/+7
| * | btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov2021-08-233-96/+91
| * | btrfs: check-integrity: drop unnecessary function prototypesAnand Jain2021-08-231-49/+0
| * | btrfs: add special case to setget helpers for 64k pagesDavid Sterba2021-08-231-4/+4
| * | btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn2021-08-234-24/+0
* | | Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-261-1/+1
|\ \ \ | |/ / |/| |
| * | Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo2021-08-251-1/+1
* | | Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-181-2/+8
|\| | | |/ |/|
| * btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown2021-08-161-2/+8
* | Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-304-4/+5
|\|
| * btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba2021-07-291-1/+1
| * btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi2021-07-281-0/+1
| * btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana2021-07-281-2/+2
| * btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues2021-07-281-1/+1
* | Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-2312-47/+79
|\|
| * btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig2021-07-224-13/+6
| * btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana2021-07-226-25/+48