index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
2024-03-01
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-29
btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
Filipe Manana
2024-02-14
Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-02-13
btrfs: reject encoded write if inode has nodatasum flag set
Filipe Manana
2024-02-09
btrfs: don't drop extent_map for free space inode on write error
Josef Bacik
2024-01-22
Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-12
btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...
Omar Sandoval
2024-01-10
Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-12-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-15
btrfs: cleanup metadata page pointer usage
Qu Wenruo
2023-12-15
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
Qu Wenruo
2023-12-15
btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-tree
David Sterba
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-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
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
[next]