summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-311-2/+3
|\
| * iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig2021-08-161-2/+3
* | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-311-82/+213
|\ \
| * | btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner2021-08-231-2/+3
| * | btrfs: allow idmapped permission inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped setattr inode opChristian Brauner2021-08-231-4/+3
| * | btrfs: allow idmapped tmpfile inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped symlink inode opChristian Brauner2021-08-231-1/+1
| * | 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: zoned: add asserts on splitting extent_mapNaohiro Aota2021-08-231-6/+6
| * | btrfs: remove unnecessary NULL check for the new inode during rename exchangeFilipe Manana2021-08-231-2/+1
| * | btrfs: verity metadata orphan itemsBoris Burkov2021-08-231-2/+13
| * | btrfs: initial fsverity supportBoris Burkov2021-08-231-0/+6
| * | btrfs: add ro compat flags to inodesBoris Burkov2021-08-231-2/+7
| * | btrfs: remove the dead comment in writepage_delalloc()Qu Wenruo2021-08-231-0/+1
| * | btrfs: do not pin logs too early during renamesFilipe Manana2021-08-231-6/+42
| * | btrfs: drop unnecessary ASSERT from btrfs_submit_direct()Naohiro Aota2021-08-231-4/+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-231-4/+0
| * | btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik2021-08-231-5/+5
| * | btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo2021-08-231-0/+3
| * | 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-231-1/+38
| * | btrfs: subpage: disable inline extent creationQu Wenruo2021-08-231-2/+16
| * | btrfs: subpage: check if there are compressed extents inside one pageQu Wenruo2021-08-231-0/+14
| * | btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingDavid Sterba2021-08-231-1/+1
| * | btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba2021-08-231-2/+2
| * | btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo2021-08-231-1/+1
| * | btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana2021-08-231-7/+5
| * | btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba2021-08-231-2/+1
* | | Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo2021-08-251-1/+1
|/ /
* / btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown2021-08-161-2/+8
|/
* btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig2021-07-221-1/+1
* btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota2021-07-071-29/+118
* btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba2021-06-221-1/+1
* btrfs: fix typos in commentsDavid Sterba2021-06-221-2/+2
* btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo2021-06-211-1/+13
* btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo2021-06-211-2/+2
* btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo2021-06-211-1/+1
* btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo2021-06-211-4/+8
* btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo2021-06-211-1/+15
* btrfs: make page Ordered bit to be subpage compatibleQu Wenruo2021-06-211-5/+14
* btrfs: fix hang when run_delalloc_range() failedQu Wenruo2021-06-211-0/+21
* btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo2021-06-211-24/+26
* btrfs: refactor btrfs_invalidatepage() for subpage supportQu Wenruo2021-06-211-74/+97