summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-261-10/+8
|\
| * btrfs: fix direct I/O writes for split bios on zoned devicesChristoph Hellwig2022-04-191-2/+3
| * btrfs: fix direct I/O read repair for split biosChristoph Hellwig2022-04-191-8/+5
* | Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-141-5/+4
|\|
| * btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota2022-04-061-3/+3
| * btrfs: zoned: remove redundant condition in btrfs_run_delalloc_rangeHaowen Bai2022-04-061-2/+1
* | Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-051-1/+22
|\|
| * btrfs: prevent subvol with swapfile from being deletedKaiwen Hu2022-03-241-0/+22
| * btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik2022-03-241-1/+0
* | btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()Matthew Wilcox (Oracle)2022-04-011-1/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-44/+40
|\ \
| * | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-6/+1
| * | btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-38/+39
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | | btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana2022-03-141-7/+5
* | | btrfs: do not double complete bio on errors during compressed readsJosef Bacik2022-03-141-1/+7
* | | btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval2022-03-141-2/+247
* | | btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval2022-03-141-0/+498
* | | btrfs: optionally extend i_size in cow_file_range_inline()Omar Sandoval2022-03-141-13/+20
* | | btrfs: clean up cow_file_range_inline()Omar Sandoval2022-03-141-50/+37
* | | btrfs: support different disk extent size for delallocOmar Sandoval2022-03-141-2/+2
* | | btrfs: add ram_bytes and offset to btrfs_ordered_extentOmar Sandoval2022-03-141-23/+35
* | | btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval2022-03-141-4/+4
* | | btrfs: fix lost error return value when reading a data pageFilipe Manana2022-03-141-2/+7
* | | btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba2022-03-141-14/+9
* | | btrfs: disable snapshot creation/deletion for extent tree v2Josef Bacik2022-03-141-2/+9
* | | btrfs: stop doing unnecessary log updates during a renameFilipe Manana2022-03-141-108/+32
* | | btrfs: avoid logging all directory changes during renamesFilipe Manana2022-03-141-9/+24
* | | btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana2022-03-141-4/+4
* | | btrfs: put initial index value of a directory in a constantFilipe Manana2022-03-141-8/+2
|/ /
* | btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana2022-03-041-0/+28
* | btrfs: reduce extent threshold for autodefragQu Wenruo2022-02-241-2/+2
|/
* btrfs: respect the max size in the header when activating swap fileFilipe Manana2022-01-071-0/+11
* btrfs: add inode to truncate controlJosef Bacik2022-01-071-4/+4
* btrfs: pass the ino via truncate controlJosef Bacik2022-01-071-0/+2
* btrfs: use a flag to control when to clear the file extent rangeJosef Bacik2022-01-071-0/+1
* btrfs: only call inode_sub_bytes in truncate paths that careJosef Bacik2022-01-071-0/+1
* btrfs: only update i_size in truncate paths that careJosef Bacik2022-01-071-0/+3
* btrfs: add truncate control structJosef Bacik2022-01-071-6/+12
* btrfs: move btrfs_kill_delayed_inode_items into evictJosef Bacik2022-01-071-0/+12
* btrfs: move extent locking outside of btrfs_truncate_inode_itemsJosef Bacik2022-01-071-0/+18
* btrfs: move btrfs_truncate_inode_items to inode-item.cJosef Bacik2022-01-071-387/+4
* btrfs: add an inode-item.hJosef Bacik2022-01-071-0/+1
* btrfs: stop accessing ->csum_root directlyJosef Bacik2022-01-031-3/+8
* btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik2022-01-031-2/+2
* btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik2022-01-031-2/+2
* btrfs: get rid of root->orphan_cleanup_stateJosef Bacik2022-01-031-3/+1
* btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing codeJosef Bacik2022-01-031-9/+6
* btrfs: make btrfs_file_extent_inline_item_len take a slotJosef Bacik2022-01-031-2/+1