Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
9fb1e654dcf781e71a0ea7c5bdfea3ba85d1d06d
/
drivers
/
block
/
floppy.c
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
c856863
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
229b53c
take floppy compat ioctls to sodding floppy.c
by Al Viro
· 7 years ago
8fc4504
block: don't set bounce limit in blk_init_queue
by Christoph Hellwig
· 7 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 7 years ago
2a842ac
block: introduce new block status code type
by Christoph Hellwig
· 7 years ago
4590879
floppy: switch from req->errors to req->error_count
by Christoph Hellwig
· 8 years ago
68219bd
block: floppy: use setup_timer
by Geliang Tang
· 8 years ago
aebf526
block: fold cmd_type into the REQ_OP_ space
by Christoph Hellwig
· 8 years ago
1661f2e
floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNEL
by Vlastimil Babka
· 8 years ago
2c73a60
block: floppy: use bio_add_page()
by Ming Lei
· 8 years ago
3a83f46
block: bio: pass bvec table to bio_init()
by Ming Lei
· 8 years ago
f2791e7
Revert "floppy: refactor open() flags handling"
by Jens Axboe
· 8 years ago
468c298
Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"
by Jens Axboe
· 8 years ago
ff06db1
floppy: fix open(O_ACCMODE) for ioctl-only open
by Jiri Kosina
· 8 years ago
0d52c756
block: convert to device_add_disk()
by Dan Williams
· 8 years ago
95fe6c1
block, fs, mm, drivers: use bio set/get op accessors
by Mike Christie
· 8 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 8 years ago
09954ba
floppy: refactor open() flags handling
by Jiri Kosina
· 9 years ago
90b90d0
Merge branch 'for-4.5/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linus
by Jens Axboe
· 9 years ago
a0c80ef
floppy: fix lock_fdc() signal handling
by Jiri Kosina
· 9 years ago
bcf4299
floppy: make local variable non-static
by Rasmus Villemoes
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
b7f120b
floppy: Avoid manual call of device_create_file()
by Takashi Iwai
· 10 years ago
e64d468
Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linus
by Jens Axboe
· 10 years ago
1c65df3
floppy: format block0 read error message properly
by Jiri Kosina
· 10 years ago
80081ec
Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into next
by Linus Torvalds
· 10 years ago
681a289
Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next
by Linus Torvalds
· 10 years ago
6314a10
floppy: do not corrupt bio.bi_flags when reading block 0
by Jiri Kosina
· 10 years ago
2145e15
floppy: don't write kernel-only members to FDRAWCMD ioctl output
by Matthew Daley
· 11 years ago
ef87dbe
floppy: ignore kernel-only members in FDRAWCMD ioctl input
by Matthew Daley
· 11 years ago
b4f42e2
block: remove struct request buffer member
by Jens Axboe
· 11 years ago
75ddb38
floppy: don't use PREPARE_[DELAYED_]WORK
by Tejun Heo
· 11 years ago
7b7b68bb
floppy: bail out in open() if drive is not responding to block0 read
by Jiri Kosina
· 11 years ago
7988613
block: Convert bio_for_each_segment() to bvec_iter
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
5953316
block: make rq->cmd_flags be 64-bit
by Jens Axboe
· 11 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
db2a144
block_device_operations->release() should return void
by Al Viro
· 12 years ago
4f2ac93
block: Remove bi_idx references
by Kent Overstreet
· 12 years ago
eac7cc5
floppy: destroy floppy workqueue before cleaning up the queue
by Jiri Kosina
· 12 years ago
1a4ae43
floppy: remove dr, reuse drive on do_floppy_init
by Herton Ronaldo Krzesinski
· 12 years ago
8d3ab4e
floppy: use common function to check if floppies can be registered
by Herton Ronaldo Krzesinski
· 12 years ago
d60e7ec
floppy: properly handle failure on add_disk loop
by Herton Ronaldo Krzesinski
· 12 years ago
238ab78
floppy: do put_disk on current dr if blk_init_queue fails
by Herton Ronaldo Krzesinski
· 12 years ago
b54e1f8
floppy: don't call alloc_ordered_workqueue inside the alloc_disk loop
by Herton Ronaldo Krzesinski
· 12 years ago
136b572
workqueue: deprecate __cancel_delayed_work()
by Tejun Heo
· 12 years ago
e7c2f96
workqueue: use mod_delayed_work() instead of __cancel + queue
by Tejun Heo
· 12 years ago
10af813
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy into for-3.6/drivers
by Jens Axboe
· 12 years ago
2fb2ca6
floppy: remove duplicated flag FD_RAW_NEED_DISK
by Fengguang Wu
· 12 years ago
72ea1f7
Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/drivers
by Jens Axboe
· 12 years ago
0cc15d03
floppy: Run floppy initialization asynchronous
by Andi Kleen
· 12 years ago
dab058f
floppy: cancel any pending fd_timeouts before adding a new one
by Linus Torvalds
· 12 years ago
bfa10b8
floppy: remove floppy-specific O_EXCL handling
by Jiri Kosina
· 13 years ago
070ad7e
floppy: convert to delayed work and single-thread wq
by Jiri Kosina
· 13 years ago
f636520
x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility
by Len Brown
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
9354f1b
floppy/scsi: fix setting of BIO flags
by Muthu Kumar
· 13 years ago
4609dff
floppy: Fix a crash during rmmod
by Vivek Goyal
· 13 years ago
3f9a5aa
floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never called
by Vivek Goyal
· 13 years ago
ff01bb4
fs: move code out of buffer.c
by Al Viro
· 13 years ago
6c4867f
floppy: use del_timer_sync() in init cleanup
by Carsten Emde
· 13 years ago
f310642
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
by Linus Torvalds
· 13 years ago
3b70b2e
x86 idle floppy: deprecate disable_hlt()
by Len Brown
· 14 years ago
9fd097b
block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers
by Tejun Heo
· 14 years ago
4c63f56
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
by Jens Axboe
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
1a8a74f
floppy,{ami|ata}flop: Convert to bdops->check_events()
by Tejun Heo
· 14 years ago
93b270f
Fix over-zealous flush_disk when changing device size.
by NeilBrown
· 14 years ago
7b0cb1b
Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
8aa0f41
floppy: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
2b51dca
floppy: replace NO_GEOM macro with a function
by Pekka Enberg
· 14 years ago
d017bf6
floppy: fix another use-after-free
by Vivek Goyal
· 14 years ago
c093ee4
floppy: fix use-after-free in module load failure path
by Linus Torvalds
· 14 years ago
8abfc6e
Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
2a48fc0
block: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 14 years ago
4882118
floppy: switch to one queue per drive instead of sharing a queue
by Jens Axboe
· 14 years ago
3b06c21
floppy: make controller const
by Stephen Hemminger
· 14 years ago
6e9624b
block: push down BKL into .open and .release
by Arnd Bergmann
· 14 years ago
8a6cfeb
block: push down BKL into .locked_ioctl
by Arnd Bergmann
· 14 years ago
01b6b67
floppy: use warning macros
by Stephen Hemminger
· 14 years ago
b862f26
floppy: use wait_event_interruptible
by Stephen Hemminger
· 14 years ago
21af544
floppy: fix signed/unsigned warnings
by Stephen Hemminger
· 14 years ago
be1c0fb
floppy: cmos attribute should be static
by Stephen Hemminger
· 14 years ago
575cfc6
floppy: use atomic type for usage_count
by Stephen Hemminger
· 14 years ago
41a55b4
floppy: silence warning during disk test
by Stephen Hemminger
· 14 years ago
be7a12b
floppy: remove unnecessary inlines
by Stephen Hemminger
· 14 years ago
285203c
floppy: initialize debug jiffies offset
by Stephen Hemminger
· 14 years ago
724ee62
drivers/block/floppy.c: remove unnecessary casting in fd_ioctl
by Joe Perches
· 15 years ago
0aad92c
drivers/block/floppy.c: remove misleading, used once FD_IOCTL_ALLOWED macro
by Joe Perches
· 15 years ago
712e1de
drivers/block/floppy.c: remove obfuscating CODE2SIZE macro
by Joe Perches
· 15 years ago
ded2863
drivers/block/floppy.c: add __func__ to debugt
by Joe Perches
· 15 years ago
7f25271
drivers/block/floppy.c: convert raw_cmd_copyin from while(1) to label: goto
by Joe Perches
· 15 years ago
ce2f11f
drivers/block/floppy.c: remove some unnecessary casting
by Joe Perches
· 15 years ago
1ebddd8
drivers/block/floppy.c: use %pf in logging messages
by Joe Perches
· 15 years ago
275176b
drivers/block/floppy.c: use __func__ where appropriate
by Joe Perches
· 15 years ago
891eda8
drivers/block/floppy.c: DPRINT neatening
by Joe Perches
· 15 years ago
1a23d13
drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECK
by Joe Perches
· 15 years ago
73507e6
drivers/block/floppy.c: remove unnecessary argument from [__]reschedule_timeout
by Joe Perches
· 15 years ago
0da3132
drivers/block/floppy.c: unclutter redo_fd_request logic
by Joe Perches
· 15 years ago
Next »