summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
8 daysbtrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana1-1/+5
8 daysbtrfs: fix the qgroup data free range for inline data extentsQu Wenruo1-1/+1
2026-03-25btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana1-0/+19
2026-02-11btrfs: fix reservation leak in some error paths when inserting inline extentFilipe Manana1-6/+10
2025-09-09btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana1-0/+1
2025-07-17btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana1-11/+17
2025-07-10btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana1-5/+2
2025-07-06btrfs: fix a race between renames and directory loggingFilipe Manana1-17/+64
2025-04-25btrfs: fix the length of reserved qgroup to freeHaisu Wang1-1/+1
2025-04-25btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov1-1/+5
2025-02-21btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-02-21Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den1-2/+0
2025-01-09btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn1-1/+1
2025-01-02btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2024-12-14btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana1-0/+1
2024-12-14btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov1-1/+12
2024-11-01btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing1-5/+2
2024-09-18btrfs: update target inode's ctime on unlinkJeff Layton1-0/+1
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba1-1/+1
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-1/+1
2024-08-29btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba1-1/+8
2024-05-17btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov1-1/+1
2024-02-23btrfs: don't drop extent_map for free space inode on write errorJosef Bacik1-2/+17
2024-02-23btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana1-0/+7
2024-02-01btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval1-9/+13
2024-02-01btrfs: fix race between reading a directory and adding entries to itFilipe Manana1-4/+7
2024-02-01btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana1-1/+14
2024-02-01btrfs: set last dir index to the current last index when opening dirFilipe Manana1-1/+2
2024-02-01btrfs: fix infinite directory readsFilipe Manana1-52/+79
2024-01-10btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov1-8/+8
2023-11-28btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota1-0/+7
2023-10-10btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET1-2/+4
2023-10-10btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy1-53/+34
2023-10-10btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy1-44/+148
2023-10-10btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy1-76/+54
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov1-0/+7
2023-08-16btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig1-5/+5
2023-07-27btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik1-3/+11
2023-06-21btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason1-1/+1
2023-06-21btrfs: fix iomap_begin length for nocow writesChristoph Hellwig1-6/+12
2023-05-17btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota1-0/+3
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+12
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana1-3/+11
2022-10-31btrfs: fix a memory allocation failure test in btrfs_submit_directChristophe JAILLET1-1/+1
2022-10-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2022-09-29btrfs: avoid pointless extent map tree search when flushing delallocFilipe Manana1-1/+0
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana1-42/+8
2022-09-29btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana1-14/+1
2022-09-29btrfs: use cond_resched_rwlock_write() during inode evictionFilipe Manana1-5/+1
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana1-28/+31