aboutsummaryrefslogtreecommitdiffstats
path: root/.cocciconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig10-50/+51
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig11-33/+46
2017-06-09dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig1-27/+15
2017-06-09block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IOChristoph Hellwig1-3/+4
2017-06-09fs: simplify dio_bio_completeChristoph Hellwig1-4/+2
2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig3-6/+5
2017-06-09dm: fix REQ_RAHEAD handlingChristoph Hellwig2-3/+3
2017-06-09gfs2: remove the unused sd_log_error fieldChristoph Hellwig2-4/+1
2017-06-09scsi/osd: don't save block errors into req_resultsChristoph Hellwig1-1/+1
2017-06-09nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmdChristoph Hellwig1-11/+1
2017-06-09nbd: set sk->sk_sndtimeo for our socketsJosef Bacik1-0/+2
2017-06-09loop: fix error handling regressionArnd Bergmann1-1/+2
2017-06-08loop: support 4k physical blocksizeHannes Reinecke3-6/+41
2017-06-08loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke1-2/+2
2017-06-01nfsd: Check queue type before submitting a SCSI requestBart Van Assche1-0/+3
2017-06-01cdrom: Check SCSI passthrough support before reading audioBart Van Assche1-0/+6
2017-06-01pktcdvd: Check queue type before attaching to a queueBart Van Assche1-0/+5
2017-06-01bsg: Check queue type before attaching to a queueBart Van Assche1-0/+6
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche6-0/+9
2017-06-01blk-mq-debugfs: Add 'kick' operationBart Van Assche1-1/+3
2017-06-01blk-mq-debugfs: Show busy requestsBart Van Assche1-0/+31
2017-06-01blk-mq-debugfs: Show requeue listBart Van Assche1-0/+32
2017-06-01blk-mq-debugfs: Show atomic request flagsBart Van Assche1-0/+10
2017-05-30cfq-iosched: Delete unused function min_vdisktime()Matthias Kaehlcke1-9/+0
2017-05-30nbd: add FUA op supportShaun McDowell2-3/+17
2017-05-26blk-mq: make per-sw-queue bio merge as default .bio_mergeMing Lei3-72/+58
2017-05-26blk-mq: merge bio into sw queue before pluggingMing Lei1-22/+26
2017-05-26PCI/msi: fix the pci_alloc_irq_vectors_affinity stubChristoph Hellwig1-3/+3
2017-05-26blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche1-3/+3
2017-05-26nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski1-0/+2
2017-05-26nvme: only setup block integrity if supported by the driverChristoph Hellwig3-19/+33
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig5-5/+6
2017-05-26nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig1-6/+6
2017-05-25drm/amdgpu: fix null point error when rmmod amdgpu.Rex Zhu1-1/+6
2017-05-25xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()Jan Kara1-30/+8
2017-05-25xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara1-1/+1
2017-05-25xfs: Fix missed holes in SEEK_HOLE implementationJan Kara1-20/+9
2017-05-25xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan1-1/+1
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen1-1/+1
2017-05-24drm/amd/powerplay: fix a signedness bugsDan Carpenter1-1/+1
2017-05-24drm/amdgpu: fix NULL pointer panic of emit_gds_switchChunming Zhou1-1/+1
2017-05-24drm/radeon: Unbreak HPD handling for r600+Lyude4-7/+7
2017-05-24drm/amd/powerplay/smu7: disable mclk switching for high refresh ratesAlex Deucher1-1/+2
2017-05-24drm/amd/powerplay/smu7: add vblank check for mclk switching (v2)Alex Deucher1-4/+27
2017-05-24drm/radeon/ci: disable mclk switching for high refresh rates (v2)Alex Deucher1-0/+6
2017-05-24drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)Alex Deucher1-0/+6
2017-05-24drm/amdgpu: fix fundamental suspend/resume issueChristian König6-54/+30
2017-05-24ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques1-1/+5
2017-05-24libceph: cleanup old messages according to reconnect seqYan, Zheng1-3/+12
2017-05-23drm/gma500/psb: Actually use VBT mode when it is foundPatrik Jakobsson1-7/+11