summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik1-1/+0
2022-04-20btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota1-3/+3
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu1-0/+22
2022-03-08btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana1-64/+78
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana1-0/+11
2021-12-22btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain1-1/+1
2021-11-21btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn1-1/+9
2021-11-21btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn1-11/+8
2021-10-29Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2021-10-27Revert "btrfs: compression: drop kmap/kunmap from generic helpers"David Sterba1-1/+2
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/kda...Linus 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 ext...Qu 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-17iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig1-2/+3
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-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