Age | Commit message (Expand) | Author | Files | Lines |
2017-06-09 | dm: fix REQ_RAHEAD handling | Christoph Hellwig | 2 | -3/+3 |
2017-06-09 | gfs2: remove the unused sd_log_error field | Christoph Hellwig | 2 | -4/+1 |
2017-06-09 | scsi/osd: don't save block errors into req_results | Christoph Hellwig | 1 | -1/+1 |
2017-06-09 | nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd | Christoph Hellwig | 1 | -11/+1 |
2017-06-09 | nbd: set sk->sk_sndtimeo for our sockets | Josef Bacik | 1 | -0/+2 |
2017-06-09 | loop: fix error handling regression | Arnd Bergmann | 1 | -1/+2 |
2017-06-08 | loop: support 4k physical blocksize | Hannes Reinecke | 3 | -6/+41 |
2017-06-08 | loop: Remove unused 'bdev' argument from loop_set_capacity | Hannes Reinecke | 1 | -2/+2 |
2017-06-01 | nfsd: Check queue type before submitting a SCSI request | Bart Van Assche | 1 | -0/+3 |
2017-06-01 | cdrom: Check SCSI passthrough support before reading audio | Bart Van Assche | 1 | -0/+6 |
2017-06-01 | pktcdvd: Check queue type before attaching to a queue | Bart Van Assche | 1 | -0/+5 |
2017-06-01 | bsg: Check queue type before attaching to a queue | Bart Van Assche | 1 | -0/+6 |
2017-06-01 | block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH | Bart Van Assche | 6 | -0/+9 |
2017-06-01 | blk-mq-debugfs: Add 'kick' operation | Bart Van Assche | 1 | -1/+3 |
2017-06-01 | blk-mq-debugfs: Show busy requests | Bart Van Assche | 1 | -0/+31 |
2017-06-01 | blk-mq-debugfs: Show requeue list | Bart Van Assche | 1 | -0/+32 |
2017-06-01 | blk-mq-debugfs: Show atomic request flags | Bart Van Assche | 1 | -0/+10 |
2017-05-30 | cfq-iosched: Delete unused function min_vdisktime() | Matthias Kaehlcke | 1 | -9/+0 |
2017-05-30 | nbd: add FUA op support | Shaun McDowell | 2 | -3/+17 |
2017-05-26 | blk-mq: make per-sw-queue bio merge as default .bio_merge | Ming Lei | 3 | -72/+58 |
2017-05-26 | blk-mq: merge bio into sw queue before plugging | Ming Lei | 1 | -22/+26 |
2017-05-26 | Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 6 | -74/+66 |
2017-05-26 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 12 | -210/+247 |
2017-05-26 | Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -14/+44 |
2017-05-26 | Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-client | Linus Torvalds | 7 | -35/+34 |
2017-05-26 | Merge tag 'mmc-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul... | Linus Torvalds | 5 | -45/+79 |
2017-05-26 | Merge tag 'sound-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 4 | -50/+75 |
2017-05-26 | Merge tag 'drm-fixes-for-v4.12-rc3' of git://people.freedesktop.org/~airlied/... | Linus Torvalds | 19 | -80/+102 |
2017-05-26 | PCI/msi: fix the pci_alloc_irq_vectors_affinity stub | Christoph Hellwig | 1 | -3/+3 |
2017-05-26 | Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 8 | -143/+130 |
2017-05-26 | blk-mq: Only register debugfs attributes for blk-mq queues | Bart Van Assche | 1 | -3/+3 |
2017-05-26 | nvme: Quirk APST on Intel 600P/P3100 devices | Andy Lutomirski | 1 | -0/+2 |
2017-05-26 | nvme: only setup block integrity if supported by the driver | Christoph Hellwig | 3 | -19/+33 |
2017-05-26 | nvme: replace is_flags field in nvme_ctrl_ops with a flags field | Christoph Hellwig | 5 | -5/+6 |
2017-05-26 | nvme-pci: consistencly use ctrl->device for logging | Christoph Hellwig | 1 | -6/+6 |
2017-05-26 | Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux in... | Dave Airlie | 15 | -68/+85 |
2017-05-26 | Merge tag 'drm-misc-fixes-2017-05-25' of git://anongit.freedesktop.org/git/dr... | Dave Airlie | 4 | -12/+17 |
2017-05-25 | drm/amdgpu: fix null point error when rmmod amdgpu. | Rex Zhu | 1 | -1/+6 |
2017-05-25 | xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo... | Jan Kara | 1 | -30/+8 |
2017-05-25 | xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff() | Jan Kara | 1 | -1/+1 |
2017-05-25 | xfs: Fix missed holes in SEEK_HOLE implementation | Jan Kara | 1 | -20/+9 |
2017-05-25 | xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff() | Eryu Guan | 1 | -1/+1 |
2017-05-25 | xfs: fix unaligned access in xfs_btree_visit_blocks | Eric Sandeen | 1 | -1/+1 |
2017-05-24 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 23 | -434/+902 |
2017-05-24 | drm/amd/powerplay: fix a signedness bugs | Dan Carpenter | 1 | -1/+1 |
2017-05-24 | drm/amdgpu: fix NULL pointer panic of emit_gds_switch | Chunming Zhou | 1 | -1/+1 |
2017-05-24 | drm/radeon: Unbreak HPD handling for r600+ | Lyude | 4 | -7/+7 |
2017-05-24 | drm/amd/powerplay/smu7: disable mclk switching for high refresh rates | Alex Deucher | 1 | -1/+2 |
2017-05-24 | drm/amd/powerplay/smu7: add vblank check for mclk switching (v2) | Alex Deucher | 1 | -4/+27 |
2017-05-24 | drm/radeon/ci: disable mclk switching for high refresh rates (v2) | Alex Deucher | 1 | -0/+6 |