index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
btrfs_inode.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-17
btrfs: fix race setting file private on concurrent lseek using same fd
Filipe Manana
1
-0
/
+1
2024-09-10
btrfs: rework BTRFS_I as macro to preserve parameter const
David Sterba
1
-4
/
+6
2024-09-10
btrfs: add and use helper to verify the calling task has locked the inode
Filipe Manana
1
-0
/
+8
2024-09-10
btrfs: convert btrfs_get_extent() to take a folio
Josef Bacik
1
-1
/
+1
2024-09-10
btrfs: convert btrfs_writepage_cow_fixup() to use folio
Josef Bacik
1
-1
/
+1
2024-09-10
btrfs: convert btrfs_run_delalloc_range() to take a folio
Josef Bacik
1
-1
/
+1
2024-07-11
btrfs: move the direct IO code into its own file
Filipe Manana
1
-4
/
+5
2024-07-11
btrfs: pass a btrfs_inode to is_data_inode()
David Sterba
1
-2
/
+2
2024-07-11
btrfs: remove super block argument from btrfs_iget_path()
Filipe Manana
1
-2
/
+2
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
1
-2
/
+2
2024-07-11
btrfs: cleanup recursive include of the same header
Qu Wenruo
1
-1
/
+0
2024-07-11
btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent
Qu Wenruo
1
-13
/
+0
2024-07-11
btrfs: cleanup duplicated parameters related to can_nocow_file_extent_args
Qu Wenruo
1
-2
/
+1
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: export the expected file extent through can_nocow_extent()
Qu Wenruo
1
-1
/
+15
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
1
-17
/
+33
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
1
-6
/
+41
2024-07-11
btrfs: unify index_cnt and csum_bytes from struct btrfs_inode
Filipe Manana
1
-17
/
+29
2024-07-11
btrfs: use an xarray to track open inodes in a root
Filipe Manana
1
-3
/
+0
2024-05-28
btrfs: ensure fast fsync waits for ordered extents after a write failure
Filipe Manana
1
-0
/
+10
2024-05-07
btrfs: update comment for btrfs_set_inode_full_sync() about locking
Filipe Manana
1
-3
/
+5
2024-05-07
btrfs: export find_next_inode() as btrfs_find_first_inode()
Filipe Manana
1
-0
/
+1
2024-05-07
btrfs: move btrfs_page_mkwrite() from inode.c into file.c
Filipe Manana
1
-1
/
+0
2024-03-04
btrfs: merge btrfs_del_delalloc_inode() helpers
David Sterba
1
-1
/
+1
2024-03-04
btrfs: reduce inode lock critical section when setting and clearing delalloc
Filipe Manana
1
-1
/
+0
2024-03-04
btrfs: stop passing root argument to __btrfs_del_delalloc_inode()
Filipe Manana
1
-1
/
+1
2024-03-04
btrfs: add forward declarations and headers, part 3
David Sterba
1
-0
/
+19
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
1
-2
/
+1
2023-12-16
btrfs: fix mismatching parameter names for btrfs_get_extent()
Qu Wenruo
1
-1
/
+1
2023-12-16
btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
David Sterba
1
-2
/
+4
2023-12-15
btrfs: cache that we don't have security.capability set
Josef Bacik
1
-0
/
+2
2023-10-12
btrfs: open code timespec64 in struct btrfs_inode
David Sterba
1
-1
/
+2
2023-10-12
btrfs: update comment for struct btrfs_inode::lock
Filipe Manana
1
-14
/
+18
2023-10-12
btrfs: add and use helpers for reading and writing last_log_commit
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: reorder btrfs_inode to fill gaps
David Sterba
1
-8
/
+8
2023-10-12
btrfs: open code btrfs_ordered_inode_tree in btrfs_inode
David Sterba
1
-1
/
+3
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode_fallback()
Filipe Manana
1
-1
/
+1
2023-10-12
btrfs: reduce size and reorder compression members in struct btrfs_inode
David Sterba
1
-10
/
+9
2023-10-12
btrfs: include trace header in where necessary
Josef Bacik
1
-0
/
+1
2023-10-12
btrfs: add fscrypt related dependencies to respective headers
Josef Bacik
1
-0
/
+1
2023-08-21
btrfs: reduce the number of arguments to btrfs_run_delalloc_range
Christoph Hellwig
1
-2
/
+1
2023-08-21
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
1
-3
/
+0
2023-06-19
btrfs: tracepoints: also show actual number of the outstanding extents
Naohiro Aota
1
-1
/
+1
2023-06-19
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
1
-2
/
+0
2023-06-19
btrfs: move split_flags/combine_flags helpers to inode-item.h
Josef Bacik
1
-16
/
+0
2023-06-19
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
1
-3
/
+0
2023-04-17
btrfs: avoid iterating over all indexes when logging directory
Filipe Manana
1
-5
/
+27
2023-04-17
btrfs: pass an ordered_extent to btrfs_extract_ordered_extent
Christoph Hellwig
1
-1
/
+2
[next]