summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: remove btrfs_bio::logical memberQu Wenruo1-9/+8
2021-10-26btrfs: rename btrfs_dio_private::logical_offset to file_offsetQu Wenruo1-6/+6
2021-10-26btrfs: pull up qgroup checks from delayed-ref core to init timeNikolay Borisov1-1/+0
2021-10-26btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov1-1/+2
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik1-3/+3
2021-10-26btrfs: change error handling for btrfs_delete_*_in_logJosef Bacik1-13/+3
2021-10-26btrfs: subpage: only allow compression if the range is fully page alignedQu Wenruo1-4/+44
2021-10-26btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo1-0/+7
2021-10-26btrfs: factor uncompressed async extent submission code into a new helperQu Wenruo1-24/+52
2021-10-26btrfs: subpage: make compress_file_range() compatibleQu Wenruo1-1/+1
2021-10-26btrfs: cleanup for extent_write_locked_range()Qu Wenruo1-3/+2
2021-10-26btrfs: refactor submit_compressed_extents()Qu Wenruo1-141/+131
2021-10-26btrfs: remove unused function btrfs_bio_fits_in_stripe()Qu Wenruo1-42/+0
2021-10-26btrfs: subpage: add bitmap for PageChecked flagQu Wenruo1-16/+12
2021-10-26btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-4/+1
2021-10-26btrfs: use async_chunk::async_cow to replace the confusing pending pointerQu Wenruo1-9/+7
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana1-2/+6
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo1-23/+24
2021-10-26btrfs: keep track of the last logged keys when logging a directoryFilipe Manana1-2/+4
2021-10-26btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn1-1/+9
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn1-11/+8
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain1-1/+1
2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota1-1/+5
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