summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2025-03-07Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-26btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm, swap: clean up device availability checkKairui Song
2025-01-13btrfs: remove the unused locked_folio parameter from btrfs_cleanup_ordered_ex...Qu Wenruo
2025-01-13btrfs: add extra error messages for delalloc range related errorsQu Wenruo
2025-01-13btrfs: do proper folio cleanup when run_delalloc_nocow() failedQu Wenruo
2025-01-13btrfs: do proper folio cleanup when cow_file_range() failedQu Wenruo
2025-01-13btrfs: fix error handling of submit_uncompressed_range()Qu Wenruo
2025-01-13btrfs: fix double accounting race when btrfs_run_delalloc_range() failedQu Wenruo
2025-01-13btrfs: inode: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: uncollapse transaction aborts during renamesFilipe Manana
2025-01-13btrfs: simplify arguments for btrfs_cross_ref_exist()Filipe Manana
2025-01-13btrfs: remove no longer needed strict argument from can_nocow_extent()Filipe Manana
2025-01-13btrfs: drop fs_info argument from btrfs_update_space_info_*()Naohiro Aota
2024-12-29Merge tag 'for-6.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-23btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2024-12-23btrfs: allow swap activation to be interruptibleFilipe Manana
2024-12-23btrfs: fix swap file activation failure due to extents that used to be sharedFilipe Manana
2024-12-23btrfs: fix race with memory mapped writes when activating swap fileFilipe Manana
2024-12-23btrfs: fix use-after-free waiting for encoded read endiosJohannes Thumshirn
2024-12-10Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-03btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana
2024-12-03Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-28btrfs: fix deadlock between transaction commits and extent locksFilipe Manana
2024-11-28btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-11btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read()Mark Harmstone
2024-11-11btrfs: simplify range tracking in cow_file_range()Haisu Wang
2024-11-11btrfs: remove conditional path allocation in btrfs_read_locked_inode()Leo Martins
2024-11-11btrfs: push cleanup into btrfs_read_locked_inode()Leo Martins
2024-11-11btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone
2024-11-11btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()Mark Harmstone
2024-11-11btrfs: don't sleep in btrfs_encoded_read() if IOCB_NOWAIT is setMark Harmstone
2024-11-11btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone
2024-11-11btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read()Mark Harmstone
2024-11-11btrfs: use filemap_get_folio() helperAnand Jain
2024-11-11btrfs: fix wrong sizeof in btrfs_do_encoded_write()Mark Harmstone
2024-11-11btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill...David Sterba
2024-11-11btrfs: drop unused parameter offset from __cow_file_range_inline()David Sterba
2024-11-11btrfs: drop unused parameter inode from read_inline_extent()David Sterba
2024-11-11btrfs: remove btrfs_set_range_writeback()Qu Wenruo
2024-11-11btrfs: handle empty list of NOCOW ordered extents with checksum listJohannes Thumshirn
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-11-11btrfs: remove code duplication in ordered extent finishingJohannes Thumshirn
2024-11-11btrfs: allow compression even if the range is not page alignedQu Wenruo
2024-11-11btrfs: make extent_range_clear_dirty_for_io() to handle sector size < page si...Qu Wenruo
2024-11-08Merge tag 'for-6.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds