summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2012-05-22virtio_blk: Drop unused request tracking listAsias He1-10/+0
2012-05-22virtio-blk: Fix hot-unplug race in remove methodAsias He1-0/+11
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+13
2012-05-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-14/+13
2012-05-18Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.5/driversJens Axboe10-283/+741
2012-05-18Merge branch 'stable/for-jens-3.5' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe1-19/+25
2012-05-18floppy: remove floppy-specific O_EXCL handlingJiri Kosina1-14/+4
2012-05-18floppy: convert to delayed work and single-thread wqJiri Kosina1-70/+73
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-05-14rbd: rename __rbd_update_snaps to __rbd_refresh_headerJosh Durgin1-6/+6
2012-05-14rbd: fix snapshot size typeJosh Durgin1-3/+3
2012-05-14rbd: remove conditional snapid parametersJosh Durgin1-2/+2
2012-05-14rbd: store snapshot id instead of indexJosh Durgin1-22/+5
2012-05-14rbd: protect read of snapshot sequence numberJosh Durgin1-1/+3
2012-05-14rbd: fix integer overflow in rbd_header_from_disk()Xi Wang1-4/+6
2012-05-14rbd: use gfp_flags parameter in rbd_header_from_disk()Dan Carpenter1-2/+2
2012-05-12xen-blkfront: module exit handling adjustmentsJan Beulich1-1/+3
2012-05-12xen-blkfront: properly name all devicesJan Beulich1-18/+22
2012-05-11mtip32xx: release the semaphore on an error pathAsai Thambi S P1-1/+3
2012-05-11dac960: Remove unused variables from DAC960_CreateProcEntries()Jesper Juhl1-13/+10
2012-05-11connector/userns: replace netlink uses of cap_raised() with capable()Eric W. Biederman1-1/+1
2012-05-10drbd: grammar fix in log messageLars Ellenberg1-1/+1
2012-05-10drbd: check MODULE for THIS_MODULECong Wang1-5/+4
2012-05-09drbd: Restore the request restart logicPhilipp Reisner1-3/+4
2012-05-09drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg5-4/+43
2012-05-09drbd: remove unused defineLars Ellenberg1-2/+0
2012-05-09drbd: bm_page_async_io: properly initialize page->privateArne Redlich1-1/+1
2012-05-09drbd: use the newly introduced page pool for bitmap IOLars Ellenberg1-5/+4
2012-05-09drbd: add page pool to be used for meta data IOLars Ellenberg2-1/+31
2012-05-09drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg3-11/+34
2012-05-09drbd: fix race between drbdadm invalidate/verify and finishing resyncLars Ellenberg1-0/+6
2012-05-09drbd: fix resend/resubmit of frozen IOLars Ellenberg3-15/+48
2012-05-09drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner1-4/+4
2012-05-09drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner4-2/+24
2012-05-09drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg2-4/+1
2012-05-09drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONELars Ellenberg1-10/+5
2012-05-09drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspendedLars Ellenberg1-3/+1
2012-05-09drbd: make OOS_HANDED_TO_NETWORK its own caseLars Ellenberg1-8/+8
2012-05-09drbd: don't pretend that barrier_nr == 0 was specialLars Ellenberg1-3/+1
2012-05-09drbd: remove unused static helper functionLars Ellenberg1-14/+0
2012-05-09drbd: remove some very outdated commentsLars Ellenberg1-7/+0
2012-05-09drbd: missing wakeup after drbd_rs_del_allLars Ellenberg1-0/+1
2012-05-09drbd: remove now unused seq_num member from struct drbd_requestLars Ellenberg2-3/+1
2012-05-09drbd: fix potential data corruption and protocol errorLars Ellenberg3-4/+3
2012-05-09drbd: Fix a potential write ordering issue on SyncTarget nodesPhilipp Reisner1-0/+21
2012-05-09drbd: Fix a potential race that could case data inconsistencyPhilipp Reisner1-2/+4
2012-05-09drbd: add missing part_round_stats to _drbd_start_io_acctLars Ellenberg1-0/+1
2012-05-09drbd: Fix module refcount leak in drbd_accept()Lars Ellenberg1-0/+1
2012-05-09drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner4-39/+45
2012-05-09drbd: Do not send state packets while lower than C_CONNECTED cstatePhilipp Reisner1-5/+6