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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()
Anand Jain
2
-2
/
+1
2025-01-13
btrfs: xattr: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
1
-1
/
+0
2025-01-13
btrfs: volumes: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-11
/
+1
2025-01-13
btrfs: uuid-tree: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
1
-2
/
+0
2025-01-13
btrfs: root-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-2
/
+0
2025-01-13
btrfs: relocation: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-7
/
+0
2025-01-13
btrfs: raid-stripe-tree: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
1
-1
/
+0
2025-01-13
btrfs: qgroup: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-18
/
+0
2025-01-13
btrfs: ioctl: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
1
-1
/
+0
2025-01-13
btrfs: inode-item: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-5
/
+0
2025-01-13
btrfs: inode: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-5
/
+0
2025-01-13
btrfs: free-space-cache: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-3
/
+0
2025-01-13
btrfs: file-item: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-3
/
+0
2025-01-13
btrfs: file: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-11
/
+0
2025-01-13
btrfs: dir-item: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-2
/
+0
2025-01-13
btrfs: dev-replace: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
1
-3
/
+0
2025-01-13
btrfs: delayed-inode: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
1
-1
/
+0
2025-01-13
btrfs: block-group: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-2
/
+0
2025-01-13
btrfs: extent-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-10
/
+0
2025-01-13
btrfs: free-space-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-5
/
+0
2025-01-13
btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-4
/
+0
2025-01-13
btrfs: uncollapse transaction aborts during renames
Filipe Manana
1
-22
/
+52
2025-01-13
btrfs: validate system chunk array at btrfs_validate_super()
Qu Wenruo
4
-104
/
+139
2025-01-13
btrfs: update tree_insert() to use rb helpers
Roger L. Beckermeyer III
1
-27
/
+18
2025-01-13
btrfs: update btrfs_add_chunk_map() to use rb helpers
Roger L. Beckermeyer III
1
-21
/
+22
2025-01-13
btrfs: update __btrfs_add_delayed_item() to use rb helper
Roger L. Beckermeyer III
1
-24
/
+19
2025-01-13
btrfs: update prelim_ref_insert() to use rb helpers
Roger L. Beckermeyer III
1
-40
/
+39
2025-01-13
btrfs: update btrfs_add_block_group_cache() to use rb helper
Roger L. Beckermeyer III
1
-24
/
+22
2025-01-13
rbtree: add rb_find_add_cached() to rbtree.h
Roger L. Beckermeyer III
1
-0
/
+37
2025-01-13
btrfs: don't include linux/rwlock_types.h directly
Wolfram Sang
1
-1
/
+0
2025-01-13
btrfs: handle free space tree rebuild in multiple transactions
Qu Wenruo
1
-0
/
+6
2025-01-13
btrfs: use uuid_is_null() to verify if an uuid is empty
Filipe Manana
2
-10
/
+4
2025-01-13
btrfs: remove pointless comment from ctree.h
Filipe Manana
1
-1
/
+0
2025-01-13
btrfs: move extent-tree function declarations out of ctree.h
Filipe Manana
4
-7
/
+6
2025-01-13
btrfs: move btrfs_alloc_write_mask() into fs.h
Filipe Manana
2
-6
/
+6
2025-01-13
btrfs: move BTRFS_BYTES_TO_BLKS() into fs.h
Filipe Manana
2
-3
/
+2
2025-01-13
btrfs: move the folio ordered helpers from ctree.h into fs.h
Filipe Manana
2
-8
/
+8
2025-01-13
btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.c
Filipe Manana
4
-12
/
+11
2025-01-13
btrfs: move the exclusive operation functions into fs.c
Filipe Manana
2
-80
/
+81
2025-01-13
btrfs: move csum related functions from ctree.c into fs.c
Filipe Manana
4
-57
/
+55
2025-01-13
btrfs: move abort_should_print_stack() to transaction.h
Filipe Manana
2
-18
/
+16
2025-01-13
btrfs: pass btrfs_io_geometry to is_single_device_io
Johannes Thumshirn
1
-5
/
+4
2025-01-13
btrfs: cache RAID stripe tree decision in btrfs_io_context
Johannes Thumshirn
3
-2
/
+3
2025-01-13
btrfs: cache stripe tree usage in struct btrfs_io_geometry
Johannes Thumshirn
1
-2
/
+3
2025-01-13
btrfs: add assertions and comment about path expectations to btrfs_cross_ref_exist()
Filipe Manana
2
-0
/
+30
2025-01-13
btrfs: add function comment for check_committed_ref()
Filipe Manana
1
-0
/
+42
2025-01-13
btrfs: simplify arguments for btrfs_cross_ref_exist()
Filipe Manana
3
-14
/
+14
2025-01-13
btrfs: simplify return logic at check_committed_ref()
Filipe Manana
1
-14
/
+9
2025-01-13
btrfs: avoid redundant call to get inline ref type at check_committed_ref()
Filipe Manana
1
-1
/
+1
2025-01-13
btrfs: remove the snapshot check from check_committed_ref()
Filipe Manana
1
-8
/
+0
[next]