summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2024-01-12btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval
2023-12-15btrfs: migrate subpage code to folio interfacesQu Wenruo
2023-12-15btrfs: cleanup metadata page pointer usageQu Wenruo
2023-12-15btrfs: refactor alloc_extent_buffer() to allocate-then-attach methodQu Wenruo
2023-12-15btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-treeDavid Sterba
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana
2023-12-15btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana
2023-12-15btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba
2023-12-15btrfs: cache that we don't have security.capability setJosef Bacik
2023-12-15btrfs: always set extent_io_tree::inode and drop fs_infoDavid Sterba
2023-12-15btrfs: move lockdep class setting out of extent_io_tree_initDavid Sterba
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-12-15btrfs: migrate to use folio private instead of page privateQu Wenruo
2023-12-15btrfs: use page alloc/free wrappers for compression pagesDavid Sterba
2023-12-14Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-03btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-10-18btrfs: convert to new timestamp accessorsJeff Layton
2023-10-12btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba
2023-10-12btrfs: remove redundant initialization of variable dirty in btrfs_update_time()Colin Ian King
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationFilipe Manana
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba
2023-10-12btrfs: change test_range_bit to scan the whole rangeDavid Sterba
2023-10-12btrfs: add specific helper for range bit test existsDavid Sterba
2023-10-12btrfs: remove redundant root argument from maybe_insert_hole()Filipe Manana
2023-10-12btrfs: remove redundant root argument from btrfs_delayed_update_inode()Filipe Manana
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_item()Filipe Manana
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_fallback()Filipe Manana
2023-10-12btrfs: remove noinline from btrfs_update_inode()Filipe Manana
2023-10-12btrfs: simplify error check condition at btrfs_dirty_inode()Filipe Manana
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-14btrfs: fix race between reading a directory and adding entries to itFilipe Manana
2023-09-14btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana
2023-09-14btrfs: set last dir index to the current last index when opening dirFilipe Manana
2023-09-13btrfs: don't clear uptodate on write errorsJosef Bacik
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21btrfs: copy dir permission and time when creating a stub subvolumeLee Trager
2023-08-21btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig
2023-08-21btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie