index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-31
Revert "dm mpath: fix stalls when handling invalid ioctls"
Mauricio Faria de Oliveira
1
-5
/
+2
2015-10-30
dm: initialize non-blk-mq queue data before queue is used
Mikulas Patocka
1
-3
/
+7
2015-10-22
nvme: add missing endianess annotations in nvme_pr_command
Christoph Hellwig
1
-2
/
+2
2015-10-22
NVMe: Add persistent reservation ops
Keith Busch
1
-0
/
+95
2015-10-21
sd: implement the Persistent Reservation API
Christoph Hellwig
1
-0
/
+96
2015-10-21
block: add an API for Persistent Reservations
Christoph Hellwig
5
-0
/
+290
2015-10-21
block: cleanup blkdev_ioctl
Christoph Hellwig
1
-100
/
+127
2015-10-15
NVMe: initialize error to '0'
Jens Axboe
1
-1
/
+1
2015-10-15
nvme: use an integer value to Linux errno values
Christoph Hellwig
1
-5
/
+7
2015-10-12
nvme: fix 32-bit build warning
Arnd Bergmann
1
-3
/
+3
2015-10-12
NVMe: Add explicit block config dependency
Keith Busch
1
-1
/
+1
2015-10-09
nvme: include <linux/types.ĥ> in <linux/nvme.h>
Christoph Hellwig
1
-0
/
+2
2015-10-09
nvme: move to a new drivers/nvme/host directory
Jay Sternberg
12
-14
/
+21
2015-10-09
nvme.h: add missing nvme_id_ctrl endianess annotations
Christoph Hellwig
1
-2
/
+2
2015-10-09
nvme: move hardware structures out of the uapi version of nvme.h
Christoph Hellwig
4
-591
/
+590
2015-10-09
nvme: add a local nvme.h header
Christoph Hellwig
4
-116
/
+136
2015-10-09
nvme: properly handle partially initialized queues in nvme_create_io_queues
Christoph Hellwig
1
-2
/
+14
2015-10-09
nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probe
Christoph Hellwig
1
-33
/
+20
2015-10-09
nvme: factor reset code into a common helper
Christoph Hellwig
1
-24
/
+24
2015-10-09
nvme: merge nvme_dev_reset into nvme_reset_failed_dev
Christoph Hellwig
1
-9
/
+3
2015-10-09
nvme: delete dev from dev_list in nvme_reset
Christoph Hellwig
1
-0
/
+1
2015-10-09
NVMe: Simplify device resume on io queue failure
Keith Busch
2
-29
/
+6
2015-10-09
NVMe: Namespace removal simplifications
Keith Busch
1
-32
/
+10
2015-10-09
NVMe: Reference count open namespaces
Keith Busch
2
-9
/
+21
2015-10-04
Linux 4.3-rc4
v4.3-rc4
Linus Torvalds
1
-1
/
+1
2015-10-04
MIPS: scall: Always run the seccomp syscall filters
Markos Chandras
4
-73
/
+42
2015-10-02
clocksource: Fix abs() usage w/ 64bit values
John Stultz
1
-1
/
+1
2015-10-02
irqchip/gic-v3-its: Count additional LPIs for the aliased devices
Marc Zyngier
1
-1
/
+1
2015-10-02
irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlined
Marc Zyngier
1
-0
/
+3
2015-10-02
Revert "Input: synaptics - fix handling of disabling gesture mode"
Dmitry Torokhov
1
-8
/
+4
2015-10-02
MIPS: Octeon: Fix kernel panic on startup from memory corruption
Matt Bennett
1
-1
/
+1
2015-10-02
MIPS: Fix R2300 FP context switch handling
Paul Burton
1
-27
/
+1
2015-10-02
MIPS: Fix octeon FP context switch handling
Paul Burton
1
-25
/
+1
2015-10-02
arm64: ftrace: fix function_graph tracer panic
Li Bin
1
-2
/
+20
2015-10-02
MIPS: BPF: Fix load delay slots.
Ralf Baechle
1
-0
/
+4
2015-10-02
x86/headers/uapi: Fix __BITS_PER_LONG value for x32 builds
Ben Hutchings
1
-1
/
+1
2015-10-02
md/bitmap: don't pass -1 to bitmap_storage_alloc.
NeilBrown
1
-1
/
+2
2015-10-02
md/raid1: Avoid raid1 resync getting stuck
Jes Sorensen
1
-3
/
+2
2015-10-02
md: drop null test before destroy functions
Julia Lawall
4
-14
/
+7
2015-10-02
md: clear CHANGE_PENDING in readonly array
Shaohua Li
1
-0
/
+1
2015-10-02
md/raid0: apply base queue limits *before* disk_stack_limits
NeilBrown
1
-6
/
+6
2015-10-02
md/raid5: don't index beyond end of array in need_this_block().
NeilBrown
1
-2
/
+2
2015-10-02
raid5: update analysis state for failed stripe
Shaohua Li
1
-0
/
+4
2015-10-02
md: wait for pending superblock updates before switching to read-only
NeilBrown
1
-0
/
+4
2015-10-02
x86/mm: Set NX on gap between __ex_table and rodata
Stephen Smalley
1
-1
/
+1
2015-10-02
x86/kexec: Fix kexec crash in syscall kexec_file_load()
Lee, Chun-Yi
1
-4
/
+3
2015-10-02
drm/dp/mst: add some defines for logical/physical ports
Dave Airlie
2
-1
/
+5
2015-10-02
drm/dp/mst: drop cancel work sync in the mstb destroy path (v2)
Dave Airlie
1
-2
/
+3
2015-10-02
drm/dp/mst: split connector registration into two parts (v2)
Dave Airlie
4
-6
/
+23
2015-10-02
drm/dp/mst: update the link_address_sent before sending the link address (v3)
Dave Airlie
1
-13
/
+12
[next]