index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tree-log.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-19
btrfs: don't silently ignore unexpected extent type when replaying log
Filipe Manana
1
-1
/
+4
2025-06-19
btrfs: fix invalid inode pointer dereferences during log replay
Filipe Manana
1
-8
/
+6
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
1
-7
/
+7
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
1
-4
/
+4
2025-05-15
btrfs: fix fsync of files with no hard links not persisting deletion
Filipe Manana
1
-8
/
+16
2025-03-18
btrfs: remove end_no_trans label from btrfs_log_inode_parent()
Filipe Manana
1
-18
/
+10
2025-03-18
btrfs: simplify condition for logging new dentries at btrfs_log_inode_parent()
Filipe Manana
1
-3
/
+6
2025-03-18
btrfs: remove redundant else statement from btrfs_log_inode_parent()
Filipe Manana
1
-2
/
+0
2025-03-18
btrfs: use memcmp_extent_buffer() at replay_one_extent()
Filipe Manana
1
-13
/
+6
2025-03-18
btrfs: update outdated comment for overwrite_item()
Filipe Manana
1
-5
/
+5
2025-03-18
btrfs: use variables to store extent buffer and slot at overwrite_item()
Filipe Manana
1
-22
/
+25
2025-03-18
btrfs: avoid unnecessary memory allocation and copy at overwrite_item()
Filipe Manana
1
-10
/
+2
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
1
-5
/
+2
2025-03-18
btrfs: pass a btrfs_inode to fixup_inode_link_count()
Filipe Manana
1
-13
/
+13
2025-03-18
btrfs: return a btrfs_inode from read_one_inode()
Filipe Manana
1
-79
/
+73
2025-03-18
btrfs: return a btrfs_inode from btrfs_iget_logging()
Filipe Manana
1
-49
/
+45
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
1
-3
/
+3
2025-01-13
btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-4
/
+0
2024-11-11
btrfs: drop unused parameter ctx from batch_delete_dir_index_items()
David Sterba
1
-2
/
+1
2024-10-11
btrfs: fix uninitialized pointer free on read_alloc_one_name() error
Roi Martin
1
-2
/
+2
2024-10-11
btrfs: fix uninitialized pointer free in add_inode_ref()
Roi Martin
1
-1
/
+1
2024-09-10
btrfs: add and use helper to verify the calling task has locked the inode
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: avoid transaction commit on any fsync after subvolume creation
Filipe Manana
1
-0
/
+27
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
1
-9
/
+11
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
1
-2
/
+2
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: rename extent_map::orig_block_len to disk_num_bytes
Qu Wenruo
1
-2
/
+2
2024-07-11
btrfs: use a btrfs_inode in the log context (struct btrfs_log_ctx)
Filipe Manana
1
-5
/
+5
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
1
-2
/
+4
2024-07-11
btrfs: unify index_cnt and csum_bytes from struct btrfs_inode
Filipe Manana
1
-1
/
+2
2024-06-25
btrfs: use NOFS context when getting inodes during logging and log replay
Filipe Manana
1
-15
/
+28
2024-06-05
btrfs: fix crash on racing fsync and size-extending write into prealloc
Omar Sandoval
1
-6
/
+11
2024-05-07
btrfs: pass the extent map tree's inode to clear_em_logging()
Filipe Manana
1
-2
/
+2
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-5
/
+5
2024-05-07
btrfs: rename ->len to ->num_bytes in btrfs_ref
Josef Bacik
1
-1
/
+1
2024-05-07
btrfs: move ref_root into btrfs_ref
Josef Bacik
1
-3
/
+3
2024-05-07
btrfs: do not use a function to initialize btrfs_ref
Josef Bacik
1
-5
/
+6
2024-05-07
btrfs: make NOCOW checks for existence of checksums in a range more efficient
Filipe Manana
1
-3
/
+6
2024-05-07
btrfs: remove search_commit parameter from btrfs_lookup_csums_list()
Filipe Manana
1
-3
/
+3
2024-05-07
btrfs: remove not needed mod_start and mod_len from struct extent_map
Filipe Manana
1
-2
/
+2
2024-03-04
btrfs: uninline some static inline helpers from tree-log.h
David Sterba
1
-0
/
+46
2024-03-04
btrfs: preallocate temporary extent buffer for inode logging when needed
Filipe Manana
1
-36
/
+57
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-2
/
+0
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
1
-7
/
+9
[next]