summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
10 daysbtrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
2025-11-02btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn1-3/+4
2025-09-09btrfs: fix race between setting last_dir_index_offset and inode loggingFilipe Manana1-0/+1
2025-08-28btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba1-14/+12
2025-07-17btrfs: remove redundant root argument from btrfs_update_inode_fallback()Filipe Manana1-6/+6
2025-07-17btrfs: remove noinline from btrfs_update_inode()Filipe Manana1-3/+3
2025-07-10btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana1-1/+1
2025-07-10btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana1-18/+18
2025-07-10btrfs: rename err to ret in btrfs_rmdir()Anand Jain1-11/+11
2025-07-06btrfs: fix a race between renames and directory loggingFilipe Manana1-17/+64
2025-05-09btrfs: fix COW handling in run_delalloc_nocow()Dave Chen1-4/+5
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-17btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-02-17Revert "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-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-08-29btrfs: push errors up from add_async_extent()David Sterba1-5/+8
2024-05-17btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov1-1/+1
2024-05-02btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy1-7/+6
2024-04-17btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov1-1/+12
2024-04-10btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana1-1/+21
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
2023-12-20btrfs: 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-11-28btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-5/+5
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+23
2023-09-15btrfs: fix race between reading a directory and adding entries to itFilipe Manana1-4/+7
2023-09-15btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana1-1/+14
2023-09-15btrfs: set last dir index to the current last index when opening dirFilipe Manana1-1/+2
2023-09-13btrfs: don't clear uptodate on write errorsJosef Bacik1-4/+0
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-471/+313
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-46/+20
2023-08-21btrfs: copy dir permission and time when creating a stub subvolumeLee Trager1-5/+7
2023-08-21btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig1-8/+7
2023-08-21btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig1-7/+2
2023-08-21btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig1-25/+22
2023-08-21btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig1-10/+12
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie1-12/+5
2023-08-21btrfs: return real error when orphan cleanup fails due to a transaction abortFilipe Manana1-1/+8
2023-08-21btrfs: fix zoned handling in submit_uncompressed_rangeChristoph Hellwig1-29/+18
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig1-9/+4