summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-07btrfs: respect the max size in the header when activating swap fileFilipe Manana1-0/+11
2022-01-07btrfs: add inode to truncate controlJosef Bacik1-4/+4
2022-01-07btrfs: pass the ino via truncate controlJosef Bacik1-0/+2
2022-01-07btrfs: use a flag to control when to clear the file extent rangeJosef Bacik1-0/+1
2022-01-07btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik1-0/+1
2022-01-07btrfs: only update i_size in truncate paths that careJosef Bacik1-0/+3
2022-01-07btrfs: add truncate control structJosef Bacik1-6/+12
2022-01-07btrfs: move btrfs_kill_delayed_inode_items into evictJosef Bacik1-0/+12
2022-01-07btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik1-0/+18
2022-01-07btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik1-387/+4
2022-01-07btrfs: add an inode-item.hJosef Bacik1-0/+1
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik1-3/+8
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik1-2/+2
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik1-2/+2
2022-01-03btrfs: get rid of root->orphan_cleanup_stateJosef Bacik1-3/+1
2022-01-03btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing codeJosef Bacik1-9/+6
2022-01-03btrfs: make btrfs_file_extent_inline_item_len take a slotJosef Bacik1-2/+1
2022-01-03btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana1-64/+78
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-298/+313
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+4
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-29btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana1-14/+11
2021-10-27Revert "btrfs: compression: drop kmap/kunmap from generic helpers"David Sterba1-1/+2
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-10-18block: switch polling to be bio basedChristoph Hellwig1-5/+3
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig1-0/+1
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