index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
2023-12-15
btrfs: log messages at unpin_extent_range() during unexpected cases
Filipe Manana
2023-12-15
btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
David Sterba
2023-12-15
btrfs: cache that we don't have security.capability set
Josef Bacik
2023-12-15
btrfs: always set extent_io_tree::inode and drop fs_info
David Sterba
2023-12-15
btrfs: move lockdep class setting out of extent_io_tree_init
David Sterba
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
2023-12-15
btrfs: migrate to use folio private instead of page private
Qu Wenruo
2023-12-15
btrfs: use page alloc/free wrappers for compression pages
David Sterba
2023-12-14
Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-06
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
2023-11-13
Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-03
btrfs: zoned: wait for data BG to be finished on direct IO allocation
Naohiro Aota
2023-10-30
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-18
btrfs: convert to new timestamp accessors
Jeff Layton
2023-10-12
btrfs: open code timespec64 in struct btrfs_inode
David Sterba
2023-10-12
btrfs: remove redundant initialization of variable dirty in btrfs_update_time()
Colin Ian King
2023-10-12
btrfs: add and use helpers for reading and writing fs_info->generation
Filipe Manana
2023-10-12
btrfs: open code btrfs_ordered_inode_tree in btrfs_inode
David Sterba
2023-10-12
btrfs: change test_range_bit to scan the whole range
David Sterba
2023-10-12
btrfs: add specific helper for range bit test exists
David Sterba
2023-10-12
btrfs: remove redundant root argument from maybe_insert_hole()
Filipe Manana
2023-10-12
btrfs: remove redundant root argument from btrfs_delayed_update_inode()
Filipe Manana
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_item()
Filipe Manana
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode()
Filipe Manana
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
2023-10-12
btrfs: remove noinline from btrfs_update_inode()
Filipe Manana
2023-10-12
btrfs: simplify error check condition at btrfs_dirty_inode()
Filipe Manana
2023-10-12
btrfs: merge ordered work callbacks in btrfs_work into one
David Sterba
2023-10-12
btrfs: add support for inserting raid stripe extents
Johannes Thumshirn
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
2023-09-20
Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-09-14
btrfs: fix race between reading a directory and adding entries to it
Filipe Manana
2023-09-14
btrfs: refresh dir last index during a rewinddir(3) call
Filipe Manana
2023-09-14
btrfs: set last dir index to the current last index when opening dir
Filipe Manana
2023-09-13
btrfs: don't clear uptodate on write errors
Josef Bacik
2023-08-28
Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-21
btrfs: copy dir permission and time when creating a stub subvolume
Lee Trager
2023-08-21
btrfs: move the !zoned assert into run_delalloc_cow
Christoph Hellwig
2023-08-21
btrfs: consolidate the error handling in run_delalloc_nocow
Christoph Hellwig
2023-08-21
btrfs: cleanup the COW fallback logic in run_delalloc_nocow
Christoph Hellwig
2023-08-21
btrfs: fix error handling when in a COW window in run_delalloc_nocow
Christoph Hellwig
2023-08-21
btrfs: use LIST_HEAD() to initialize the list_head
Ruan Jinjie
2023-08-21
btrfs: return real error when orphan cleanup fails due to a transaction abort
Filipe Manana
2023-08-21
btrfs: fix zoned handling in submit_uncompressed_range
Christoph Hellwig
2023-08-21
btrfs: don't redirty locked_page in run_delalloc_zoned
Christoph Hellwig
2023-08-21
btrfs: refactor the zoned device handling in cow_file_range
Christoph Hellwig
2023-08-21
btrfs: don't redirty pages in compress_file_range
Christoph Hellwig
[next]