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
2024-03-26
btrfs: fix race in read_extent_buffer_pages()
Tavian Barnes
1
-0
/
+13
2024-03-26
btrfs: return accurate error code on open failure in open_fs_devices()
Anand Jain
1
-5
/
+12
2024-03-26
btrfs: zoned: don't skip block groups with 100% zone unusable
Johannes Thumshirn
1
-1
/
+2
2024-03-26
btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()
Filipe Manana
1
-5
/
+5
2024-03-26
btrfs: fix message not properly printing interval when adding extent map
Filipe Manana
1
-2
/
+2
2024-03-26
btrfs: fix warning messages not printing interval at unpin_extent_range()
Filipe Manana
1
-2
/
+2
2024-03-26
btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()
Filipe Manana
1
-1
/
+1
2024-03-26
btrfs: validate device maj:min during open
Anand Jain
1
-0
/
+10
2024-03-26
btrfs: zoned: fix use-after-free in do_zone_finish()
Johannes Thumshirn
1
-7
/
+7
2024-03-15
btrfs: zoned: use zone aware sb location for scrub
Johannes Thumshirn
1
-1
/
+11
2024-03-05
btrfs: reuse cloned extent buffer during fiemap to avoid re-allocations
Filipe Manana
1
-8
/
+24
2024-03-05
btrfs: fix race when detecting delalloc ranges during fiemap
Filipe Manana
1
-61
/
+160
2024-03-05
btrfs: fix off-by-one chunk length calculation at contains_pending_extent()
Filipe Manana
1
-1
/
+1
2024-03-05
btrfs: qgroup: allow quick inherit if snapshot is created and added to the same parent
Qu Wenruo
1
-7
/
+72
2024-03-05
btrfs: qgroup: validate btrfs_qgroup_inherit parameter
Qu Wenruo
4
-13
/
+58
2024-03-05
btrfs: include device major and minor numbers in the device scan notice
Anand Jain
1
-7
/
+12
2024-03-05
btrfs: mark btrfs_put_caching_control() static
Lijuan Li
2
-2
/
+1
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
12
-29
/
+18
2024-03-05
btrfs: qgroup: always free reserved space for extent records
Qu Wenruo
1
-5
/
+5
2024-03-05
btrfs: tree-checker: dump the page status if hit something wrong
Qu Wenruo
1
-0
/
+6
2024-03-05
btrfs: compression: remove dead comments in btrfs_compress_heuristic()
Qu Wenruo
1
-5
/
+0
2024-03-05
btrfs: subpage: make writer lock utilize bitmap
Qu Wenruo
1
-2
/
+19
2024-03-05
btrfs: subpage: make reader lock utilize bitmap
Qu Wenruo
2
-11
/
+46
2024-03-05
btrfs: unexport btrfs_subpage_start_writer() and btrfs_subpage_end_and_test_writer()
Qu Wenruo
2
-8
/
+4
2024-03-05
btrfs: pass a valid extent map cache pointer to __get_extent_map()
David Sterba
1
-3
/
+10
2024-03-04
btrfs: merge btrfs_del_delalloc_inode() helpers
David Sterba
3
-11
/
+7
2024-03-04
btrfs: pass btrfs_device to btrfs_scratch_superblocks()
David Sterba
3
-13
/
+7
2024-03-04
btrfs: handle transaction commit errors in flush_reservations()
David Sterba
1
-1
/
+1
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_free_space cache
Kunwu Chan
1
-3
/
+1
2024-03-04
btrfs: use KMEM_CACHE() to create delayed ref caches
Kunwu Chan
1
-16
/
+8
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_path cache
Kunwu Chan
1
-3
/
+1
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_trans_handle cache
Kunwu Chan
1
-3
/
+2
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_ordered_extent cache
Kunwu Chan
1
-4
/
+1
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_delayed_node cache
Kunwu Chan
1
-5
/
+1
2024-03-04
btrfs: uninline some static inline helpers from delayed-ref.h
David Sterba
2
-65
/
+72
2024-03-04
btrfs: open code trivial btrfs_lru_cache_size()
David Sterba
2
-9
/
+3
2024-03-04
btrfs: uninline some static inline helpers from tree-log.h
David Sterba
2
-45
/
+49
2024-03-04
btrfs: drop static inline specifiers from tree-mod-log.c
David Sterba
1
-7
/
+6
2024-03-04
btrfs: uninline btrfs_init_delayed_root()
David Sterba
2
-12
/
+12
2024-03-04
btrfs: uninline some static inline helpers from backref.h
David Sterba
2
-92
/
+102
2024-03-04
btrfs: open code btrfs_backref_get_eb()
David Sterba
2
-10
/
+2
2024-03-04
btrfs: open code btrfs_backref_iter_free()
David Sterba
2
-9
/
+2
2024-03-04
btrfs: move balance args conversion helpers to volumes.c
David Sterba
2
-39
/
+38
2024-03-04
btrfs: introduce offload_csum_mode to tweak checksum offloading behavior
Naohiro Aota
3
-1
/
+81
2024-03-04
btrfs: raid56: extra debugging for raid6 syndrome generation
Qu Wenruo
1
-0
/
+30
2024-03-04
btrfs: avoid unnecessary ref initialization when freeing log tree block
Filipe Manana
1
-6
/
+7
2024-03-04
btrfs: send: avoid duplicated search for last extent when sending hole
Filipe Manana
1
-15
/
+12
2024-03-04
btrfs: factor out validation of btrfs_ioctl_vol_args_v2::name
David Sterba
1
-3
/
+17
2024-03-04
btrfs: factor out validation of btrfs_ioctl_vol_args::name
David Sterba
3
-6
/
+35
2024-03-04
btrfs: remove no longer used btrfs_transaction_in_commit()
Filipe Manana
2
-14
/
+0
[next]