summaryrefslogtreecommitdiffstats
path: root/drivers/block/floppy.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'floppy'Linus Torvalds2019-07-181-2/+32
|\
| * floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-07-171-2/+4
| * floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-07-171-3/+8
| * floppy: fix out-of-bounds read in next_valid_formatDenis Efremov2019-07-171-0/+18
| * floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-07-171-0/+5
* | docs: blockdev: add it to the admin-guideMauro Carvalho Chehab2019-07-151-1/+1
* | docs: blockdev: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* | floppy: fix harmless clang build warningArnd Bergmann2019-06-201-1/+1
|/
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-081-0/+1
|\
| * Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck2019-04-121-0/+1
* | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-5/+5
|/
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-3/+0Star
|\
| * floppy: remove set but not used variable 'q'YueHaibing2019-02-281-3/+0Star
* | floppy: check_events callback should not return a negative numberYufen Yu2019-02-121-1/+1
|/
* Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-1/+2
|\
| * floppy: fix race condition in __floppy_read_block_0()Jens Axboe2018-11-101-1/+2
* | floppy: remove now unused 'flags' variableJens Axboe2018-11-181-1/+0Star
* | floppy: remove queue_lock around floppy_end_requestChristoph Hellwig2018-11-161-5/+0Star
* | block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-4/+4
|/
* floppy: convert to blk-mqOmar Sandoval2018-10-161-30/+36
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-0/+3
|\
| * floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft2018-09-201-0/+3
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
|/
* block/floppy: remove redundant variable dflagsColin Ian King2018-07-091-3/+0Star
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-1/+1
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
* block/floppy: Convert callback to pass timer_listKees Cook2017-11-151-3/+7
* floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig2017-10-191-0/+4
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-071-0/+328
|\
| * take floppy compat ioctls to sodding floppy.cAl Viro2017-06-301-0/+328
* | block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-0/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-2/+2
|/
* floppy: switch from req->errors to req->error_countChristoph Hellwig2017-04-201-2/+4
* block: floppy: use setup_timerGeliang Tang2017-03-241-3/+1Star
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-2/+2
* floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNELVlastimil Babka2017-01-121-1/+1
* block: floppy: use bio_add_page()Ming Lei2016-11-221-5/+2Star
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-2/+1Star
* Revert "floppy: refactor open() flags handling"Jens Axboe2016-08-251-19/+15Star
* Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Jens Axboe2016-08-251-9/+12
* floppy: fix open(O_ACCMODE) for ioctl-only openJiri Kosina2016-08-041-12/+9Star
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1Star
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
* floppy: refactor open() flags handlingJiri Kosina2016-02-061-15/+19
* Merge branch 'for-4.5/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2016-02-011-15/+18
|\
| * floppy: fix lock_fdc() signal handlingJiri Kosina2016-02-011-15/+18