aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: allow idmapped mkdir inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped create inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped mknod inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped getattr inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped rename inode opChristian Brauner2021-08-231-7/+10
| * | btrfs: handle idmaps in btrfs_new_inode()Christian Brauner2021-08-231-15/+19
| * | btrfs: sysfs: document structures and their associated filesAnand Jain2021-08-231-16/+75
| * | btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo2021-08-231-1/+1
| * | btrfs: zoned: add asserts on splitting extent_mapNaohiro Aota2021-08-231-6/+6
| * | btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota2021-08-231-2/+5
| * | btrfs: zoned: suppress reclaim error message on EAGAINNaohiro Aota2021-08-231-1/+1
| * | btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn2021-08-232-6/+8
| * | btrfs: update comment at log_conflicting_inodes()Filipe Manana2021-08-231-2/+2
| * | btrfs: remove no longer needed full sync flag check at inode_logged()Filipe Manana2021-08-231-7/+5
| * | btrfs: remove unnecessary NULL check for the new inode during rename exchangeFilipe Manana2021-08-231-2/+1
| * | btrfs: allocate backref_ctx on stack in find_extent_cloneGoldwyn Rodrigues2021-08-231-18/+11
| * | btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues2021-08-231-16/+7
| * | btrfs: allocate btrfs_ioctl_quota_rescan_args on stackGoldwyn Rodrigues2021-08-231-9/+4
| * | btrfs: allocate file_ra_state on stack in readahead_cacheGoldwyn Rodrigues2021-08-231-9/+3
| * | btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza2021-08-235-48/+40
| * | btrfs: print if fsverity support is built in when loading moduleDavid Sterba2021-08-231-0/+5
| * | btrfs: verity metadata orphan itemsBoris Burkov2021-08-232-9/+93
| * | btrfs: initial fsverity supportBoris Burkov2021-08-2310-19/+823
| * | btrfs: add ro compat flags to inodesBoris Burkov2021-08-237-27/+70
| * | btrfs: simplify return values in btrfs_check_raid_min_devicesAnand Jain2021-08-231-6/+2
| * | btrfs: remove the dead comment in writepage_delalloc()Qu Wenruo2021-08-232-7/+2
| * | btrfs: allow degenerate raid0/raid10David Sterba2021-08-231-2/+2
| * | btrfs: do not pin logs too early during renamesFilipe Manana2021-08-231-6/+42
| * | btrfs: eliminate some false positives when checking if inode was loggedFilipe Manana2021-08-231-9/+16
| * | btrfs: drop unnecessary ASSERT from btrfs_submit_direct()Naohiro Aota2021-08-231-4/+4
| * | btrfs: fix argument type of btrfs_bio_clone_partial()Chaitanya Kulkarni2021-08-232-2/+4
| * | btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinkingJosef Bacik2021-08-231-1/+1
| * | btrfs: wait on async extents when flushing delallocJosef Bacik2021-08-232-4/+40
| * | btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik2021-08-232-16/+33
| * | btrfs: enable a tracepoint when we fail ticketsJosef Bacik2021-08-231-0/+2
| * | btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik2021-08-231-5/+5
| * | btrfs: unify regular and subpage error paths in __extent_writepage()Qu Wenruo2021-08-231-7/+44
| * | btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo2021-08-235-16/+17
| * | btrfs: subpage: fix relocation potentially overwriting last page dataQu Wenruo2021-08-231-0/+60
| * | btrfs: subpage: fix false alert when relocating partial preallocated data ext...Qu Wenruo2021-08-231-6/+11
| * | btrfs: subpage: fix a potential use-after-free in writeback helperQu Wenruo2021-08-233-6/+45
| * | btrfs: subpage: fix race between prepare_pages() and btrfs_releasepage()Qu Wenruo2021-08-231-1/+12
| * | btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo2021-08-232-0/+17
| * | btrfs: subpage: allow submit_extent_page() to do bio splitQu Wenruo2021-08-231-59/+131
| * | btrfs: subpage: disable inline extent creationQu Wenruo2021-08-231-2/+16
| * | btrfs: subpage: fix writeback which does not have ordered extentQu Wenruo2021-08-233-0/+39
| * | btrfs: make relocate_one_page() handle subpage caseQu Wenruo2021-08-231-29/+77
| * | btrfs: reloc: factor out relocation page read and dirty partQu Wenruo2021-08-231-105/+93
| * | btrfs: rework lzo_decompress_bio() to make it subpage compatibleQu Wenruo2021-08-231-106/+90
| * | btrfs: rework btrfs_decompress_buf2page()Qu Wenruo2021-08-235-99/+76