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
2023-09-14
jbd2: Fix memory leak in journal_init_common()
Li Zetao
1
-0
/
+2
2023-09-07
jbd2: Remove page size assumptions
Ritesh Harjani (IBM)
2
-18
/
+10
2023-09-07
buffer: Make bh_offset() work for compound pages
Matthew Wilcox (Oracle)
1
-1
/
+4
2023-08-27
ext4: fix slab-use-after-free in ext4_es_insert_extent()
Baokun Li
1
-14
/
+30
2023-08-27
libfs: remove redundant checks of s_encoding
Eric Biggers
1
-12
/
+2
2023-08-27
ext4: remove redundant checks of s_encoding
Eric Biggers
2
-4
/
+4
2023-08-27
ext4: reject casefold inode flag without casefold feature
Eric Biggers
1
-1
/
+4
2023-08-27
ext4: use LIST_HEAD() to initialize the list_head in mballoc.c
Ruan Jinjie
1
-13
/
+5
2023-08-27
ext4: do not mark inode dirty every time when appending using delalloc
Liu Song
1
-26
/
+62
2023-08-27
ext4: rename s_error_work to s_sb_upd_work
Theodore Ts'o
2
-19
/
+22
2023-08-27
ext4: add periodic superblock update check
Vitaliy Kuznetsov
1
-1
/
+61
2023-08-27
ext4: drop dio overwrite only flag and associated warning
Brian Foster
1
-15
/
+10
2023-08-27
ext4: add correct group descriptors and reserved GDT blocks to system zone
Wang Jianjian
3
-8
/
+17
2023-08-27
ext4: remove unused function declaration
Cai Xinchen
1
-6
/
+0
2023-08-27
ext4: mballoc: avoid garbage value from err
Su Hui
1
-1
/
+1
2023-08-27
ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()
Lu Hongfei
1
-1
/
+1
2023-08-27
ext4: change the type of blocksize in ext4_mb_init_cache()
Lu Hongfei
1
-1
/
+1
2023-08-27
ext4: fix unttached inode after power cut with orphan file feature enabled
Zhihao Cheng
1
-0
/
+3
2023-08-27
jbd2: correct the end of the journal recovery scan range
Zhang Yi
1
-9
/
+3
2023-08-27
ext4: ext4_get_{dev}_journal return proper error value
Zhang Yi
1
-22
/
+31
2023-08-23
ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()
Zhang Yi
1
-60
/
+49
2023-08-23
jbd2: jbd2_journal_init_{dev,inode} return proper error return value
Zhang Yi
3
-16
/
+15
2023-08-15
jbd2: drop useless error tag in jbd2_journal_wipe()
Zhang Yi
1
-3
/
+2
2023-08-15
jbd2: cleanup journal_init_common()
Zhang Yi
1
-21
/
+24
2023-08-15
jbd2: add fast_commit space check
Zhang Yi
1
-4
/
+12
2023-08-15
jbd2: cleanup load_superblock()
Zhang Yi
1
-50
/
+35
2023-08-15
jbd2: open code jbd2_verify_csum_type() helper
Zhang Yi
1
-13
/
+5
2023-08-15
jbd2: checking valid features early in journal_get_superblock()
Zhang Yi
1
-15
/
+15
2023-08-15
jbd2: don't load superblock in jbd2_journal_check_used_features()
Zhang Yi
1
-5
/
+0
2023-08-15
jbd2: move load_superblock() into journal_init_common()
Zhang Yi
1
-11
/
+5
2023-08-15
jbd2: move load_superblock() dependent functions
Zhang Yi
1
-169
/
+168
2023-08-05
ext4: don't use CR_BEST_AVAIL_LEN for non-regular files
Ritesh Harjani
1
-1
/
+12
2023-08-05
jbd2: remove unused t_handle_lock
Wang Jianjian
1
-5
/
+0
2023-08-05
ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}
Luís Henriques
1
-0
/
+4
2023-08-04
jbd2: remove unused function '__cp_buffer_busy'
Yang Li
1
-12
/
+0
2023-08-04
jbd2: check 'jh->b_transaction' before removing it from checkpoint
Zhihao Cheng
1
-0
/
+2
2023-08-04
jbd2: fix checkpoint cleanup performance regression
Zhang Yi
1
-6
/
+14
2023-08-03
ext4: correct some stale comment of criteria
Kemeng Shi
1
-4
/
+4
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_best_avail
Kemeng Shi
1
-10
/
+8
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_goal_fast
Kemeng Shi
1
-8
/
+6
2023-08-03
ext4: remove unused ext4_{set}/{clear}_bit_atomic
Kemeng Shi
1
-2
/
+0
2023-08-03
ext4: replace the traditional ternary conditional operator with with max()/min()
Kemeng Shi
1
-4
/
+2
2023-08-03
ext4: remove unnecessary return for void function
Kemeng Shi
1
-9
/
+1
2023-08-03
ext4: use is_power_of_2 helper in ext4_mb_regular_allocator
Kemeng Shi
1
-4
/
+1
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned
Kemeng Shi
1
-14
/
+7
2023-08-03
ext4: avoid potential data overflow in next_linear_group
Kemeng Shi
1
-2
/
+3
2023-08-03
ext4: correct grp validation in ext4_mb_good_group
Kemeng Shi
1
-1
/
+1
2023-08-03
ext4: replace CR_FAST macro with inline function for readability
Ojaswin Mujoo
2
-7
/
+13
2023-07-29
ext4: replace read-only check for shutdown check in mmp code
Jan Kara
1
-1
/
+1
2023-07-29
ext4: drop read-only check from ext4_force_commit()
Jan Kara
1
-7
/
+1
[next]