summaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-01dm delay: Use DM_MAPIO macros instead of open-coded equivalentsTomohiro Kusumi1-2/+2
2015-11-01dm linear: remove redundant target name from error messagesTomohiro Kusumi1-3/+3
2015-11-01dm persistent data: eliminate unnecessary return valuesMikulas Patocka13-82/+67
2015-11-01dm: eliminate unused "bioset" process for each bio-based DM deviceMikulas Patocka1-2/+6
2015-11-01dm: convert ffs to __ffsMikulas Patocka7-11/+11
2015-11-01dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall7-28/+12
2015-11-01dm: add support for passing through persistent reservationsChristoph Hellwig3-3/+126
2015-11-01dm: refactor ioctl handlingChristoph Hellwig8-75/+94
2015-10-31Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira1-5/+2
2015-10-30dm: initialize non-blk-mq queue data before queue is usedMikulas Patocka1-3/+7
2015-10-22nvme: add missing endianess annotations in nvme_pr_commandChristoph Hellwig1-2/+2
2015-10-22NVMe: Add persistent reservation opsKeith Busch1-0/+95
2015-10-21sd: implement the Persistent Reservation APIChristoph Hellwig1-0/+96
2015-10-21block: add an API for Persistent ReservationsChristoph Hellwig5-0/+290
2015-10-21block: cleanup blkdev_ioctlChristoph Hellwig1-100/+127
2015-10-15NVMe: initialize error to '0'Jens Axboe1-1/+1
2015-10-15nvme: use an integer value to Linux errno valuesChristoph Hellwig1-5/+7
2015-10-12nvme: fix 32-bit build warningArnd Bergmann1-3/+3
2015-10-12NVMe: Add explicit block config dependencyKeith Busch1-1/+1
2015-10-09nvme: include <linux/types.ĥ> in <linux/nvme.h>Christoph Hellwig1-0/+2
2015-10-09nvme: move to a new drivers/nvme/host directoryJay Sternberg12-14/+21
2015-10-09nvme.h: add missing nvme_id_ctrl endianess annotationsChristoph Hellwig1-2/+2
2015-10-09nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig4-591/+590
2015-10-09nvme: add a local nvme.h headerChristoph Hellwig4-116/+136
2015-10-09nvme: properly handle partially initialized queues in nvme_create_io_queuesChristoph Hellwig1-2/+14
2015-10-09nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probeChristoph Hellwig1-33/+20
2015-10-09nvme: factor reset code into a common helperChristoph Hellwig1-24/+24
2015-10-09nvme: merge nvme_dev_reset into nvme_reset_failed_devChristoph Hellwig1-9/+3
2015-10-09nvme: delete dev from dev_list in nvme_resetChristoph Hellwig1-0/+1
2015-10-09NVMe: Simplify device resume on io queue failureKeith Busch2-29/+6
2015-10-09NVMe: Namespace removal simplificationsKeith Busch1-32/+10
2015-10-09NVMe: Reference count open namespacesKeith Busch2-9/+21
2015-10-04Linux 4.3-rc4v4.3-rc4Linus Torvalds1-1/+1
2015-10-04MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras4-73/+42
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz1-1/+1
2015-10-02irqchip/gic-v3-its: Count additional LPIs for the aliased devicesMarc Zyngier1-1/+1
2015-10-02irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlinedMarc Zyngier1-0/+3
2015-10-02Revert "Input: synaptics - fix handling of disabling gesture mode"Dmitry Torokhov1-8/+4
2015-10-02MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett1-1/+1
2015-10-02MIPS: Fix R2300 FP context switch handlingPaul Burton1-27/+1
2015-10-02MIPS: Fix octeon FP context switch handlingPaul Burton1-25/+1
2015-10-02arm64: ftrace: fix function_graph tracer panicLi Bin1-2/+20
2015-10-02MIPS: BPF: Fix load delay slots.Ralf Baechle1-0/+4
2015-10-02x86/headers/uapi: Fix __BITS_PER_LONG value for x32 buildsBen Hutchings1-1/+1
2015-10-02md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown1-1/+2
2015-10-02md/raid1: Avoid raid1 resync getting stuckJes Sorensen1-3/+2
2015-10-02md: drop null test before destroy functionsJulia Lawall4-14/+7
2015-10-02md: clear CHANGE_PENDING in readonly arrayShaohua Li1-0/+1
2015-10-02md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown1-6/+6
2015-10-02md/raid5: don't index beyond end of array in need_this_block().NeilBrown1-2/+2