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
2022-05-19
f2fs: make f2fs_read_inline_data() more readable
Chao Liu
1
-0
/
+4
2022-05-18
f2fs: fix to do sanity check for inline inode
Chao Yu
3
-7
/
+26
2022-05-18
f2fs: fix fallocate to use file_modified to update permissions consistently
Chao Yu
1
-0
/
+4
2022-05-17
f2fs: don't use casefolded comparison for "." and ".."
Eric Biggers
3
-11
/
+13
2022-05-17
f2fs: do not stop GC when requiring a free section
Jaegeuk Kim
6
-14
/
+30
2022-05-12
f2fs: keep wait_ms if EAGAIN happens
Jaegeuk Kim
1
-2
/
+2
2022-05-12
f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parameters
Jaegeuk Kim
6
-51
/
+98
2022-05-12
f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTION
Eric Biggers
1
-2
/
+3
2022-05-12
f2fs: kill volatile write support
Jaegeuk Kim
7
-157
/
+10
2022-05-12
f2fs: change the current atomic write way
Daeho Jeong
13
-446
/
+303
2022-05-12
f2fs: don't need inode lock for system hidden quota
Jaegeuk Kim
1
-2
/
+4
2022-05-09
f2fs: stop allocating pinned sections if EAGAIN happens
Jaegeuk Kim
1
-1
/
+1
2022-05-09
f2fs: skip GC if possible when checkpoint disabling
Weichao Guo
1
-2
/
+7
2022-05-06
f2fs: give priority to select unpinned section for foreground GC
Chao Yu
3
-14
/
+82
2022-05-06
f2fs: fix to do sanity check on total_data_blocks
Chao Yu
3
-13
/
+25
2022-05-06
f2fs: fix deadloop in foreground GC
Chao Yu
1
-12
/
+20
2022-05-06
f2fs: fix to do sanity check on block address in f2fs_do_zero_range()
Chao Yu
1
-4
/
+12
2022-05-06
f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()
Chao Yu
1
-4
/
+10
2022-05-06
f2fs: write checkpoint during FG_GC
Byungki Lee
1
-15
/
+23
2022-05-06
f2fs: fix to clear dirty inode in f2fs_evict_inode()
Chao Yu
1
-1
/
+15
2022-05-06
f2fs: ensure only power of 2 zone sizes are allowed
Luis Chamberlain
1
-0
/
+4
2022-05-06
f2fs: call bdev_zone_sectors() only once on init_blkz_info()
Luis Chamberlain
1
-3
/
+6
2022-05-06
f2fs: extend stat_lock to avoid potential race in statfs
Niels Dossche
1
-5
/
+8
2022-05-06
f2fs: avoid infinite loop to flush node pages
Jaegeuk Kim
3
-22
/
+32
2022-05-06
f2fs: use flush command instead of FUA for zoned device
Jaegeuk Kim
2
-2
/
+3
2022-05-06
f2fs: remove WARN_ON in f2fs_is_valid_blkaddr
Dongliang Mu
1
-2
/
+2
2022-04-25
f2fs: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-14
/
+13
2022-04-25
f2fs: Remove usage of list iterator pas the loop for list_move_tail()
Jakob Koschel
1
-3
/
+5
2022-04-25
f2fs: fix dereference of stale list iterator after loop body
Jakob Koschel
1
-3
/
+6
2022-04-25
f2fs: fix to do sanity check on inline_dots inode
Chao Yu
1
-0
/
+7
2022-04-25
f2fs: introduce data read/write showing path info
Jaegeuk Kim
2
-7
/
+145
2022-04-25
f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inode
Jaegeuk Kim
1
-3
/
+0
2022-04-25
f2fs: don't set GC_FAILURE_PIN for background GC
Chao Yu
1
-1
/
+2
2022-04-25
f2fs: check pinfile in gc_data_segment() in advance
Chao Yu
1
-0
/
+7
2022-04-25
no-MMU: expose vmalloc_huge() for alloc_large_system_hash()
Linus Torvalds
1
-0
/
+2
2022-04-24
Linux 5.18-rc4
Linus Torvalds
1
-1
/
+1
2022-04-24
kvmalloc: use vmalloc_huge for vmalloc allocations
Linus Torvalds
1
-2
/
+9
2022-04-24
page_alloc: use vmalloc_huge for large system hash
Song Liu
1
-1
/
+1
2022-04-23
sparc: cacheflush_32.h needs struct page
Randy Dunlap
1
-0
/
+1
2022-04-22
perf test: Fix error message for test case 71 on s390, where it is not supported
Thomas Richter
1
-0
/
+4
2022-04-22
perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE event
Leo Yan
1
-0
/
+14
2022-04-22
perf script: Always allow field 'data_src' for auxtrace
Leo Yan
1
-1
/
+1
2022-04-22
perf clang: Fix header include for LLVM >= 14
Guilherme Amadio
1
-0
/
+4
2022-04-22
gpio: Request interrupts after IRQ is initialized
Mario Limonciello
1
-2
/
+2
2022-04-22
arm/xen: Fix some refcount leaks
Miaoqian Lin
1
-2
/
+7
2022-04-22
XArray: Disallow sibling entries of nodes
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-04-22
tools: Add kmem_cache_alloc_lru()
Matthew Wilcox (Oracle)
2
-2
/
+9
2022-04-22
mm/vmalloc: huge vmalloc backing pages should be split rather than compound
Nicholas Piggin
1
-15
/
+21
2022-04-22
arm64: mm: fix p?d_leaf()
Muchun Song
1
-2
/
+2
2022-04-21
mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()
Alistair Popple
1
-1
/
+13
[next]