summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2024-05-07btrfs: make NOCOW checks for existence of checksums in a range more efficientFilipe Manana
2024-05-07btrfs: remove search_commit parameter from btrfs_lookup_csums_list()Filipe Manana
2024-05-07btrfs: move btrfs_page_mkwrite() from inode.c into file.cFilipe Manana
2024-05-07btrfs: remove pointless return value assignment at btrfs_finish_one_ordered()Filipe Manana
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana
2024-05-07btrfs: compression: migrate compression/decompression paths to foliosQu Wenruo
2024-05-07btrfs: migrate insert_inline_extent() to folio interfacesQu Wenruo
2024-05-07btrfs: make insert_inline_extent() accept one page directlyQu Wenruo
2024-05-07btrfs: compression: convert page allocation to folio interfacesQu Wenruo
2024-05-07btrfs: rename err to ret in btrfs_cont_expand()Anand Jain
2024-05-07btrfs: rename err to ret in btrfs_rmdir()Anand Jain
2024-05-07btrfs: remove pointless writepages callback wrapperFilipe Manana
2024-05-07btrfs: remove pointless readahead callback wrapperFilipe Manana
2024-04-18btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy
2024-04-02btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov
2024-04-02btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov
2024-03-26statx: stx_subvolKent Overstreet
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba
2024-03-04btrfs: delete BUG_ON in btrfs_init_locked_inode()David Sterba
2024-03-04btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba
2024-03-04btrfs: push errors up from add_async_extent()David Sterba
2024-03-04btrfs: remove do_list variable at btrfs_clear_delalloc_extent()Filipe Manana
2024-03-04btrfs: remove do_list variable at btrfs_set_delalloc_extent()Filipe Manana
2024-03-04btrfs: use assertion instead of BUG_ON when adding/removing to delalloc listFilipe Manana
2024-03-04btrfs: add lockdep assertion to remaining delalloc callbacksFilipe Manana
2024-03-04btrfs: reduce inode lock critical section when setting and clearing delallocFilipe Manana
2024-03-04btrfs: rename btrfs_add_delalloc_inodes() to singular formFilipe Manana
2024-03-04btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode()Filipe Manana
2024-03-04btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana
2024-03-04btrfs: stop passing root argument to btrfs_add_delalloc_inodes()Filipe Manana
2024-03-04btrfs: add helper to get fs_info from struct inode pointerDavid Sterba
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba
2024-03-04btrfs: add helpers to get inode from page/folio pointersDavid Sterba
2024-03-04btrfs: handle errors returned from unpin_extent_cache()David Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-03-04btrfs: page to folio conversion in btrfs_truncate_block()Goldwyn Rodrigues
2024-03-04btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-29btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana
2024-02-14Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-13btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana
2024-02-09btrfs: don't drop extent_map for free space inode on write errorJosef Bacik
2024-01-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-12btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-15btrfs: migrate subpage code to folio interfacesQu Wenruo
2023-12-15btrfs: cleanup metadata page pointer usageQu Wenruo