aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+3
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-82/+213
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner1-2/+3
2021-08-23btrfs: allow idmapped permission inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped setattr inode opChristian Brauner1-4/+3
2021-08-23btrfs: allow idmapped tmpfile inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped symlink inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped mkdir inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped create inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped mknod inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped getattr inode opChristian Brauner1-1/+1
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: zoned: add asserts on splitting extent_mapNaohiro Aota1-6/+6
2021-08-23btrfs: remove unnecessary NULL check for the new inode during rename exchangeFilipe Manana1-2/+1
2021-08-23btrfs: verity metadata orphan itemsBoris Burkov1-2/+13
2021-08-23btrfs: initial fsverity supportBoris Burkov1-0/+6
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov1-2/+7
2021-08-23btrfs: remove the dead comment in writepage_delalloc()Qu Wenruo1-0/+1
2021-08-23btrfs: do not pin logs too early during renamesFilipe Manana1-6/+42
2021-08-23btrfs: drop unnecessary ASSERT from btrfs_submit_direct()Naohiro Aota1-4/+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 Bacik1-4/+0
2021-08-23btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik1-5/+5
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo1-0/+3
2021-08-23btrfs: subpage: fix false alert when relocating partial preallocated data extentsQu Wenruo1-6/+11
2021-08-23btrfs: subpage: fix a potential use-after-free in writeback helperQu Wenruo1-1/+38
2021-08-23btrfs: subpage: disable inline extent creationQu Wenruo1-2/+16
2021-08-23btrfs: subpage: check if there are compressed extents inside one pageQu Wenruo1-0/+14
2021-08-23btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingDavid Sterba1-1/+1
2021-08-23btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba1-2/+2
2021-08-23btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo1-1/+1
2021-08-23btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana1-7/+5
2021-08-23btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba1-2/+1
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig1-2/+3
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from different parentsNeilBrown1-2/+8
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig1-1/+1
2021-07-07btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota1-29/+118
2021-06-22btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba1-1/+1
2021-06-22btrfs: fix typos in commentsDavid Sterba1-2/+2
2021-06-21btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo1-1/+13
2021-06-21btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo1-2/+2
2021-06-21btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo1-1/+1
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo1-4/+8
2021-06-21btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __process_pages_contig()Qu Wenruo1-1/+15
2021-06-21btrfs: make page Ordered bit to be subpage compatibleQu Wenruo1-5/+14
2021-06-21btrfs: fix hang when run_delalloc_range() failedQu Wenruo1-0/+21
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo1-24/+26
2021-06-21btrfs: refactor btrfs_invalidatepage() for subpage supportQu Wenruo1-74/+97