summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drbd: Fix state change in case of connection timeoutPhilipp Reisner2014-11-101-1/+1
* drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg2014-11-101-0/+1
* drbd: fix resync throttling initializationLars Ellenberg2014-11-103-3/+5
* drbd: fix race between role change and handshakePhilipp Reisner2014-11-103-8/+40
* drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher2014-11-103-16/+4
* drbd: Minor cleanupsAndreas Gruenbacher2014-11-105-45/+35
* NVMe: __nvme_submit_admin_cmd() can be statickbuild test robot2014-11-101-1/+1
* NVMe: blk_mq_alloc_request() returns error pointersDan Carpenter2014-11-051-6/+6
* NVMe: Convert to blk-mqMatias Bjørling2014-11-043-819/+570
* NVMe: Do not over allocate for discard requestsKeith Busch2014-11-041-1/+3
* NVMe: Do not open disks that are being deletedKeith Busch2014-11-041-4/+16
* NVMe: Clear QUEUE_FLAG_STACKABLEKeith Busch2014-11-041-0/+1
* NVMe: Fix device probe waiting on kthreadKeith Busch2014-11-041-1/+1
* NVMe: Updates for 1.1 specKeith Busch2014-11-041-1/+26
* NVMe: Passthrough IOCTL for IO commandsKeith Busch2014-11-042-6/+16
* NVMe: Add revalidate_disk callbackKeith Busch2014-11-041-0/+30
* NVMe: Fix nvmeq waitqueue entry initializationKeith Busch2014-11-041-7/+4
* NVMe: Translate NVMe status to errnoKeith Busch2014-11-041-1/+13
* NVMe: Fix SG_IO status valuesKeith Busch2014-11-041-0/+8
* NVMe: Remove duplicate compat SG_IO codeKeith Busch2014-11-042-149/+1
* NVMe: Reference count pci deviceKeith Busch2014-11-041-2/+5
* nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-11-041-1/+1
* NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queuesSam Bradshaw2014-11-041-2/+2
* NVMe: Fix filesystem sync deadlock on removalKeith Busch2014-11-041-2/+2
* NVMe: Call nvme_free_queue directlyKeith Busch2014-11-041-7/+11
* NVMe: Add shutdown timeout as module parameter.Dan McLeran2014-11-041-1/+6
* NVMe: Skip orderly shutdown on failed devicesKeith Busch2014-11-041-1/+4
* NVMe: Whitespace fixesKeith Busch2014-11-041-5/+5
* NVMe: Use pci_stop_and_remove_bus_device_locked()Keith Busch2014-11-041-1/+1
* NVMe: Handling devices incapable of I/OKeith Busch2014-11-041-11/+8
* NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.Dan McLeran2014-11-041-8/+12
* NVMe: Mismatched host/device page size supportKeith Busch2014-11-042-19/+42
* NVMe: Update list of status codesMatthew Wilcox2014-11-041-0/+14
* NVMe: Async event requestKeith Busch2014-11-042-0/+43
* block: Use dma_zalloc_coherentJoe Perches2014-11-041-3/+2
* blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe2014-10-292-1/+7
* blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe2014-10-296-15/+49
* block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-213-5/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-2033-1883/+1488
|\
| * ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong2014-10-142-2/+6
| * ext4: move error report out of atomic context in ext4_init_block_bitmap()Dmitry Monakhov2014-10-131-4/+8
| * ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-1312-70/+43
| * ext4: delete useless comments about ext4_move_extentsXiaoguang Wang2014-10-111-53/+6
| * ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen2014-10-111-1/+16
| * ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o2014-10-054-3/+11
| * ext4: don't orphan or truncate the boot loader inodeTheodore Ts'o2014-10-052-5/+4
| * ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov2014-10-031-1/+9
| * ext4: optimize block allocation on grow indepthDmitry Monakhov2014-10-011-6/+14
| * ext4: get rid of code duplicationDmitry Monakhov2014-10-011-2/+1
| * ext4: fix over-defensive complaint after journal abortDmitry Monakhov2014-10-011-2/+2