aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-10Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2024-12-03btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana1-0/+1
2024-12-03Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+14
2024-11-28btrfs: fix deadlock between transaction commits and extent locksFilipe Manana1-3/+13
2024-11-28btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn1-1/+1
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-241/+254
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-11-11btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read()Mark Harmstone1-2/+2
2024-11-11btrfs: simplify range tracking in cow_file_range()Haisu Wang1-18/+14
2024-11-11btrfs: remove conditional path allocation in btrfs_read_locked_inode()Leo Martins1-17/+29
2024-11-11btrfs: push cleanup into btrfs_read_locked_inode()Leo Martins1-48/+53
2024-11-11btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone1-10/+31
2024-11-11btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()Mark Harmstone1-11/+18
2024-11-11btrfs: don't sleep in btrfs_encoded_read() if IOCB_NOWAIT is setMark Harmstone1-11/+44
2024-11-11btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone1-30/+27
2024-11-11btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read()Mark Harmstone1-4/+1
2024-11-11btrfs: use filemap_get_folio() helperAnand Jain1-4/+3
2024-11-11btrfs: fix wrong sizeof in btrfs_do_encoded_write()Mark Harmstone1-1/+1
2024-11-11btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill...David Sterba1-3/+3
2024-11-11btrfs: drop unused parameter offset from __cow_file_range_inline()David Sterba1-3/+3
2024-11-11btrfs: drop unused parameter inode from read_inline_extent()David Sterba1-3/+2
2024-11-11btrfs: remove btrfs_set_range_writeback()Qu Wenruo1-22/+0
2024-11-11btrfs: handle empty list of NOCOW ordered extents with checksum listJohannes Thumshirn1-1/+6
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan1-1/+1
2024-11-11btrfs: remove code duplication in ordered extent finishingJohannes Thumshirn1-29/+19
2024-11-11btrfs: allow compression even if the range is not page alignedQu Wenruo1-34/+7
2024-11-11btrfs: make extent_range_clear_dirty_for_io() to handle sector size < page si...Qu Wenruo1-1/+2
2024-11-08Merge tag 'for-6.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-11-07btrfs: fix the length of reserved qgroup to freeHaisu Wang1-1/+1
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav1-1/+1
2024-10-24Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+2
2024-10-22btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing1-5/+2
2024-10-04Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2024-10-04btrfs: Switch from using the private_2 flag to owner_2Matthew Wilcox (Oracle)1-4/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-01btrfs: also add stripe entries for NOCOW writesJohannes Thumshirn1-0/+5
2024-09-10btrfs: convert btrfs_decompress() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: convert try_release_extent_mapping() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: convert clear_page_extent_mapped() to take a folioLi Zetao1-2/+2
2024-09-10btrfs: drop transaction parameter from btrfs_add_inode_defrag()David Sterba1-1/+1
2024-09-10btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba1-1/+1
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba1-2/+2
2024-09-10btrfs: add comment about locking in cow_file_range_inline()Boris Burkov1-0/+14
2024-09-10btrfs: convert extent_range_clear_dirty_for_io() to use a folioJosef Bacik1-6/+6
2024-09-10btrfs: convert insert_inline_extent() to use a folioJosef Bacik1-4/+7
2024-09-10btrfs: convert btrfs_set_range_writeback() to use a folioJosef Bacik1-6/+6
2024-09-10btrfs: convert wait_subpage_spinlock() to only use a folioJosef Bacik1-6/+5
2024-09-10btrfs: convert btrfs_get_extent() to take a folioJosef Bacik1-3/+3
2024-09-10btrfs: convert read_inline_extent() to use a folioJosef Bacik1-7/+7