aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: allow degenerate raid0/raid10David Sterba1-2/+2
2021-08-23btrfs: do not pin logs too early during renamesFilipe Manana1-6/+42
2021-08-23btrfs: eliminate some false positives when checking if inode was loggedFilipe Manana1-9/+16
2021-08-23btrfs: drop unnecessary ASSERT from btrfs_submit_direct()Naohiro Aota1-4/+4
2021-08-23btrfs: fix argument type of btrfs_bio_clone_partial()Chaitanya Kulkarni2-2/+4
2021-08-23btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinkingJosef Bacik1-1/+1
2021-08-23btrfs: wait on async extents when flushing delallocJosef Bacik2-4/+40
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik2-16/+33
2021-08-23btrfs: enable a tracepoint when we fail ticketsJosef Bacik1-0/+2
2021-08-23btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik1-5/+5
2021-08-23btrfs: unify regular and subpage error paths in __extent_writepage()Qu Wenruo1-7/+44
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo5-16/+17
2021-08-23btrfs: subpage: fix relocation potentially overwriting last page dataQu Wenruo1-0/+60
2021-08-23btrfs: subpage: fix false alert when relocating partial preallocated data extentsQu Wenruo1-6/+11
2021-08-23btrfs: subpage: fix a potential use-after-free in writeback helperQu Wenruo3-6/+45
2021-08-23btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage()Qu Wenruo1-1/+12
2021-08-23btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo2-0/+17
2021-08-23btrfs: subpage: allow submit_extent_page() to do bio splitQu Wenruo1-59/+131
2021-08-23btrfs: subpage: disable inline extent creationQu Wenruo1-2/+16
2021-08-23btrfs: subpage: fix writeback which does not have ordered extentQu Wenruo3-0/+39
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 group itemsQu 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