summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: make relocate_one_page() handle subpage caseQu Wenruo1-29/+77
2021-08-23btrfs: reloc: factor out relocation page read and dirty partQu Wenruo1-105/+93
2021-08-23btrfs: rework lzo_decompress_bio() to make it subpage compatibleQu Wenruo1-106/+90
2021-08-23btrfs: rework btrfs_decompress_buf2page()Qu Wenruo5-99/+76
2021-08-23btrfs: grab correct extent map for subpage compressed extent readQu Wenruo1-3/+6
2021-08-23btrfs: disable compressed readahead for subpageQu Wenruo1-0/+10
2021-08-23btrfs: subpage: check if there are compressed extents inside one pageQu Wenruo1-0/+14
2021-08-23btrfs: reset this_bio_flag to avoid inheriting old flagsQu Wenruo1-1/+1
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba5-16/+15
2021-08-23btrfs: simplify data stripe calculation helpersDavid Sterba1-13/+2
2021-08-23btrfs: merge alloc_device helpersDavid Sterba1-41/+25
2021-08-23btrfs: uninline btrfs_bg_flags_to_raid_indexDavid Sterba2-26/+27
2021-08-23btrfs: tree-checker: add missing stripe checks for raid1c3/4 profilesDavid Sterba1-0/+4
2021-08-23btrfs: tree-checker: use table values for stripe checksDavid Sterba1-6/+11
2021-08-23btrfs: make btrfs_next_leaf static inlineDavid Sterba2-11/+12
2021-08-23btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingDavid Sterba3-6/+3
2021-08-23btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba3-7/+7
2021-08-23btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo3-6/+5
2021-08-23btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza1-37/+39
2021-08-23btrfs: remove unneeded return variable in btrfs_lookup_file_extentMarcos Paulo de Souza1-3/+2
2021-08-23btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritemsMarcos Paulo de Souza2-2/+2
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana4-27/+17
2021-08-23btrfs: avoid unnecessary lock and leaf splits when updating inode in the logFilipe Manana1-5/+34
2021-08-23btrfs: remove unnecessary list head initialization when syncing logFilipe Manana1-2/+0
2021-08-23btrfs: avoid unnecessary log mutex contention when syncing logFilipe Manana1-4/+10
2021-08-23btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana1-7/+5
2021-08-23btrfs: stop doing GFP_KERNEL memory allocations in the ref verify toolFilipe Manana2-17/+5
2021-08-23btrfs: improve the batch insertion of delayed itemsFilipe Manana1-133/+79
2021-08-23btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro...Qu Wenruo1-0/+19
2021-08-23btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza2-2/+2
2021-08-23btrfs: continue readahead of siblings even if target node is in memoryFilipe Manana1-5/+8
2021-08-23btrfs: check-integrity: drop kmap/kunmap for block pagesDavid Sterba1-8/+3
2021-08-23btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba2-4/+2
2021-08-23btrfs: compression: drop kmap/kunmap from zstdDavid Sterba1-18/+9
2021-08-23btrfs: compression: drop kmap/kunmap from zlibDavid Sterba1-25/+11
2021-08-23btrfs: compression: drop kmap/kunmap from lzoDavid Sterba1-28/+10
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsDavid Sterba5-15/+14
2021-08-23btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsAnand Jain1-5/+5
2021-08-23btrfs: remove max argument from generic_bin_searchMarcos Paulo de Souza1-11/+7
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov3-96/+91
2021-08-23btrfs: check-integrity: drop unnecessary function prototypesAnand Jain1-49/+0
2021-08-23btrfs: add special case to setget helpers for 64k pagesDavid Sterba1-4/+4
2021-08-23btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn4-24/+0
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+8
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-2/+8
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+5
2021-07-29btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba1-1/+1
2021-07-28btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi1-0/+1
2021-07-28btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana1-2/+2
2021-07-28btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues1-1/+1