summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik1-1/+1
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik1-2/+2
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-6/+10
2022-09-26btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik1-0/+5
2022-09-26btrfs: move btrfs_csum_ptr to inode.cJosef Bacik1-0/+7
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik1-1/+1
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-22/+19
2022-09-26btrfs: remove extent_io_tree::track_uptodateJosef Bacik1-1/+0
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-51/+47
2022-09-26btrfs: drop extent_changeset from set_extent_bitJosef Bacik1-2/+2