summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov
2022-09-05btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana
2022-08-31btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana
2022-08-31btrfs: put initial index value of a directory in a constantFilipe Manana
2022-08-31btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota
2022-08-31btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-08-17btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota
2022-08-11btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota
2022-07-21btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana
2022-07-12btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov
2022-05-01btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik
2022-04-20btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu
2022-03-08btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana
2021-12-22btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain
2021-11-21btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn
2021-11-21btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn
2021-10-29Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-10-27Revert "btrfs: compression: drop kmap/kunmap from generic helpers"David Sterba
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner
2021-08-23btrfs: allow idmapped permission inode opChristian Brauner
2021-08-23btrfs: allow idmapped setattr inode opChristian Brauner
2021-08-23btrfs: allow idmapped tmpfile inode opChristian Brauner
2021-08-23btrfs: allow idmapped symlink inode opChristian Brauner
2021-08-23btrfs: allow idmapped mkdir inode opChristian Brauner
2021-08-23btrfs: allow idmapped create inode opChristian Brauner
2021-08-23btrfs: allow idmapped mknod inode opChristian Brauner
2021-08-23btrfs: allow idmapped getattr inode opChristian Brauner
2021-08-23btrfs: allow idmapped rename inode opChristian Brauner
2021-08-23btrfs: handle idmaps in btrfs_new_inode()Christian Brauner
2021-08-23btrfs: zoned: add asserts on splitting extent_mapNaohiro Aota
2021-08-23btrfs: remove unnecessary NULL check for the new inode during rename exchangeFilipe Manana
2021-08-23btrfs: verity metadata orphan itemsBoris Burkov
2021-08-23btrfs: initial fsverity supportBoris Burkov
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov
2021-08-23btrfs: remove the dead comment in writepage_delalloc()Qu Wenruo
2021-08-23btrfs: do not pin logs too early during renamesFilipe Manana
2021-08-23btrfs: drop unnecessary ASSERT from btrfs_submit_direct()Naohiro Aota
2021-08-23btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinkingJosef Bacik
2021-08-23btrfs: wait on async extents when flushing delallocJosef Bacik
2021-08-23btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo
2021-08-23btrfs: subpage: fix false alert when relocating partial preallocated data ext...Qu Wenruo
2021-08-23btrfs: subpage: fix a potential use-after-free in writeback helperQu Wenruo
2021-08-23btrfs: subpage: disable inline extent creationQu Wenruo