aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-04xen/blkfront: Fix crash if backend doesn't follow the right states.stable/for-jens-4.5Konrad Rzeszutek Wilk1-4/+8
2016-01-04xen/blkback: Fix two memory leaks.Bob Liu1-6/+11
2016-01-04xen/blkback: make st_ statistics per ringBob Liu3-38/+61
2016-01-04xen/blkfront: Handle non-indirect grant with 64KB pagesJulien Grall1-16/+212
2016-01-04xen-blkfront: Introduce blkif_ring_get_requestJulien Grall1-11/+19
2016-01-04xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina1-0/+1
2016-01-04xen/blkback: Free resources if connect_ring failed.Konrad Rzeszutek Wilk1-1/+7
2016-01-04xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk2-3/+3
2016-01-04xen/blkback: make pool of persistent grants and free pages per-queueBob Liu3-137/+118
2016-01-04xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu3-6/+42
2016-01-04xen/blkback: pseudo support for multi hardware queues/ringsKonrad Rzeszutek Wilk2-105/+175
2016-01-04xen/blkback: separate ring information out of struct xen_blkifBob Liu3-172/+215
2016-01-04xen/blkfront: correct setting for xen_blkif_max_ring_orderPeng Fan1-1/+1
2016-01-04xen/blkfront: make persistent grants pool per-queueBob Liu1-67/+43
2016-01-04xen/blkfront: Remove duplicate setting of ->xbdev.Bob Liu1-1/+0
2016-01-04xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.Konrad Rzeszutek Wilk1-7/+6
2016-01-04xen/blkfront: negotiate number of queues/rings to be used with backendBob Liu1-41/+119
2016-01-04xen/blkfront: split per device io_lockBob Liu1-26/+47
2016-01-04xen/blkfront: pseudo support for multi hardware queues/ringsBob Liu1-145/+198
2016-01-04xen/blkfront: separate per ring information out of device infoBob Liu1-162/+197
2016-01-04xen/blkif: document blkif multi-queue/ring extensionBob Liu1-0/+48
2015-12-30bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet1-7/+30
2015-12-30bcache: prevent crash on changing writeback_runningStefan Bader1-1/+2
2015-12-30bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis1-2/+3
2015-12-30bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu1-1/+3
2015-12-30bcache: fix a leak in bch_cached_dev_run()Al Viro1-1/+4
2015-12-30bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu1-0/+2
2015-12-30bcache: Add a cond_resched() call to gcKent Overstreet1-0/+1
2015-12-30bcache: fix a livelock when we cause a huge number of cache missesZheng Liu1-1/+3
2015-12-23sx8: use real time for the command secondsJens Axboe1-1/+1
2015-12-22block: sx8.c: Replace timeval with ktime_tShraddha Barke1-4/+3
2015-11-25drbd: fix error path during resizeLars Ellenberg1-30/+38
2015-11-25drbd: avoid potential deadlock during handshakeLars Ellenberg3-23/+31
2015-11-25drbd: separate out __al_write_transaction helper functionLars Ellenberg1-148/+156
2015-11-25drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner3-6/+8
2015-11-25drbd: fix "endless" transfer log walk in protocol ALars Ellenberg1-1/+1
2015-11-25drbd: fix memory leak in drbd_adm_resizeOleg Drokin1-0/+2
2015-11-25drbd: don't block forever in disconnect during resync if fencing=r-a-stonithLars Ellenberg1-1/+3
2015-11-25lru_cache: Converted lc_seq_printf_status to return voidRoland Kammerer2-4/+2
2015-11-25drbd: make drbd known to lsblk: use bd_link_disk_holderLars Ellenberg5-52/+91
2015-11-25drbd: fix queue limit setup for discardLars Ellenberg1-9/+14
2015-11-25drbd: fix spurious alert level printkLars Ellenberg1-0/+4
2015-11-25drbd: use bitmap_weight() helper, don't open codeLars Ellenberg1-8/+8
2015-11-25drbd: avoid redefinition of BITS_PER_PAGELars Ellenberg1-0/+6
2015-11-25drbd: use resource name in workqueueLars Ellenberg2-3/+6
2015-11-25drbd: debugfs: expose ed_data_gen_idLars Ellenberg2-0/+11
2015-11-25drbd: prevent NULL pointer deref when resuming diskless primaryLars Ellenberg1-1/+24
2015-11-25drbd: Create a dedicated workqueue for sending acks on the control connectionPhilipp Reisner7-115/+141
2015-11-25drbd: Rename asender to ack_receiverPhilipp Reisner3-11/+11
2015-11-25drbd: fix refcount error during detach of an already failed diskLars Ellenberg1-3/+7
2015-11-25drbd: fix NULL deref in remember_new_stateLars Ellenberg1-32/+14
2015-11-25drbd: improve network timeout detectionLars Ellenberg3-27/+100
2015-11-25drbd: drbd_panic_after_delayed_completion_of_aborted_request()Lars Ellenberg1-1/+7
2015-11-25drbd: add comment why we want to first call local-io-error, then send stateLars Ellenberg1-0/+4
2015-11-25drbd: also bump UUIDs if a diskless primary connectsLars Ellenberg1-1/+1
2015-11-25drbd: drbdsetup detach of an unresponsive local disk should not block IO "for...Lars Ellenberg1-1/+1
2015-11-25drbd: drop remnants of connector -- we don't use it anymore in drbd 8.4Lars Ellenberg1-1/+0
2015-11-25drbd: Fix spurious disk-timeoutLars Ellenberg1-1/+1
2015-11-25drbd: Replace 0 with the more meaningful GFP_NOWAITPhilipp Reisner1-6/+6
2015-11-25drbd: Deletion of an unnecessary check before the function call "lc_destroy"Markus Elfring1-2/+1
2015-11-25drbd: Backport the "status" commandAndreas Gruenbacher3-79/+536
2015-11-25drbd: Backport the "events2" commandAndreas Gruenbacher7-12/+1281
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher6-93/+99
2015-11-25drbd: drbd_adm_attach(): Add missing drbd_resync_after_changed()Andreas Gruenbacher1-12/+16
2015-11-25drbd: Move enum write_ordering_e to drbd.hAndreas Gruenbacher6-26/+27
2015-11-25drbd: Get rid of some first_peer_device() callsAndreas Gruenbacher1-4/+4
2015-11-25drbd: De-inline drbd_should_do_remote() and drbd_should_send_out_of_sync()Andreas Gruenbacher2-16/+19
2015-11-25drbd: Remove pointless checkPhilipp Reisner1-1/+1
2015-11-25MAINTAINERS: Updated information for DRBD DRIVERRoland Kammerer1-6/+5
2015-11-24block: clarify blk_add_timer() use case for blk-mqJens Axboe1-0/+6
2015-11-24bio: use offset_in_page macroGeliang Tang1-2/+2
2015-11-24block: do not initialise statics to 0 or NULLWei Tang1-1/+1
2015-11-24block: do not initialise globals to 0 or NULLWei Tang1-1/+1
2015-11-24block: rename request_queue slab cacheIlya Dryomov1-1/+1
2015-11-24block: fix blk_abort_request for blk-mq driversChristoph Hellwig1-3/+5
2015-11-24nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig1-3/+12
2015-11-24NVMe: default to 4k device page sizeNishanth Aravamudan1-9/+6
2015-11-24Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds4-29/+36
2015-11-24pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet1-2/+2
2015-11-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds17-244/+525
2015-11-23blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei1-0/+6
2015-11-23blk-merge: fix blk_bio_segment_splitMing Lei1-3/+19
2015-11-23block: fix segment splitMing Lei1-2/+2
2015-11-23Merge tag 'linux-kselftest-4.4-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+8
2015-11-23dm thin: fix regression in advertised discard limitsMike Snitzer1-3/+2
2015-11-22Linux 4.4-rc2Linus Torvalds1-1/+1
2015-11-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-76/+182
2015-11-22Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-13/+15
2015-11-22Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-64/+115
2015-11-22Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds26-112/+342
2015-11-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-3/+9
2015-11-22Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-116/+382
2015-11-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-35/+69
2015-11-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-15/+53
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer6-11/+11
2015-11-22slub: add missing kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer1-1/+5
2015-11-22slub: fix kmem cgroup bug in kmem_cache_alloc_bulkJesper Dangaard Brouer1-18/+22
2015-11-22slub: optimize bulk slowpath free by detached freelistJesper Dangaard Brouer1-30/+79
2015-11-22slub: support for bulk free with SLUB freelistsJesper Dangaard Brouer1-18/+67
2015-11-22parisc: Map kernel text and data on huge pagesHelge Deller3-26/+31
2015-11-22parisc: Add Huge Page and HUGETLBFS supportHelge Deller6-15/+291
2015-11-22parisc: Use long branch to do_syscall_trace_exitHelge Deller1-2/+2
2015-11-22parisc: Increase initial kernel mapping to 32MB on 64bit kernelHelge Deller2-3/+7
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Helge Deller3-28/+21
2015-11-22parisc: Add defines for Huge page supportHelge Deller2-4/+29
2015-11-22parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller1-10/+0
2015-11-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-111/+283
2015-11-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2015-11-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+45
2015-11-21Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtdLinus Torvalds3-1/+4
2015-11-20blk-mq: fix calling unplug callbacks with preempt disabledJens Axboe1-5/+9
2015-11-20serial: export fsl8250_handle_irqArnd Bergmann1-0/+1
2015-11-20serial: 8250_mid: Add missing dependencyHeikki Krogerus1-0/+1
2015-11-20tty: audit: Fix audit sourcePeter Hurley3-5/+5
2015-11-20serial: etraxfs-uart: Fix crashGuenter Roeck1-1/+1
2015-11-20serial: fsl_lpuart: Fix earlycon supportPeter Hurley1-1/+1
2015-11-20bcm63xx_uart: Use the device name when registering an interruptSimon Arlott1-1/+1
2015-11-20tty: Fix direct use of tty buffer workPeter Hurley1-1/+1
2015-11-20tty: Fix tty_send_xchar() lock order inversionPeter Hurley2-4/+4
2015-11-20slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUGJesper Dangaard Brouer1-1/+1
2015-11-20slub: avoid irqoff/on in bulk allocationChristoph Lameter1-13/+11
2015-11-20slub: create new ___slab_alloc function that can be called with irqs disabledChristoph Lameter1-15/+29
2015-11-20mm: fix up sparse warning in gfpflags_allow_blockingJeff Layton1-1/+1
2015-11-20ocfs2: fix umask ignored issueJunxiao Bi1-0/+2
2015-11-20PM/OPP: add entry in MAINTAINERSViresh Kumar1-0/+12
2015-11-20kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov1-1/+4
2015-11-20kernel/signal.c: unexport sigsuspend()Richard Weinberger2-2/+1
2015-11-20kasan: fix kmemleak false-positive in kasan_module_alloc()Andrey Ryabinin1-0/+2
2015-11-20fat: fix fake_offset handling on error pathOGAWA Hirofumi1-5/+11
2015-11-20mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz1-33/+32
2015-11-20mm/page-writeback.c: initialize m_dirty to avoid compile warningYang Shi1-1/+3
2015-11-20various: fix pci_set_dma_mask return value checkingChristoph Hellwig10-17/+20
2015-11-20mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390Jason J. Herne1-2/+2
2015-11-20mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand1-3/+2
2015-11-20tools/vm/page-types.c: support KPF_IDLENaoya Horiguchi1-0/+1
2015-11-20ncpfs: don't allow negative timeoutsDan Carpenter1-0/+2
2015-11-20configfs: allow dynamic group creationDaniel Baluta2-0/+120
2015-11-20MAINTAINERS: add Moritz as reviewer for FPGA Manager FrameworkMoritz Fischer1-0/+1
2015-11-20slab.h: sprinkle __assume_aligned attributesRasmus Villemoes1-17/+26
2015-11-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-2/+13
2015-11-20Merge tag '4.4-fix' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2015-11-20Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-9/+39
2015-11-20Merge tag 'pm+acpi-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-299/+95
2015-11-20Merge tag 'powerpc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-1/+3
2015-11-20mac: validate mac_partition is within sectorKees Cook1-3/+7
2015-11-20mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes1-4/+2
2015-11-20NVMe: reap completion entries when deleting queueKeith Busch1-1/+6
2015-11-20lightnvm: add free and bad lun info to show lunsJavier Gonzalez3-8/+17
2015-11-20lightnvm: keep track of block countsJavier Gonzalez2-1/+15
2015-11-20nvme: lightnvm: use admin queues for admin cmdsWenwei Tao1-7/+10
2015-11-20lightnvm: missing free on init errorMatias Bjørling1-2/+4
2015-11-20lightnvm: wrong return value and redundant freeWenwei Tao1-4/+2
2015-11-20i2c: i801: add Intel Lewisburg device IDsAlexandra Yates3-0/+8
2015-11-20i2c: fix wakeup irq parsingGrygorii Strashko1-1/+1
2015-11-20i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()Lars-Peter Clausen1-2/+1
2015-11-20i2c: Revert "i2c: xiic: Do not reset controller before every transfer"Lars-Peter Clausen1-0/+3
2015-11-20i2c: imx: fix a compiling errorHou Zhiqiang1-0/+1
2015-11-20MIPS: ath79: Add a machine entry for booting OF machinesAlban Bedel1-0/+5
2015-11-20MIPS: ath79: Fix the size of the MISC INTC registers in ar9132.dtsiAlban Bedel1-1/+1
2015-11-20MIPS: ath79: Fix the DDR control initialization on ar71xx and ar934xAlban Bedel1-1/+1
2015-11-20parisc: Drop definition of start_thread_som for HP-UX SOM binariesHelge Deller1-27/+0
2015-11-20parisc: Fix wrong comment regarding first pmd entry flagsHelge Deller1-1/+1
2015-11-19Merge tag 'dmaengine-fix-4.4-rc2' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds7-30/+35
2015-11-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds40-537/+954
2015-11-19Merge tag 'for-linus-4.4' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds3-33/+64
2015-11-19Merge tag 'renesas-sh-drivers-for-v4.4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2015-11-19usblp: do not set TASK_INTERRUPTIBLE before lockJiri Slaby1-1/+1
2015-11-19USB: MAINTAINERS: cxacruSimon Arlott1-2/+1
2015-11-19usb: kconfig: fix warning of select USB_OTGPeter Chen2-5/+2
2015-11-19USB: option: add XS Stick W100-2 from 4G SystemsBjørn Mork1-0/+9
2015-11-20Merge branches 'acpi-smbus', 'acpi-ec' and 'acpi-pci'Rafael J. Wysocki3-44/+10
2015-11-20Merge branch 'pm-sleep'Rafael J. Wysocki1-0/+6
2015-11-20Merge branches 'pm-cpufreq' and 'acpi-cppc'Rafael J. Wysocki5-249/+74
2015-11-20PCI: Fix OF logic in pci_dma_configure()Suravee Suthikulpanit1-2/+2
2015-11-20Merge tag 'drm-intel-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie7-52/+118
2015-11-20Merge tag 'topic/drm-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie4-65/+79
2015-11-19null_blk: do not del gendisk with lightnvmMatias Bjørling1-3/+5
2015-11-19null_blk: use device addressing modeMatias Bjørling1-5/+23
2015-11-19null_blk: use ppa_cache poolMatias Bjørling1-2/+23
2015-11-19Merge tag 'usb-serial-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-20/+82
2015-11-19block: protect rw_page against device teardownDan Williams3-4/+18
2015-11-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds11-54/+61
2015-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+6
2015-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+3
2015-11-19NVMe: Fix possible arithmetic overflow for max segmentsKeith Busch1-1/+1
2015-11-19Merge tag 'mmc-v4.4-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds6-35/+75
2015-11-19dm crypt: fix a possible hang due to race condition on exitMikulas Patocka1-9/+13
2015-11-19arm64: restore bogomips information in /proc/cpuinfoYang Shi1-0/+5
2015-11-19drm/atomic-helper: Check encoder/crtc constraintsDaniel Vetter1-0/+8
2015-11-19x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper1-2/+1
2015-11-19x86/ftrace: Add comment on static function tracingNamhyung Kim1-0/+6
2015-11-19Revert "drm/i915: skip modeset if compatible for everyone."Jani Nikula3-1/+8
2015-11-19drm/mgag200: fix kernel hang in cursor code.Wang, Rui Y1-6/+5
2015-11-19Merge branch 'drm-vc4-fixes' of git://github.com/anholt/linux into drm-fixesDave Airlie4-13/+23
2015-11-19Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie24-401/+729
2015-11-18mm, dax: fix DAX deadlocks (COW fault)Yigal Korman1-4/+4
2015-11-18selftests/seccomp: Get page size from sysconfBamvor Jian Zhang1-4/+7
2015-11-19Revert "Documentation: kernel_parameters for Intel P state driver"Rafael J. Wysocki1-3/+0
2015-11-19cpufreq: mediatek: fix build errorArnd Bergmann1-0/+1
2015-11-19cpufreq: intel_pstate: Add separate support for Airmont coresPhilippe Longepe1-11/+46