summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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-03btrfs: handle errors returned from unpin_extent_cache()David Sterba1-2/+7
2024-04-03btrfs: add helper to get fs_info from struct inode pointerDavid Sterba1-19/+20
2024-04-03btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba1-1/+1
2024-04-03btrfs: add helpers to get inode from page/folio pointersDavid Sterba1-1/+1
2024-04-03btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-1/+1
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+21
2024-03-01btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana1-1/+21
2024-02-15Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+24
2024-02-13btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana1-0/+7
2024-02-09btrfs: don't drop extent_map for free space inode on write errorJosef Bacik1-2/+17
2024-01-23Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+13
2024-01-12btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval1-9/+13
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-55/+98
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-12-16btrfs: migrate subpage code to folio interfacesQu Wenruo1-14/+20
2023-12-16btrfs: cleanup metadata page pointer usageQu Wenruo1-1/+1
2023-12-16btrfs: refactor alloc_extent_buffer() to allocate-then-attach methodQu Wenruo1-1/+1
2023-12-16btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeDavid Sterba1-1/+1
2023-12-16btrfs: use the flags of an extent map to identify the compression typeFilipe Manana1-18/+15
2023-12-16btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana1-1/+1
2023-12-16btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba1-5/+20
2023-12-15btrfs: cache that we don't have security.capability setJosef Bacik1-0/+7
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba1-0/+3
2023-12-15btrfs: move lockdep class setting out of extent_io_tree_initDavid Sterba1-0/+11
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-11/+14
2023-12-15btrfs: migrate to use folio private instead of page privateQu Wenruo1-3/+4
2023-12-15btrfs: use page alloc/free wrappers for compression pagesDavid Sterba1-2/+2
2023-12-14Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+8
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-07btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov1-8/+8
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2023-11-03btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota1-0/+7
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-90/+101
2023-10-18btrfs: convert to new timestamp accessorsJeff Layton1-22/+21
2023-10-12btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba1-14/+12
2023-10-12btrfs: remove redundant initialization of variable dirty in btrfs_update_time()Colin Ian King1-1/+1
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationFilipe Manana1-2/+2
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba1-3/+5
2023-10-12btrfs: change test_range_bit to scan the whole rangeDavid Sterba1-1/+1
2023-10-12btrfs: add specific helper for range bit test existsDavid Sterba1-4/+2
2023-10-12btrfs: remove redundant root argument from maybe_insert_hole()Filipe Manana1-4/+3
2023-10-12btrfs: remove redundant root argument from btrfs_delayed_update_inode()Filipe Manana1-1/+1
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_item()Filipe Manana1-5/+4
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana1-17/+17
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_fallback()Filipe Manana1-6/+6
2023-10-12btrfs: remove noinline from btrfs_update_inode()Filipe Manana1-3/+3
2023-10-12btrfs: simplify error check condition at btrfs_dirty_inode()Filipe Manana1-1/+1