aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/floppy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara1-1/+1
2017-11-14block/floppy: Convert callback to pass timer_listKees Cook1-3/+7
2017-10-19floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig1-0/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+328
2017-06-29take floppy compat ioctls to sodding floppy.cAl Viro1-0/+328
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-06-09block: introduce new block status code typeChristoph Hellwig1-2/+2
2017-04-20floppy: switch from req->errors to req->error_countChristoph Hellwig1-2/+4
2017-03-24block: floppy: use setup_timerGeliang Tang1-3/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-2/+2
2017-01-11floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNELVlastimil Babka1-1/+1
2016-11-22block: floppy: use bio_add_page()Ming Lei1-5/+2
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-2/+1
2016-08-25Revert "floppy: refactor open() flags handling"Jens Axboe1-19/+15
2016-08-25Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Jens Axboe1-9/+12
2016-08-04floppy: fix open(O_ACCMODE) for ioctl-only openJiri Kosina1-12/+9
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-1/+1
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-02-06floppy: refactor open() flags handlingJiri Kosina1-15/+19
2016-02-01Merge branch 'for-4.5/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linusJens Axboe1-15/+18
2016-02-01floppy: fix lock_fdc() signal handlingJiri Kosina1-15/+18
2015-12-08floppy: make local variable non-staticRasmus Villemoes1-2/+3
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-3/+4
2015-02-03floppy: Avoid manual call of device_create_file()Takashi Iwai1-9/+8
2014-06-18Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linusJens Axboe1-1/+1
2014-06-18floppy: format block0 read error message properlyJiri Kosina1-1/+1
2014-06-02Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-1/+1
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-9/+9
2014-05-28floppy: do not corrupt bio.bi_flags when reading block 0Jiri Kosina1-1/+1
2014-05-05floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+4
2014-05-05floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-3/+3
2014-04-15block: remove struct request buffer memberJens Axboe1-9/+9
2014-03-07floppy: don't use PREPARE_[DELAYED_]WORKTejun Heo1-14/+28
2014-01-17floppy: bail out in open() if drive is not responding to block0 readJiri Kosina1-9/+27
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-6/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-2/+2
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe1-2/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+1
2013-03-23block: Remove bi_idx referencesKent Overstreet1-1/+0
2012-11-23floppy: destroy floppy workqueue before cleaning up the queueJiri Kosina1-2/+3
2012-10-30floppy: remove dr, reuse drive on do_floppy_initHerton Ronaldo Krzesinski1-26/+22
2012-10-30floppy: use common function to check if floppies can be registeredHerton Ronaldo Krzesinski1-10/+13
2012-10-30floppy: properly handle failure on add_disk loopHerton Ronaldo Krzesinski1-1/+10
2012-10-30floppy: do put_disk on current dr if blk_init_queue failsHerton Ronaldo Krzesinski1-0/+1
2012-10-30floppy: don't call alloc_ordered_workqueue inside the alloc_disk loopHerton Ronaldo Krzesinski1-9/+6