index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-14
xfs: remove the xfs_dsb_t typedef
Christoph Hellwig
3
-8
/
+8
2021-10-14
xfs: remove the xfs_dinode_t typedef
Christoph Hellwig
4
-14
/
+14
2021-10-14
xfs: check that bc_nlevels never overflows
Darrick J. Wong
2
-0
/
+4
2021-10-14
xfs: stricter btree height checking when scanning for btree roots
Darrick J. Wong
2
-1
/
+10
2021-10-14
xfs: stricter btree height checking when looking for errors
Darrick J. Wong
1
-6
/
+7
2021-10-14
xfs: don't allocate scrub contexts on the stack
Darrick J. Wong
3
-81
/
+99
2021-10-14
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
4
-24
/
+24
2021-10-14
xfs: fix maxlevels comparisons in the btree staging code
Darrick J. Wong
1
-2
/
+2
2021-10-14
xfs: port the defer ops capture and continue to resource capture
Darrick J. Wong
7
-41
/
+79
2021-10-14
xfs: formalize the process of holding onto resources across a defer roll
Darrick J. Wong
3
-37
/
+78
2021-10-12
xfs: use kmem_cache_free() for kmem_cache objects
Rustam Kovhaev
1
-3
/
+3
2021-10-12
xfs: Use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
1
-3
/
+3
2021-10-03
Linux 5.15-rc4
v5.15-rc4
Linus Torvalds
1
-1
/
+1
2021-10-03
elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings
Chen Jingwen
1
-1
/
+1
2021-10-03
objtool: print out the symbol type when complaining about it
Linus Torvalds
1
-4
/
+8
2021-10-03
kvm: fix objtool relocation warning
Linus Torvalds
1
-1
/
+0
2021-10-02
cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL object
Dave Wysochanski
1
-1
/
+1
2021-10-02
drm/i915: fix blank screen booting crashes
Hugh Dickins
1
-2
/
+3
2021-10-02
hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structur...
Nadezda Lutovinova
1
-15
/
+11
2021-10-02
hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structu...
Nadezda Lutovinova
1
-17
/
+11
2021-10-02
hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structu...
Nadezda Lutovinova
1
-18
/
+11
2021-10-02
hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controller
Vadim Pasternak
1
-1
/
+1
2021-10-02
hwmon: (pmbus/ibm-cffps) max_power_out swap changes
Brandon Wyman
1
-2
/
+8
2021-10-02
hwmon: (occ) Fix P10 VRM temp sensors
Eddie James
1
-12
/
+5
2021-10-01
thermal: Update information in MAINTAINERS
Rafael J. Wysocki
1
-3
/
+5
2021-10-01
io_uring: kill fasync
Pavel Begunkov
1
-15
/
+2
2021-10-01
sched: Always inline is_percpu_thread()
Peter Zijlstra
1
-1
/
+1
2021-10-01
sched/fair: Null terminate buffer when updating tunable_scaling
Mel Gorman
1
-1
/
+7
2021-10-01
sched/fair: Add ancestors of unthrottled undecayed cfs_rq
Michal Koutný
1
-1
/
+5
2021-10-01
perf/core: fix userpage->time_enabled of inactive events
Song Liu
2
-5
/
+33
2021-10-01
perf/x86/intel: Update event constraints for ICX
Kan Liang
1
-0
/
+1
2021-10-01
perf/x86: Reset destroy callback on event init failure
Anand K Mistry
1
-0
/
+1
2021-10-01
objtool: Teach get_alt_entry() about more relocation types
Peter Zijlstra
1
-7
/
+25
2021-10-01
ext4: recheck buffer uptodate bit under buffer lock
Zhang Yi
1
-0
/
+6
2021-10-01
ext4: fix potential infinite loop in ext4_dx_readdir()
yangerkun
1
-3
/
+3
2021-10-01
ext4: flush s_error_work before journal destroy in ext4_fill_super
yangerkun
1
-1
/
+4
2021-10-01
ext4: fix loff_t overflow in ext4_max_bitmap_size()
Ritesh Harjani
1
-5
/
+5
2021-10-01
ext4: fix reserved space counter leakage
Jeffle Xu
2
-0
/
+11
2021-10-01
ext4: limit the number of blocks in one ADD_RANGE TLV
Hou Tao
1
-0
/
+6
2021-10-01
ksmbd: missing check for NULL in convert_to_nt_pathname()
Dan Carpenter
1
-10
/
+7
2021-09-30
ksmbd: fix transform header validation
Namjae Jeon
1
-9
/
+9
2021-09-30
ksmbd: add buffer validation for SMB2_CREATE_CONTEXT
Hyunchul Lee
3
-13
/
+74
2021-09-30
ksmbd: add validation in smb2 negotiate
Namjae Jeon
2
-6
/
+68
2021-09-30
ksmbd: add request buffer validation in smb2_set_info
Namjae Jeon
1
-42
/
+107
2021-09-30
ksmbd: use correct basic info level in set_file_basic_info()
Namjae Jeon
2
-7
/
+15
2021-09-30
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
3
-12
/
+56
2021-09-30
net: stmmac: fix EEE init issue when paired with EEE capable PHYs
Wong Vee Khee
1
-0
/
+4
2021-09-30
net: dev_addr_list: handle first address in __hw_addr_add_ex
Jakub Kicinski
1
-0
/
+6
2021-09-30
net: sched: flower: protect fl_walk() with rcu
Vlad Buslov
1
-0
/
+6
2021-09-30
net: introduce and use lock_sock_fast_nested()
Paolo Abeni
3
-20
/
+33
[next]