aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2013-04-16NVMe: Abstract out sector to block number conversionMatthew Wilcox
2013-04-16NVMe: Use round_jiffies_relative() for the periodic, once-per-second timerArjan van de Ven
2013-04-14mtip32xx: mtip32xx: Disable TRIM supportAsai Thambi S P
2013-04-14mtip32xx: fix a smatch warningAsai Thambi S P
2013-04-09Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09cciss: switch to ->show_info()Al Viro
2013-04-09lift sb_start_write() out of ->write()Al Viro
2013-04-08Revert "loop: cleanup partitions when detaching loop device"Jens Axboe
2013-04-04mtip32xx: fix two smatch warningsJens Axboe
2013-04-03mtip32xx: Add debugfs entry device_statusAsai Thambi S P
2013-04-03mtip32xx: return 0 from pci probe in case of rebuildAsai Thambi S P
2013-04-03mtip32xx: recovery from command timeoutAsai Thambi S P
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2013-04-01loop: prevent bdev freeing while device in useAnatol Pomozov
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-31Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-03-29rbd: don't zero-fill non-image object requestsAlex Elder
2013-03-28NVMe: Add nvme-scsi.cVishal Verma
2013-03-28aoe: reserve enough headroom on skbsEric Dumazet
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg
2013-03-28drbd: use sched_setscheduler()Philipp Reisner
2013-03-28drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner
2013-03-28drbd: add module_put() on error path in drbd_proc_open()Alexey Khoroshilov
2013-03-28drbd: fix drbd epoch write count for ahead/behind modeLars Ellenberg
2013-03-28drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner
2013-03-28drbd: validate resync_after dependency on attach alreadyLars Ellenberg
2013-03-28drbd: fix memory leakLars Ellenberg
2013-03-28drbd: only fail empty flushes if no good data is reachableLars Ellenberg
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner
2013-03-28drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner
2013-03-28drbd: drop now useless duplicate state request from invalidatePhilipp Reisner
2013-03-28drbd: fix effective error returned when refusing an invalidatePhilipp Reisner
2013-03-28drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner
2013-03-28drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner
2013-03-28drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner
2013-03-28mg_disk: fix error return code in mg_probe()Wei Yongjun
2013-03-27NVMe: Add definitions for format commandVishal Verma
2013-03-27NVMe: Move structures & definitions to header fileVishal Verma
2013-03-26rsxx: remove unused variablePhilip J Kelleher
2013-03-26rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher
2013-03-26NVMe: Rename nvme.c to nvme-core.cVishal Verma
2013-03-26NVMe: Add discard support for capable devicesKeith Busch
2013-03-25block: removes dynamic allocation on stackPhilip J Kelleher
2013-03-25aoe: get rid of cached bv variable in bufinit()Jens Axboe
2013-03-25aoe: Fix unitialized var usageKent Overstreet
2013-03-23block: Add bio_for_each_segment_all()Kent Overstreet
2013-03-23pktcdvd: Use bio_reset() in disabled code to kill bi_idx usageKent Overstreet
2013-03-23pktcdvd: use bio_copy_data()Kent Overstreet