summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-08-23btrfs: allow idmapped mkdir inode opChristian Brauner
2021-08-23btrfs: allow idmapped create inode opChristian Brauner
2021-08-23btrfs: allow idmapped mknod inode opChristian Brauner
2021-08-23btrfs: allow idmapped getattr inode opChristian Brauner
2021-08-23btrfs: allow idmapped rename inode opChristian Brauner
2021-08-23btrfs: handle idmaps in btrfs_new_inode()Christian Brauner
2021-08-23btrfs: sysfs: document structures and their associated filesAnand Jain
2021-08-23btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo
2021-08-23btrfs: zoned: add asserts on splitting extent_mapNaohiro Aota
2021-08-23btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota
2021-08-23btrfs: zoned: suppress reclaim error message on EAGAINNaohiro Aota
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn
2021-08-23btrfs: update comment at log_conflicting_inodes()Filipe Manana
2021-08-23btrfs: remove no longer needed full sync flag check at inode_logged()Filipe Manana
2021-08-23btrfs: remove unnecessary NULL check for the new inode during rename exchangeFilipe Manana
2021-08-23btrfs: allocate backref_ctx on stack in find_extent_cloneGoldwyn Rodrigues
2021-08-23btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues
2021-08-23btrfs: allocate btrfs_ioctl_quota_rescan_args on stackGoldwyn Rodrigues
2021-08-23btrfs: allocate file_ra_state on stack in readahead_cacheGoldwyn Rodrigues
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza
2021-08-23btrfs: print if fsverity support is built in when loading moduleDavid Sterba
2021-08-23btrfs: verity metadata orphan itemsBoris Burkov
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