summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: allow idmapped rename inode opChristian Brauner1-7/+10
2021-08-23btrfs: handle idmaps in btrfs_new_inode()Christian Brauner1-15/+19
2021-08-23btrfs: sysfs: document structures and their associated filesAnand Jain1-16/+75
2021-08-23btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo1-1/+1
2021-08-23btrfs: zoned: add asserts on splitting extent_mapNaohiro Aota1-6/+6
2021-08-23btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota1-2/+5
2021-08-23btrfs: zoned: suppress reclaim error message on EAGAINNaohiro Aota1-1/+1
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn2-6/+8
2021-08-23btrfs: update comment at log_conflicting_inodes()Filipe Manana1-2/+2
2021-08-23btrfs: remove no longer needed full sync flag check at inode_logged()Filipe Manana1-7/+5
2021-08-23btrfs: remove unnecessary NULL check for the new inode during rename exchangeFilipe Manana1-2/+1
2021-08-23btrfs: allocate backref_ctx on stack in find_extent_cloneGoldwyn Rodrigues1-18/+11
2021-08-23btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues1-16/+7
2021-08-23btrfs: allocate btrfs_ioctl_quota_rescan_args on stackGoldwyn Rodrigues1-9/+4
2021-08-23btrfs: allocate file_ra_state on stack in readahead_cacheGoldwyn Rodrigues1-9/+3
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza5-48/+40
2021-08-23btrfs: print if fsverity support is built in when loading moduleDavid Sterba1-0/+5
2021-08-23btrfs: verity metadata orphan itemsBoris Burkov2-9/+93
2021-08-23btrfs: initial fsverity supportBoris Burkov10-19/+823
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov7-27/+70
2021-08-23btrfs: simplify return values in btrfs_check_raid_min_devicesAnand Jain1-6/+2
2021-08-23btrfs: remove the dead comment in writepage_delalloc()Qu Wenruo2-7/+2
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 ext...Qu 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