index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
char_dev.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-30
fs/ntfs3: Add null pointer check for inode operations
Edward Lo
1
-2
/
+2
2022-09-30
fs/ntfs3: Fix junction point resolution
Daniel Pinto
1
-2
/
+101
2022-09-30
fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()
Shigeru Yoshida
1
-1
/
+1
2022-09-30
fs/ntfs3: Fix memory leak on ntfs_fill_super() error path
Shigeru Yoshida
1
-0
/
+1
2022-09-30
fs/ntfs3: Use kmalloc_array for allocating multiple elements
Kenneth Lee
1
-1
/
+1
2022-09-30
fs/ntfs3: Fix attr_punch_hole() null pointer derenference
Alon Zahavi
1
-1
/
+1
2022-09-30
fs/ntfs3: Fix [df]mask display in /proc/mounts
Marc Aurèle La France
1
-2
/
+2
2022-09-30
fs/ntfs3: Add null pointer check to attr_load_runs_vcn
Edward Lo
1
-0
/
+5
2022-09-30
fs/ntfs3: Validate data run offset
Edward Lo
5
-0
/
+46
2022-09-30
fs/ntfs3: Add overflow check for attribute size
edward lo
1
-0
/
+5
2022-09-30
fs/ntfs3: Validate BOOT record_size
edward lo
1
-1
/
+1
2022-09-30
fs/ntfs3: Rename variables and add comment
Konstantin Komarov
2
-13
/
+12
2022-09-30
fs/ntfs3: Add option "nocase"
Konstantin Komarov
5
-1
/
+162
2022-09-30
fs/ntfs3: Change destroy_inode to free_inode
Konstantin Komarov
1
-16
/
+4
2022-09-30
fs/ntfs3: Add hidedotfiles option
Konstantin Komarov
3
-0
/
+10
2022-09-30
fs/ntfs3: Add comments about cluster size
Konstantin Komarov
3
-1
/
+29
2022-09-25
Linux 6.0-rc7
v6.0-rc7
Linus Torvalds
1
-1
/
+1
2022-09-25
devdax: Fix soft-reservation memory description
Dan Williams
1
-0
/
+1
2022-09-24
Makefile.debug: re-enable debug info for .S files
Nick Desaulniers
2
-11
/
+14
2022-09-24
Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT
Nick Desaulniers
1
-3
/
+1
2022-09-24
io_uring: ensure that cached task references are always put on exit
Jens Axboe
1
-0
/
+3
2022-09-23
certs: make system keyring depend on built-in x509 parser
Masahiro Yamada
1
-1
/
+1
2022-09-23
Kconfig: remove unused function 'menu_get_root_menu'
Zeng Heng
2
-6
/
+0
2022-09-23
scripts/clang-tools: remove unused module
yangxingwu
1
-1
/
+0
2022-09-23
cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
Ming Lei
1
-1
/
+4
2022-09-23
vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment
Will Deacon
1
-2
/
+1
2022-09-23
MAINTAINERS: switch graphics to airlied other addresses
Dave Airlie
1
-3
/
+4
2022-09-22
KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled
Sean Christopherson
2
-0
/
+4
2022-09-22
KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURES
Dr. David Alan Gilbert
1
-1
/
+7
2022-09-22
KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0
Sean Christopherson
3
-10
/
+5
2022-09-22
KVM: x86/mmu: add missing update to max_mmu_rmap_size
Miaohe Lin
1
-0
/
+2
2022-09-22
selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
Jinrong Liang
1
-1
/
+1
2022-09-22
mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.
Maurizio Lombardi
1
-1
/
+8
2022-09-22
ext4: limit the number of retries after discarding preallocations blocks
Theodore Ts'o
1
-1
/
+3
2022-09-22
ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0
Luís Henriques
1
-0
/
+4
2022-09-22
serial: sifive: enable clocks for UART when probed
Olof Johansson
1
-1
/
+1
2022-09-22
serial: 8250: omap: Use serial8250_em485_supported
Matthias Schiffer
1
-0
/
+1
2022-09-22
serial: fsl_lpuart: Reset prior to registration
Lukas Wunner
1
-4
/
+5
2022-09-22
selftests: forwarding: add shebang for sch_red.sh
Hangbin Liu
1
-0
/
+1
2022-09-22
bnxt: prevent skb UAF after handing over to PTP worker
Jakub Kicinski
1
-5
/
+5
2022-09-22
net: marvell: Fix refcounting bugs in prestera_port_sfp_bind()
Liang He
1
-0
/
+2
2022-09-22
net: sched: fix possible refcount leak in tc_new_tfilter()
Hangyu Hua
1
-0
/
+1
2022-09-22
net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLD
Sean Anderson
1
-2
/
+2
2022-09-22
udp: Use WARN_ON_ONCE() in udp_read_skb()
Peilin Ye
1
-1
/
+1
2022-09-22
selftests: bonding: cause oops in bond_rr_gen_slave_id
Jonathan Toppins
2
-1
/
+51
2022-09-22
bonding: fix NULL deref in bond_rr_gen_slave_id
Jonathan Toppins
1
-9
/
+6
2022-09-22
net: phy: micrel: fix shared interrupt on LAN8814
Michael Walle
1
-6
/
+12
2022-09-22
perf/arm-cmn: Add more bits to child node address offset field
Ilkka Koskinen
1
-1
/
+1
2022-09-22
usb: typec: anx7411: Fix build error without CONFIG_POWER_SUPPLY
Ren Zhijie
1
-0
/
+1
2022-09-22
counter: 104-quad-8: Fix skipped IRQ lines during events configuration
William Breathitt Gray
1
-3
/
+3
[next]