summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2025-02-17btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2025-02-17Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den
2025-01-09btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn
2025-01-02btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2024-12-14btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana
2024-11-01btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing
2024-09-18btrfs: update target inode's ctime on unlinkJeff Layton
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-08-29btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba
2024-08-29btrfs: push errors up from add_async_extent()David Sterba
2024-05-17btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov
2024-05-02btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy
2024-04-17btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov
2024-04-10btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana
2024-02-23btrfs: don't drop extent_map for free space inode on write errorJosef Bacik
2024-02-23btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana
2024-01-31btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval
2023-12-20btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2023-11-28btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota
2023-11-28btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-14btrfs: fix race between reading a directory and adding entries to itFilipe Manana
2023-09-14btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana
2023-09-14btrfs: set last dir index to the current last index when opening dirFilipe Manana
2023-09-13btrfs: don't clear uptodate on write errorsJosef Bacik
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21btrfs: copy dir permission and time when creating a stub subvolumeLee Trager
2023-08-21btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig
2023-08-21btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie
2023-08-21btrfs: return real error when orphan cleanup fails due to a transaction abortFilipe Manana
2023-08-21btrfs: fix zoned handling in submit_uncompressed_rangeChristoph Hellwig
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig
2023-08-21btrfs: refactor the zoned device handling in cow_file_rangeChristoph Hellwig
2023-08-21btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: share the code to free the page array in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: use a separate label for the incompressible case in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: further simplify the compress or not logic in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: streamline compress_file_rangeChristoph Hellwig
2023-08-21btrfs: merge submit_compressed_extents and async_cow_submitChristoph Hellwig
2023-08-21btrfs: merge async_cow_start and compress_file_rangeChristoph Hellwig
2023-08-21btrfs: don't clear async_chunk->inode in async_cow_startChristoph Hellwig
2023-08-21btrfs: clean up the check for uncompressed ranges in submit_one_async_extentChristoph Hellwig
2023-08-21btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig
2023-08-21btrfs: remove the return value from submit_uncompressed_rangeChristoph Hellwig
2023-08-21btrfs: reduce debug spam from submit_compressed_extentsChristoph Hellwig