summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner
2021-08-23btrfs: allow idmapped permission inode opChristian Brauner
2021-08-23btrfs: allow idmapped setattr inode opChristian Brauner
2021-08-23btrfs: allow idmapped tmpfile inode opChristian Brauner
2021-08-23btrfs: allow idmapped symlink inode opChristian Brauner
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: zoned: add asserts on splitting extent_mapNaohiro Aota
2021-08-23btrfs: remove unnecessary NULL check for the new inode during rename exchangeFilipe Manana
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: remove the dead comment in writepage_delalloc()Qu Wenruo
2021-08-23btrfs: do not pin logs too early during renamesFilipe Manana
2021-08-23btrfs: drop unnecessary ASSERT from btrfs_submit_direct()Naohiro Aota
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: wake up async_delalloc_pages waiters after submitJosef Bacik
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu 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: disable inline extent creationQu Wenruo
2021-08-23btrfs: subpage: check if there are compressed extents inside one pageQu Wenruo
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: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana
2021-08-23btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig
2021-07-07btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota
2021-06-22btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-21btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo
2021-06-21btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo
2021-06-21btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo
2021-06-21btrfs: make page Ordered bit to be subpage compatibleQu Wenruo
2021-06-21btrfs: fix hang when run_delalloc_range() failedQu Wenruo
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo
2021-06-21btrfs: refactor btrfs_invalidatepage() for subpage supportQu Wenruo