index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: Fix page cache inconsistency when mixing buffered and AIO DIO
Lukas Czerner
2017-09-25
3
-21
/
+67
*
nvmet: implement valid sqhd values in completions
James Smart
2017-09-25
3
-6
/
+12
*
nvme-fabrics: Allow 0 as KATO value
Guilherme G. Piccoli
2017-09-25
1
-9
/
+9
*
nvme: allow timed-out ios to retry
James Smart
2017-09-25
1
-2
/
+0
*
nvme: stop aer posting if controller state not live
James Smart
2017-09-25
1
-2
/
+3
*
nvme-pci: Print invalid SGL only once
Keith Busch
2017-09-25
1
-12
/
+18
*
nvme-pci: initialize queue memory before interrupts
Keith Busch
2017-09-25
1
-2
/
+2
*
nvmet-fc: fix failing max io queue connections
James Smart
2017-09-25
1
-3
/
+3
*
nvme-fc: use transport-specific sgl format
James Smart
2017-09-25
1
-6
/
+7
*
nvme: add transport SGL definitions
James Smart
2017-09-25
1
-0
/
+6
*
nvme.h: remove FC transport-specific error values
James Smart
2017-09-25
1
-13
/
+0
*
qla2xxx: remove use of FC-specific error codes
James Smart
2017-09-25
1
-1
/
+1
*
lpfc: remove use of FC-specific error codes
James Smart
2017-09-25
1
-1
/
+1
*
nvmet-fcloop: remove use of FC-specific error codes
James Smart
2017-09-25
1
-1
/
+1
*
nvmet-fc: remove use of FC-specific error codes
James Smart
2017-09-25
1
-6
/
+3
*
nvme-fc: remove use of FC-specific error codes
James Smart
2017-09-25
1
-4
/
+4
*
loop: remove union of use_aio and ref in struct loop_cmd
Omar Sandoval
2017-09-25
1
-4
/
+2
*
blktrace: Fix potential deadlock between delete & sysfs ops
Waiman Long
2017-09-25
3
-6
/
+16
*
nbd: ignore non-nbd ioctl's
Josef Bacik
2017-09-25
1
-0
/
+6
*
bsg-lib: don't free job in bsg_prepare_job
Christoph Hellwig
2017-09-25
1
-1
/
+0
*
brd: fix overflow in __brd_direct_access
Mikulas Patocka
2017-09-25
1
-1
/
+1
*
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2017-09-20
4
-34
/
+40
|
\
|
*
scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE
Hannes Reinecke
2017-09-15
1
-3
/
+2
|
*
scsi: sg: factor out sg_fill_request_table()
Hannes Reinecke
2017-09-15
1
-26
/
+35
|
*
scsi: sd: Remove unnecessary condition in sd_read_block_limits()
Lukas Czerner
2017-09-15
1
-2
/
+0
|
*
scsi: acornscsi: fix build error
Arnd Bergmann
2017-09-15
1
-3
/
+3
|
*
scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeout
Christoph Hellwig
2017-09-15
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-09-20
1
-1
/
+1
|
\
\
|
*
|
fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLL
Eric W. Biederman
2017-09-19
1
-1
/
+1
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-09-20
3
-22
/
+27
|
\
\
\
|
*
|
|
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
Haozhong Zhang
2017-09-19
1
-12
/
+21
|
*
|
|
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
Haozhong Zhang
2017-09-19
1
-5
/
+1
|
*
|
|
KVM: x86: Fix the NULL pointer parameter in check_cr_write()
Yu Zhang
2017-09-19
1
-3
/
+5
|
*
|
|
Revert "KVM: Don't accept obviously wrong gsi values via KVM_IRQFD"
Jan H. Schönherr
2017-09-19
1
-2
/
+0
|
|
/
/
*
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2017-09-19
1
-3
/
+10
|
\
\
\
|
*
|
|
md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list
Dennis Yang
2017-09-06
1
-1
/
+2
|
*
|
|
md/raid5: fix a race condition in stripe batch
Shaohua Li
2017-09-05
1
-2
/
+8
*
|
|
|
Merge tag '4.14-smb3-multidialect-support-and-fixes-for-stable' of git://git....
Linus Torvalds
2017-09-19
10
-112
/
+235
|
\
\
\
\
|
*
|
|
|
Update version of cifs module
Steve French
2017-09-18
1
-1
/
+1
|
*
|
|
|
cifs: hide unused functions
Arnd Bergmann
2017-09-18
1
-0
/
+2
|
*
|
|
|
SMB3: Add support for multidialect negotiate (SMB2.1 and later)
Steve French
2017-09-18
5
-18
/
+139
|
*
|
|
|
CIFS/SMB3: Update documentation to reflect SMB3 and various changes
Steve French
2017-09-17
4
-91
/
+91
|
*
|
|
|
cifs: check rsp for NULL before dereferencing in SMB2_open
Ronnie Sahlberg
2017-09-13
1
-2
/
+2
*
|
|
|
|
Merge tag 'mmc-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...
Linus Torvalds
2017-09-18
3
-3
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
mmc: cavium: Fix use-after-free in of_platform_device_destroy
Jan Glauber
2017-09-08
1
-1
/
+5
|
*
|
|
|
|
mmc: host: fix typo after MMC_DEBUG move
Wolfram Sang
2017-09-08
1
-1
/
+1
|
*
|
|
|
|
mmc: block: Fix incorrectly initialized requests
Adrian Hunter
2017-09-08
1
-1
/
+6
*
|
|
|
|
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-09-17
2
-13
/
+29
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fs/proc: Report eip/esp in /prod/PID/stat for coredumping
John Ogness
2017-09-15
1
-0
/
+9
|
*
|
|
|
|
|
objtool: Fix object file corruption
Josh Poimboeuf
2017-09-15
1
-1
/
+6
[next]