index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: Switch from using the private_2 flag to owner_2
Matthew Wilcox (Oracle)
2024-10-04
1
-9
/
+4
*
btrfs: fix race setting file private on concurrent lseek using same fd
Filipe Manana
2024-09-17
1
-0
/
+2
*
btrfs: DEFINE_FREE for struct btrfs_path
Leo Martins
2024-09-10
1
-0
/
+5
*
btrfs: constify more pointer parameters
David Sterba
2024-09-10
1
-3
/
+3
*
btrfs: fix race between direct IO write and fsync when using same fd
Filipe Manana
2024-09-03
1
-1
/
+0
*
btrfs: fix corruption after buffer fault in during direct IO append write
Filipe Manana
2024-07-29
1
-0
/
+1
*
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
2024-07-11
1
-0
/
+10
*
btrfs: remove inode_lock from struct btrfs_root and use xarray locks
Filipe Manana
2024-07-11
1
-1
/
+0
*
btrfs: use an xarray to track open inodes in a root
Filipe Manana
2024-07-11
1
-2
/
+5
*
btrfs: add forward declarations and headers, part 3
David Sterba
2024-03-04
1
-13
/
+12
*
btrfs: make btrfs_error_unpin_extent_range() return void
David Sterba
2024-03-04
1
-2
/
+1
*
btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-tree
David Sterba
2023-12-15
1
-3
/
+3
*
btrfs: remove unused btrfs_root::type
David Sterba
2023-12-15
1
-2
/
+0
*
btrfs: use bool for return type of btrfs_block_can_be_shared()
Filipe Manana
2023-12-15
1
-3
/
+3
*
btrfs: remove log_extents_lock and logged_list from struct btrfs_root
Filipe Manana
2023-12-15
1
-3
/
+0
*
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-30
1
-61
/
+81
|
\
|
*
btrfs: add and use helpers for reading and writing log_transid
Filipe Manana
2023-10-12
1
-0
/
+18
|
*
btrfs: add and use helpers for reading and writing last_log_commit
Filipe Manana
2023-10-12
1
-1
/
+15
|
*
btrfs: move btrfs_realloc_node() from ctree.c into defrag.c
Filipe Manana
2023-10-12
1
-4
/
+0
|
*
btrfs: export comp_keys() from ctree.c as btrfs_comp_keys()
Filipe Manana
2023-10-12
1
-0
/
+31
|
*
btrfs: rename and export __btrfs_cow_block()
Filipe Manana
2023-10-12
1
-0
/
+7
|
*
btrfs: track data relocation with simple quota
Boris Burkov
2023-10-12
1
-0
/
+3
|
*
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-10-12
1
-4
/
+7
|
*
btrfs: remove extraneous includes from ctree.h
Josef Bacik
2023-10-12
1
-28
/
+0
|
*
btrfs: move btrfs_name_hash to dir-item.h
Josef Bacik
2023-10-12
1
-5
/
+0
|
*
btrfs: move btrfs_extref_hash into inode-item.h
Josef Bacik
2023-10-12
1
-9
/
+0
|
*
btrfs: remove btrfs_crc32c wrapper
Josef Bacik
2023-10-12
1
-5
/
+0
|
*
btrfs: move btrfs_crc32c_final into free-space-cache.c
Josef Bacik
2023-10-12
1
-5
/
+0
*
|
btrfs: fix unwritten extent buffer after snapshotting a new subvolume
Filipe Manana
2023-10-23
1
-1
/
+2
|
/
*
btrfs: fix infinite directory reads
Filipe Manana
2023-08-14
1
-0
/
+1
*
btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()
Filipe Manana
2023-06-19
1
-2
/
+2
*
btrfs: rename del_ptr to btrfs_del_ptr and export it
Josef Bacik
2023-06-19
1
-0
/
+2
*
btrfs: add a btrfs_csum_type_size helper
Josef Bacik
2023-06-19
1
-0
/
+1
*
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
2023-06-19
1
-1
/
+1
*
btrfs: unexport btrfs_prev_leaf()
Filipe Manana
2023-06-19
1
-1
/
+0
*
btrfs: open code btrfs_bin_search()
Anand Jain
2023-04-17
1
-15
/
+2
*
btrfs: do unsigned integer division in the extent buffer binary search loop
Filipe Manana
2023-02-15
1
-1
/
+1
*
btrfs: eliminate extra call when doing binary search on extent buffer
Filipe Manana
2023-02-15
1
-0
/
+15
*
btrfs: move the csum helpers into ctree.h
Josef Bacik
2022-12-05
1
-0
/
+5
*
btrfs: move eb offset helpers into extent_io.h
Josef Bacik
2022-12-05
1
-33
/
+0
*
btrfs: move file_extent_item helpers into file-item.h
Josef Bacik
2022-12-05
1
-8
/
+0
*
btrfs: move root helpers back into ctree.h
Josef Bacik
2022-12-05
1
-0
/
+17
*
btrfs: use cached state when looking for delalloc ranges with lseek
Filipe Manana
2022-12-05
1
-0
/
+1
*
btrfs: move orphan prototypes into orphan.h
Josef Bacik
2022-12-05
1
-6
/
+0
*
btrfs: move super prototypes into super.h
Josef Bacik
2022-12-05
1
-7
/
+0
*
btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.h
Josef Bacik
2022-12-05
1
-15
/
+0
*
btrfs: move verity prototypes into verity.h
Josef Bacik
2022-12-05
1
-22
/
+0
*
btrfs: move dev-replace prototypes into dev-replace.h
Josef Bacik
2022-12-05
1
-9
/
+0
*
btrfs: move scrub prototypes into scrub.h
Josef Bacik
2022-12-05
1
-11
/
+0
*
btrfs: move relocation prototypes into relocation.h
Josef Bacik
2022-12-05
1
-20
/
+0
[next]