index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
1
-19
/
+20
2024-03-04
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
1
-1
/
+1
2024-03-04
btrfs: add helpers to get inode from page/folio pointers
David Sterba
1
-1
/
+1
2024-03-04
btrfs: handle errors returned from unpin_extent_cache()
David Sterba
1
-2
/
+7
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-2
/
+0
2024-03-04
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
1
-1
/
+1
2024-03-04
btrfs: page to folio conversion in btrfs_truncate_block()
Goldwyn Rodrigues
1
-22
/
+24
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
1
-10
/
+6
2024-03-01
Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+21
2024-02-29
btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
Filipe Manana
1
-1
/
+21
2024-02-14
Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+24
2024-02-13
btrfs: reject encoded write if inode has nodatasum flag set
Filipe Manana
1
-0
/
+7
2024-02-09
btrfs: don't drop extent_map for free space inode on write error
Josef Bacik
1
-2
/
+17
2024-01-22
Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+13
2024-01-12
btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...
Omar Sandoval
1
-9
/
+13
2024-01-10
Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-55
/
+98
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-12-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
1
-14
/
+20
2023-12-15
btrfs: cleanup metadata page pointer usage
Qu Wenruo
1
-1
/
+1
2023-12-15
btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
Qu Wenruo
1
-1
/
+1
2023-12-15
btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-tree
David Sterba
1
-1
/
+1
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
1
-18
/
+15
2023-12-15
btrfs: log messages at unpin_extent_range() during unexpected cases
Filipe Manana
1
-1
/
+1
2023-12-15
btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
David Sterba
1
-5
/
+20
2023-12-15
btrfs: cache that we don't have security.capability set
Josef Bacik
1
-0
/
+7
2023-12-15
btrfs: always set extent_io_tree::inode and drop fs_info
David Sterba
1
-0
/
+3
2023-12-15
btrfs: move lockdep class setting out of extent_io_tree_init
David Sterba
1
-0
/
+11
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
1
-11
/
+14
2023-12-15
btrfs: migrate to use folio private instead of page private
Qu Wenruo
1
-3
/
+4
2023-12-15
btrfs: use page alloc/free wrappers for compression pages
David Sterba
1
-2
/
+2
2023-12-14
Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+8
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-12-06
btrfs: fix qgroup_free_reserved_data int overflow
Boris Burkov
1
-8
/
+8
2023-11-13
Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+7
2023-11-03
btrfs: zoned: wait for data BG to be finished on direct IO allocation
Naohiro Aota
1
-0
/
+7
2023-10-30
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-90
/
+101
2023-10-18
btrfs: convert to new timestamp accessors
Jeff Layton
1
-22
/
+21
2023-10-12
btrfs: open code timespec64 in struct btrfs_inode
David Sterba
1
-14
/
+12
2023-10-12
btrfs: remove redundant initialization of variable dirty in btrfs_update_time()
Colin Ian King
1
-1
/
+1
2023-10-12
btrfs: add and use helpers for reading and writing fs_info->generation
Filipe Manana
1
-2
/
+2
2023-10-12
btrfs: open code btrfs_ordered_inode_tree in btrfs_inode
David Sterba
1
-3
/
+5
2023-10-12
btrfs: change test_range_bit to scan the whole range
David Sterba
1
-1
/
+1
2023-10-12
btrfs: add specific helper for range bit test exists
David Sterba
1
-4
/
+2
2023-10-12
btrfs: remove redundant root argument from maybe_insert_hole()
Filipe Manana
1
-4
/
+3
2023-10-12
btrfs: remove redundant root argument from btrfs_delayed_update_inode()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_item()
Filipe Manana
1
-5
/
+4
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode()
Filipe Manana
1
-17
/
+17
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
1
-6
/
+6
2023-10-12
btrfs: remove noinline from btrfs_update_inode()
Filipe Manana
1
-3
/
+3
2023-10-12
btrfs: simplify error check condition at btrfs_dirty_inode()
Filipe Manana
1
-1
/
+1
[next]