index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-06
Linux 4.9.1
v4.9.1
Greg Kroah-Hartman
1
-1
/
+1
2017-01-06
x86/kbuild: enable modversions for symbols exported from asm
Adam Borowski
2
-0
/
+23
2017-01-06
builddeb: fix cross-building to arm64 producing host-arch debs
Adam Borowski
1
-1
/
+1
2017-01-06
xfs: set AGI buffer type in xlog_recover_clear_agi_bucket
Eric Sandeen
1
-0
/
+1
2017-01-06
xfs: fix up xfs_swap_extent_forks inline extent handling
Eric Sandeen
1
-2
/
+5
2017-01-06
arm/xen: Use alloc_percpu rather than __alloc_percpu
Julien Grall
1
-2
/
+1
2017-01-06
xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing
Boris Ostrovsky
1
-1
/
+1
2017-01-06
tpm xen: Remove bogus tpm_chip_unregister
Jason Gunthorpe
1
-1
/
+0
2017-01-06
kernel/debug/debug_core.c: more properly delay for secondary CPUs
Douglas Anderson
1
-2
/
+2
2017-01-06
watchdog: qcom: fix kernel panic due to external abort on non-linefetch
Christian Lamparter
1
-1
/
+1
2017-01-06
watchdog: mei_wdt: request stop on reboot to prevent false positive event
Alexander Usyskin
1
-0
/
+2
2017-01-06
kernel/watchdog: use nmi registers snapshot in hardlockup handler
Konstantin Khlebnikov
1
-1
/
+0
2017-01-06
CIFS: Fix a possible memory corruption in push locks
Pavel Shilovsky
1
-1
/
+1
2017-01-06
CIFS: Decrease verbosity of ioctl call
Pavel Shilovsky
1
-1
/
+1
2017-01-06
CIFS: Fix a possible double locking of mutex during reconnect
Pavel Shilovsky
4
-6
/
+19
2017-01-06
CIFS: Fix missing nls unload in smb2_reconnect()
Pavel Shilovsky
1
-1
/
+1
2017-01-06
CIFS: Fix a possible memory corruption during reconnect
Pavel Shilovsky
5
-31
/
+85
2017-01-06
cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack
Andy Lutomirski
1
-32
/
+8
2017-01-06
ASoC: intel: Fix crash at suspend/resume without card registration
Takashi Iwai
1
-0
/
+6
2017-01-06
dm space map metadata: fix 'struct sm_metadata' leak on failed create
Benjamin Marzinski
1
-8
/
+6
2017-01-06
dm raid: fix discard support regression
Heinz Mauelshagen
1
-6
/
+3
2017-01-06
dm rq: fix a race condition in rq_completed()
Bart Van Assche
1
-2
/
+8
2017-01-06
dm crypt: mark key as invalid until properly loaded
Ondrej Kozina
1
-2
/
+5
2017-01-06
dm flakey: return -EINVAL on interval bounds error in flakey_ctr()
Wei Yongjun
1
-0
/
+2
2017-01-06
dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM device
Bart Van Assche
1
-0
/
+5
2017-01-06
dm table: fix 'all_blk_mq' inconsistency when an empty table is loaded
Mike Snitzer
1
-6
/
+13
2017-01-06
blk-mq: Do not invoke .queue_rq() for a stopped queue
Bart Van Assche
1
-3
/
+3
2017-01-06
PM / OPP: Don't use OPP structure outside of rcu protected section
Viresh Kumar
1
-3
/
+13
2017-01-06
PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()
Stephen Boyd
3
-25
/
+20
2017-01-06
usb: gadget: composite: always set ep->mult to a sensible value
Felipe Balbi
2
-3
/
+8
2017-01-06
mm, page_alloc: keep pcp count and list contents in sync if struct page is co...
Mel Gorman
1
-2
/
+10
2017-01-06
mm/vmscan.c: set correct defer count for shrinker
Shaohua Li
1
-3
/
+11
2017-01-06
nvmet: Fix possible infinite loop triggered on hot namespace removal
Solganik Alexander
3
-14
/
+12
2017-01-06
loop: return proper error from loop_queue_rq()
Omar Sandoval
1
-1
/
+1
2017-01-06
f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
Jaegeuk Kim
2
-11
/
+23
2017-01-06
f2fs: fix overflow due to condition check order
Jaegeuk Kim
1
-1
/
+1
2017-01-06
f2fs: set ->owner for debugfs status file's file_operations
Nicolai Stange
1
-0
/
+1
2017-01-06
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
Jaegeuk Kim
3
-12
/
+7
2017-01-06
ext4: do not perform data journaling when data is encrypted
Sergey Karamov
2
-6
/
+13
2017-01-06
ext4: return -ENOMEM instead of success
Dan Carpenter
1
-1
/
+3
2017-01-06
ext4: reject inodes with negative size
Darrick J. Wong
1
-0
/
+6
2017-01-06
ext4: add sanity checking to count_overhead()
Theodore Ts'o
1
-3
/
+8
2017-01-06
ext4: fix in-superblock mount options processing
Theodore Ts'o
1
-15
/
+23
2017-01-06
ext4: use more strict checks for inodes_per_block on mount
Theodore Ts'o
1
-9
/
+6
2017-01-06
ext4: fix stack memory corruption with 64k block size
Chandan Rajendra
1
-1
/
+1
2017-01-06
ext4: fix mballoc breakage with 64k block size
Chandan Rajendra
1
-1
/
+1
2017-01-06
ext4: don't lock buffer in ext4_commit_super if holding spinlock
Theodore Ts'o
1
-2
/
+3
2017-01-06
crypto: caam - fix AEAD givenc descriptors
Alex Porosanu
1
-1
/
+3
2017-01-06
ptrace: Don't allow accessing an undumpable mm
Eric W. Biederman
11
-17
/
+52
2017-01-06
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
Eric W. Biederman
6
-7
/
+30
[next]