cascardo/linux.git
2014-06-18 Jiri Kosinafloppy: format block0 read error message properly
2014-05-28 Jiri Kosinafloppy: do not corrupt bio.bi_flags when reading block 0
2014-05-20 Asai Thambi S Pmtip32xx: move error handling to service thread
2014-05-16 Ming Leivirtio_blk: fix race between start and stop queue
2014-05-14 Jens Axboemtip32xx: stop block hardware queues before quiescing IO
2014-05-14 Dan Carpentermtip32xx: blk_mq_init_queue() returns an ERR_PTR
2014-05-14 Jens Axboemtip32xx: convert to use blk-mq
2014-05-05 Joe Perchescdrom: Remove unnecessary prototype for cdrom_get_disc_info
2014-05-05 Joe Perchescdrom: Remove unnecessary prototype for cdrom_mrw_exit
2014-05-05 Joe Perchescdrom: Remove cdrom_count_tracks prototype
2014-05-05 Joe Perchescdrom: Remove cdrom_get_next_writeable prototype
2014-05-05 Joe Perchescdrom: Remove cdrom_get_last_written prototype
2014-05-05 Joe Perchescdrom: Move mmc_ioctls above cdrom_ioctl to remove...
2014-05-05 Joe Perchescdrom: Remove unnecessary sanitize_format prototype
2014-05-05 Joe Perchescdrom: Remove unnecessary check_for_audio_disc prototype
2014-05-05 Joe Perchescdrom: Remove prototype for open_for_data
2014-05-05 Joe Perchescdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macros
2014-05-05 Joe Perchescdrom: Remove unused CHECKAUDIO macro
2014-05-05 Joe Perchescdrom: convert cdinfo to cd_dbg
2014-05-01 Ming Leiblock: null_blk: fix use after free
2014-04-30 Lars Ellenbergdrbd: use list_first_entry_or_null in first_peer_device...
2014-04-30 Philipp Reisnerdrbd: Allow attaching of a newly created device to...
2014-04-30 Philipp Reisnerdrbd: Test cstate while holding req_lock
2014-04-30 Philipp Reisnerdrbd: use blk_set_stacking_limits()
2014-04-30 Lars Ellenbergdrbd: evaluate disk and network timeout on different...
2014-04-30 Philipp Reisnerdrbd: Fix a hole in the challange-response connection...
2014-04-30 Lars Ellenbergdrbd: always implicitly close last epoch when idle
2014-04-30 Lars Ellenbergdrbd: add back some fairness to AL transactions
2014-04-30 Lars Ellenbergdrbd: keep max-bio size during detach/attach on disconn...
2014-04-30 Lars Ellenbergdrbd: fix a race between start_resync and send_and_submit
2014-04-30 Lars Ellenbergdrbd: Enable QUEUE_FLAG_DISCARD only if the peer can...
2014-04-30 Lars Ellenbergdrbd: prepare sending side for REQ_DISCARD
2014-04-30 Lars Ellenbergdrbd: prepare receiving side for REQ_DISCARD
2014-04-30 Lars Ellenbergdrbd: allow parallel promote/demote actions
2014-04-30 Lars Ellenbergdrbd: perpare for genetlink parallel_ops
2014-04-30 Philipp Reisnerdrbd: Do not BUG() when connection breaks in a special way
2014-04-30 Lars Ellenbergdrbd: don't let application IO pre-empt resync too...
2014-04-30 Lars Ellenbergdrbd: fix potential distributed deadlock during verify...
2014-04-30 Lars Ellenbergdrbd: resync: fix too large bursts for very slow rates
2014-04-30 Lars Ellenbergdrbd: fix stalled resync detection in /proc/drbd
2014-04-30 Philipp Reisnerdrbd: Allow online layout change of AL while peer is...
2014-04-30 Philipp Reisnerdrbd: Remove drbd_wrappers.h
2014-04-30 Philipp Reisnerdrbd: Leave IO suspended if the fence handler find...
2014-04-30 Philipp Reisnerdrbd: Break a deadlock while concurrent fencing and...
2014-04-23 Asai Thambi S Pmtip32xx: Fix ERO and NoSnoop values in PCIe upstream...
2014-04-23 Asai Thambi S Pmtip32xx: Remove dfs_parent after pci unregister
2014-04-23 Asai Thambi S Pmtip32xx: Increase timeout for STANDBY IMMEDIATE command
2014-04-22 Alexander Gordeevcciss: Use pci_enable_msix_exact() instead of pci_enabl...
2014-04-22 Alexander Gordeevskd: Use pci_enable_msix_exact() instead of pci_enable_...
2014-04-16 Jens Axboebsg: update check for rq based driver for blk-mq
2014-04-16 Jens Axboejsflash: missed conversion from rq->buffer to bio_data...
2014-04-16 Jens Axboeblock: relax when to modify the timeout timer
2014-04-16 Christoph Hellwigblock: export blk_finish_request
2014-04-16 Christoph Hellwigblk-mq: rename mq_flush_work struct request member
2014-04-16 Christoph Hellwigblk-mq: add blk_mq_requeue_request
2014-04-16 Christoph Hellwigblk-mq: add blk_mq_start_hw_queues
2014-04-16 Christoph Hellwigblk-mq: add blk_mq_delay_queue
2014-04-16 Christoph Hellwigblk-mq: add async parameter to blk_mq_start_stopped_hw_...
2014-04-16 Christoph Hellwigblk-mq: bidi support
2014-04-16 Christoph Hellwigblk-mq: allow drivers to hook into I/O completion
2014-04-16 Jens Axboeblk-mq: kill preempt disable/enable in blk_mq_work_fn()
2014-04-16 Jens Axboeblk-mq: don't use preempt_count() to check for right CPU
2014-04-16 Jens Axboegdrom: missed conversion from req->buffer
2014-04-15 Christoph Hellwigblock: all blk-mq requests are tagged
2014-04-15 Christoph Hellwigblk-mq: split out tag initialization, support shared...
2014-04-15 Christoph Hellwigblk-mq: initialize request on allocation
2014-04-15 Christoph Hellwigblk-mq: add ->init_request and ->exit_request methods
2014-04-15 Christoph Hellwigblk-mq: make ->flush_rq fully transparent to drivers
2014-04-15 Christoph Hellwigblk-mq: do not initialize req->special
2014-04-15 Christoph Hellwigblk-mq: initialize resid_len
2014-04-15 Jens Axboeblock: remove struct request buffer member
2014-04-15 Jens AxboeMerge tag 'v3.15-rc1' into for-3.16/core
2014-04-13 Linus TorvaldsLinux 3.15-rc1 v3.15-rc1
2014-04-13 Geert Uytterhoevenmm: Initialize error in shmem_file_aio_read()
2014-04-13 Geert Uytterhoevencifs: Use min_t() when comparing "size_t" and "unsigned...
2014-04-13 Linus TorvaldsMerge branch 'slab/next' of git://git./linux/kernel...
2014-04-13 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2014-04-13 Mikulas Patockasym53c8xx_2: Set DID_REQUEUE return code when aborting...
2014-04-13 Paul Mackerraspowerpc: Don't try to set LPCR unless we're in hypervis...
2014-04-13 Davidlohr Buesofutex: update documentation for ordering guarantees
2014-04-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2014-04-13 Linus TorvaldsMerge tag 'blackfin-for-linus' of git://git./linux...
2014-04-13 Linus TorvaldsMerge tag 'remoteproc-3.15-cleanups' of git://git....
2014-04-13 Linus TorvaldsMerge tag 'llvmlinux-for-v3.15' of git://git.linuxfound...
2014-04-12 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2014-04-12 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2014-04-12 Linus TorvaldsMerge tag 'ntb-3.15' of git://github.com/jonmason/ntb
2014-04-12 Linus Torvaldsceph: fix pr_fmt() redefinition
2014-04-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-04-12 David S. MillerMerge branch 'tunnels'
2014-04-12 Nicolas Dichtelvti: don't allow to add the same tunnel twice
2014-04-12 Nicolas Dichtelgre: don't allow to add the same tunnel twice
2014-04-12 Vincenzo Maffionedrivers: net: xen-netfront: fix array initialization bug
2014-04-12 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2014-04-12 Linus TorvaldsMerge tag 'trace-3.15-v2' of git://git./linux/kernel...
2014-04-12 Linus TorvaldsMerge git://git.infradead.org/users/eparis/audit
2014-04-12 Al Viromissing bits of "splice: fix racy pipe->buffers uses"
2014-04-12 Al Virocifs: fix the race in cifs_writev()
2014-04-12 Al Viroceph_sync_{,direct_}write: fix an oops on ceph_osdc_new...
2014-04-12 Daniel Borkmannpktgen: be friendly to LLTX devices
next