index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
34 hours
ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fd
Gil Portnoy
1
-3
/
+9
34 hours
btrfs: fix incorrect buffered IO fallback for append direct writes
Qu Wenruo
1
-1
/
+42
34 hours
btrfs: fix false IO failure after falling back to buffered write
Qu Wenruo
4
-8
/
+29
34 hours
btrfs: remove folio parameter from ordered io related functions
Qu Wenruo
6
-47
/
+32
34 hours
btrfs: replace for_each_set_bit() with for_each_set_bitmap()
Qu Wenruo
1
-10
/
+16
34 hours
btrfs: concentrate the error handling of submit_one_sector()
Qu Wenruo
1
-14
/
+15
34 hours
new helper: simple_remove_by_name()
Al Viro
2
-6
/
+14
34 hours
xfs: use bio_reuse in the zone GC code
Christoph Hellwig
1
-5
/
+5
34 hours
xfs: only log freed extents for the current RTG in zoned growfs
Christoph Hellwig
1
-4
/
+4
34 hours
xfs: add a xfs_groups_to_rfsbs helper
Christoph Hellwig
4
-7
/
+21
34 hours
xfs: initialize iomap->flags earlier in xfs_bmbt_to_iomap
Christoph Hellwig
1
-1
/
+1
34 hours
hfs/hfsplus: fix u32 overflow in check_and_correct_requested_length
Tristan Madani
2
-2
/
+2
34 hours
hfs/hfsplus: prevent getting negative values of offset/length
Viacheslav Dubeyko
12
-153
/
+171
34 hours
proc: protect ptrace_may_access() with exec_update_lock (part 1)
Jann Horn
3
-19
/
+40
34 hours
seqlock: Change do_task_stat() to use scoped_seqlock_read()
Oleg Nesterov
1
-7
/
+2
34 hours
proc: protect ptrace_may_access() with exec_update_lock (FD links)
Jann Horn
3
-89
/
+59
34 hours
proc: rename proc_setattr to proc_nochmod_setattr
Christoph Hellwig
5
-19
/
+19
34 hours
ksmbd: validate NTLMv2 response before updating session key
Haofeng Li
1
-4
/
+16
34 hours
ksmbd: Use HMAC-MD5 library for NTLMv2
Eric Biggers
5
-165
/
+27
34 hours
ksmbd: Use HMAC-SHA256 library for message signing and key generation
Eric Biggers
8
-176
/
+52
34 hours
ksmbd: Use SHA-512 library for SMB3.1.1 preauth hash
Eric Biggers
5
-48
/
+8
34 hours
ksmbd: track the connection owning a byte-range lock
Namjae Jeon
3
-8
/
+26
34 hours
ksmbd: centralize ksmbd_conn final release to plug transport leak
DaeMyung Kang
5
-30
/
+156
34 hours
ksmbd: fix path resolution in ksmbd_vfs_kern_path_create
Davide Ornaghi
3
-40
/
+32
34 hours
ksmbd: use opener credentials for FSCTL mutations
Namjae Jeon
2
-7
/
+16
34 hours
cifs: SMB1 split: Add some #includes
David Howells
2
-4
/
+5
34 hours
cifs: SMB1 split: Rename cifstransport.c
David Howells
2
-1
/
+4
34 hours
fs/resctrl: Fix double-add of pseudo-locked region's RMID to free list
Reinette Chatre
1
-5
/
+7
34 hours
fs/resctrl: Free mon_data structures on rdt_get_tree() failure
Tony Luck
1
-0
/
+3
34 hours
orangefs: keep the readdir entry size 64-bit in fill_from_part()
Bryam Vargas
1
-3
/
+4
34 hours
fhandle: reject detached mounts in capable_wrt_mount()
David Lee
1
-1
/
+1
34 hours
NFS: Charge unstable writes by request size, not folio size
Benjamin Coddington
3
-12
/
+16
34 hours
ksmbd: fix integer overflow in set_file_allocation_info()
Ibrahim Hashimov
1
-1
/
+14
34 hours
smb: client: use kvzalloc() for megabyte buffer in simple fallocate
Fredric Cover
1
-2
/
+2
34 hours
ocfs2: reject non-inline dinodes with i_size and zero i_clusters
Michael Bommarito
1
-0
/
+60
34 hours
ocfs2: reject dinodes whose i_rdev disagrees with the file type
Michael Bommarito
1
-0
/
+55
34 hours
ocfs2: reject dinodes with non-canonical i_mode type
Michael Bommarito
1
-2
/
+33
34 hours
ocfs2: add journal NULL check in ocfs2_checkpoint_inode()
Joseph Qi
1
-0
/
+3
34 hours
ocfs2: fix UBSAN array-index-out-of-bounds in ocfs2_sum_rightmost_rec
Ian Bridges
1
-0
/
+32
34 hours
ocfs2: fix NULL h_transaction deref in ocfs2_assure_trans_credits
Ian Bridges
1
-1
/
+5
34 hours
ocfs2: avoid moving extents to occupied clusters
Kyle Zeng
1
-1
/
+3
34 hours
ocfs2: use kzalloc for quota recovery bitmap allocation
Tristan Madani
1
-1
/
+1
34 hours
9p: skip nlink update in cacheless mode to fix WARN_ON
Breno Leitao
1
-0
/
+9
34 hours
fs/proc: fix KPF_KSM reported for all anonymous pages
Jinjiang Tu
1
-1
/
+1
34 hours
proc: only bump parent nlink when registering directories
Krzysztof WilczyĆski
1
-5
/
+4
34 hours
fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()
Kiryl Shutsemau (Meta)
1
-1
/
+1
34 hours
fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()
Kiryl Shutsemau (Meta)
1
-1
/
+58
34 hours
ntfs3: fix out-of-bounds read in decompress_lznt
Tristan Madani
1
-1
/
+1
34 hours
ntfs3: validate split-point offset in indx_insert_into_buffer
Michael Bommarito
1
-0
/
+14
34 hours
ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head
Michael Bommarito
1
-0
/
+16
[next]