summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-17btrfs: use btrfs_record_snapshot_destroy() during rmdirFilipe Manana1-1/+1
2025-07-17btrfs: propagate last_unlink_trans earlier when doing a rmdirFilipe Manana1-18/+18
2025-07-10btrfs: don't drop extent_map for free space inode on write errorJosef Bacik1-2/+17
2025-03-13btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-03-13Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den1-2/+0
2025-01-09btrfs: 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-10-17btrfs: 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-09-04btrfs: 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: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval1-9/+13
2024-02-23btrfs: fix race between reading a directory and adding entries to itFilipe Manana1-4/+7
2024-02-23btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana1-1/+14
2024-02-23btrfs: set last dir index to the current last index when opening dirFilipe Manana1-1/+2
2024-02-23btrfs: fix infinite directory readsFilipe Manana1-52/+79
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov1-0/+7
2022-09-05btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana1-14/+11
2022-08-31btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana1-4/+4
2022-08-31btrfs: put initial index value of a directory in a constantFilipe Manana1-8/+2
2022-08-31btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota1-8/+8
2022-08-31btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota1-2/+4
2022-08-17btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota1-8/+64
2022-08-11btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota1-0/+2
2022-07-21btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana1-1/+13
2022-07-12btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov1-1/+2
2022-05-01btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana1-0/+28
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik1-1/+0
2022-04-20btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota1-3/+3
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu1-0/+22
2022-03-08btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana1-64/+78
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana1-0/+11
2021-12-22btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain1-1/+1
2021-11-21btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn1-1/+9
2021-11-21btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn1-11/+8
2021-10-29Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2021-10-27Revert "btrfs: compression: drop kmap/kunmap from generic helpers"David Sterba1-1/+2
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+3
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-82/+213
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner1-2/+3
2021-08-23btrfs: allow idmapped permission inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped setattr inode opChristian Brauner1-4/+3
2021-08-23btrfs: allow idmapped tmpfile inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped symlink inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped mkdir inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped create inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped mknod inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped getattr inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped rename inode opChristian Brauner1-7/+10