summaryrefslogtreecommitdiffstats
path: root/drivers/block/floppy.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-061-0/+328
|\
| * take floppy compat ioctls to sodding floppy.cAl Viro2017-06-291-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/+1
* 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-111-1/+1
* block: floppy: use bio_add_page()Ming Lei2016-11-221-5/+2
* block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-2/+1
* Revert "floppy: refactor open() flags handling"Jens Axboe2016-08-251-19/+15
* 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/+9
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* 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
* | floppy: make local variable non-staticRasmus Villemoes2015-12-081-2/+3
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-3/+4
* | floppy: Avoid manual call of device_create_file()Takashi Iwai2015-02-031-9/+8
* | Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2014-06-181-1/+1
|\ \
| * | floppy: format block0 read error message properlyJiri Kosina2014-06-181-1/+1
* | | Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-1/+1
|\ \ \ | |/ /
| * | floppy: do not corrupt bio.bi_flags when reading block 0Jiri Kosina2014-05-281-1/+1
* | | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-9/+9
|\ \ \ | |/ / | | / | |/ |/|
| * block: remove struct request buffer memberJens Axboe2014-04-151-9/+9
* | floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley2014-05-051-1/+4
* | floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley2014-05-051-3/+3
|/
* floppy: don't use PREPARE_[DELAYED_]WORKTejun Heo2014-03-071-14/+28
* floppy: bail out in open() if drive is not responding to block0 readJiri Kosina2014-01-171-9/+27
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-6/+6
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-2/+2
* block: make rq->cmd_flags be 64-bitJens Axboe2013-10-251-2/+2
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-1/+0
|\
| * block: Remove bi_idx referencesKent Overstreet2013-03-231-1/+0
* | block_device_operations->release() should return voidAl Viro2013-05-071-3/+1
|/
* floppy: destroy floppy workqueue before cleaning up the queueJiri Kosina2012-11-231-2/+3
* floppy: remove dr, reuse drive on do_floppy_initHerton Ronaldo Krzesinski2012-10-301-26/+22
* floppy: use common function to check if floppies can be registeredHerton Ronaldo Krzesinski2012-10-301-10/+13
* floppy: properly handle failure on add_disk loopHerton Ronaldo Krzesinski2012-10-301-1/+10
* floppy: do put_disk on current dr if blk_init_queue failsHerton Ronaldo Krzesinski2012-10-301-0/+1
* floppy: don't call alloc_ordered_workqueue inside the alloc_disk loopHerton Ronaldo Krzesinski2012-10-301-9/+6
OpenPOWER on IntegriCloud