summary refs log tree commit diff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-08-23btrfs: initial fsverity supportBoris Burkov
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov
2021-08-23btrfs: simplify return values in btrfs_check_raid_min_devicesAnand Jain
2021-08-23btrfs: remove the dead comment in writepage_delalloc()Qu Wenruo
2021-08-23btrfs: allow degenerate raid0/raid10David Sterba
2021-08-23btrfs: do not pin logs too early during renamesFilipe Manana
2021-08-23btrfs: eliminate some false positives when checking if inode was loggedFilipe Manana
2021-08-23btrfs: drop unnecessary ASSERT from btrfs_submit_direct()Naohiro Aota
2021-08-23btrfs: fix argument type of btrfs_bio_clone_partial()Chaitanya Kulkarni
2021-08-23btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinkingJosef Bacik
2021-08-23btrfs: wait on async extents when flushing delallocJosef Bacik
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik
2021-08-23btrfs: enable a tracepoint when we fail ticketsJosef Bacik
2021-08-23btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik
2021-08-23btrfs: unify regular and subpage error paths in __extent_writepage()Qu Wenruo
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo
2021-08-23btrfs: subpage: fix relocation potentially overwriting last page dataQu Wenruo
2021-08-23btrfs: subpage: fix false alert when relocating partial preallocated data ext...Qu Wenruo
2021-08-23btrfs: subpage: fix a potential use-after-free in writeback helperQu Wenruo
2021-08-23btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage()Qu Wenruo
2021-08-23btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo
2021-08-23btrfs: subpage: allow submit_extent_page() to do bio splitQu Wenruo
2021-08-23btrfs: subpage: disable inline extent creationQu Wenruo
2021-08-23btrfs: subpage: fix writeback which does not have ordered extentQu Wenruo
2021-08-23btrfs: make relocate_one_page() handle subpage caseQu Wenruo
2021-08-23btrfs: reloc: factor out relocation page read and dirty partQu Wenruo
2021-08-23btrfs: rework lzo_decompress_bio() to make it subpage compatibleQu Wenruo
2021-08-23btrfs: rework btrfs_decompress_buf2page()Qu Wenruo
2021-08-23btrfs: grab correct extent map for subpage compressed extent readQu Wenruo
2021-08-23btrfs: disable compressed readahead for subpageQu Wenruo
2021-08-23btrfs: subpage: check if there are compressed extents inside one pageQu Wenruo
2021-08-23btrfs: reset this_bio_flag to avoid inheriting old flagsQu Wenruo
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba
2021-08-23btrfs: simplify data stripe calculation helpersDavid Sterba
2021-08-23btrfs: merge alloc_device helpersDavid Sterba
2021-08-23btrfs: uninline btrfs_bg_flags_to_raid_indexDavid Sterba
2021-08-23btrfs: tree-checker: add missing stripe checks for raid1c3/4 profilesDavid Sterba
2021-08-23btrfs: tree-checker: use table values for stripe checksDavid Sterba
2021-08-23btrfs: make btrfs_next_leaf static inlineDavid Sterba
2021-08-23btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingDavid Sterba
2021-08-23btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba
2021-08-23btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo
2021-08-23btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza
2021-08-23btrfs: remove unneeded return variable in btrfs_lookup_file_extentMarcos Paulo de Souza
2021-08-23btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritemsMarcos Paulo de Souza
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana
2021-08-23btrfs: avoid unnecessary lock and leaf splits when updating inode in the logFilipe Manana
2021-08-23btrfs: remove unnecessary list head initialization when syncing logFilipe Manana
2021-08-23btrfs: avoid unnecessary log mutex contention when syncing logFilipe Manana
2021-08-23btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana