Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3311abbbbff1719bbbc8208761e4a75f095f383c
/
drivers
/
block
/
floppy.c
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
· 15 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
· 15 years ago
b862f26
floppy: use wait_event_interruptible
by Stephen Hemminger
· 15 years ago
21af544
floppy: fix signed/unsigned warnings
by Stephen Hemminger
· 15 years ago
be1c0fb
floppy: cmos attribute should be static
by Stephen Hemminger
· 15 years ago
575cfc6
floppy: use atomic type for usage_count
by Stephen Hemminger
· 15 years ago
41a55b4
floppy: silence warning during disk test
by Stephen Hemminger
· 15 years ago
be7a12b
floppy: remove unnecessary inlines
by Stephen Hemminger
· 15 years ago
285203c
floppy: initialize debug jiffies offset
by Stephen Hemminger
· 15 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
416d8d2
drivers/block/floppy.c: remove REPEAT macro
by Joe Perches
· 15 years ago
15b2630
drivers/block/floppy.c: remove unnecessary return and braces
by Joe Perches
· 15 years ago
57584c5
drivers/block/floppy.c: add function is_ready_state
by Joe Perches
· 15 years ago
29f1c78
drivers/block/floppy.c: convert int initialising to bool initialized
by Joe Perches
· 15 years ago
4d18ef0
drivers/block/floppy.c: remove #define DEVICE_NAME "floppy"
by Joe Perches
· 15 years ago
c529730
drivers/block/floppy.c: move leading && and || to preceding line
by Joe Perches
· 15 years ago
74f63f4
drivers/block/floppy.c: convert int 1/0 to bool true/false
by Joe Perches
· 15 years ago
55eee80
drivers/block/floppy.c: remove macros CALL, WAIT and IWAIT
by Joe Perches
· 15 years ago
86b12b4
drivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT and ECALL macros
by Joe Perches
· 15 years ago
4575b55
drivers/block/floppy.c: remove most uses of CALL and ECALL macros
by Joe Perches
· 15 years ago
e029853
drivers/block/floppy.c: remove [U]CLEARF, [U]SETF, and [U]TESTF macros
by Joe Perches
· 15 years ago
87f530d
drivers/block/floppy.c: add debug_dcl(...) macro
by Joe Perches
· 15 years ago
52a0d61
drivers/block/floppy.c: remove macro LOCK_FDC
by Joe Perches
· 15 years ago
a0a52d6
drivers/block/floppy.c: remove a few spaces from function casts
by Joe Perches
· 15 years ago
da27365
drivers/block/floppy.c: remove IN/OUT macros, indent switch/case
by Joe Perches
· 15 years ago
96534f1
drivers/block/floppy.c: indent a comment
by Joe Perches
· 15 years ago
b87c9e0
drivers/block/floppy.c: remove CLEARSTRUCT macro, use memset
by Joe Perches
· 15 years ago
bb57f0c
drivers/block/floppy.c: comment neatening and remove naked ;
by Joe Perches
· 15 years ago
2300f90
drivers/block/floppy.c: remove LAST_OUT macro
by Joe Perches
· 15 years ago
d7b2b2e
drivers/block/floppy.c: hoist assigns from if()s, neatening
by Joe Perches
· 15 years ago
045f983
drivers/block/floppy.c: remove used once CHECK_READY macro
by Joe Perches
· 15 years ago
a81ee54
drivers/block/floppy.c: remove unnecessary braces
by Joe Perches
· 15 years ago
b46df35
drivers/block/floppy.c: use pr_<level>
by Joe Perches
· 15 years ago
48c8cee
drivers/block/floppy.c: #define space and column neatening
by Joe Perches
· 15 years ago
d493754
drivers/block/floppy.c: convert some #include <asm/ to #include <linux/
by Joe Perches
· 15 years ago
086fa5f
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
by Martin K. Petersen
· 15 years ago
2886a8b
floppy: Add an extra bound check on ioctl arguments
by Arjan van de Ven
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
83d5cde
const: make block_device_operations const
by Alexey Dobriyan
· 15 years ago
c90cd33
floppy: Switch driver to dev_pm_ops
by Frans Pop
· 15 years ago
8516a50
floppy: fix lock imbalance
by Jiri Slaby
· 15 years ago
5e50b9e
floppy: fix hibernation
by Ondrej Zary
· 16 years ago
9934c8c
block: implement and enforce request peek/start/fetch
by Tejun Heo
· 16 years ago
296b2f6
block: convert to dequeueing model (easy ones)
by Tejun Heo
· 16 years ago
1011c1b
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
by Tejun Heo
· 16 years ago
83096eb
block: convert to pos and nr_sectors accessors
by Tejun Heo
· 16 years ago
83f9ef4
floppy: provide a PNP device table in the module.
by Scott James Remnant
· 16 years ago
71b3e0c
platform: make better use of to_platform_{device,driver}() macros
by Eric Miao
· 16 years ago
5a74db0
floppy: request and release only the ports we actually use
by Philippe De Muyter
· 16 years ago
31c00fc
Create/use more directory structure in the Documentation/ tree.
by Randy Dunlap
· 16 years ago
a4af9b4
[PATCH] switch floppy
by Al Viro
· 17 years ago
d4430d6
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
86d434d
[PATCH] eliminate use of ->f_flags in block methods
by Al Viro
· 17 years ago
aeb5d72
[PATCH] introduce fmode_t, do annotations
by Al Viro
· 16 years ago
6dc647258
Merge commit 'origin'
by Benjamin Herrenschmidt
· 16 years ago
9e49184
floppy: support arbitrary first-sector numbers
by Keith Wansbrough
· 16 years ago
061837b
drivers/block: Use DIV_ROUND_UP
by Julia Lawall
· 16 years ago
68e1ee6
powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
by Kumar Gala
· 16 years ago
7afea3b
drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exit
by Jon Schindler
· 17 years ago
f2005e17
block: floppy: fix rmmod lockup
by Jiri Slaby
· 17 years ago
1c5093b
blk_end_request: changing floppy (take 4)
by Kiyoshi Ueda
· 17 years ago
fdc1ca8
floppy: remove register keyword use from floppy driver
by Jesper Juhl
· 17 years ago
aee9041
floppy: remove dead/commented out code from floppy driver
by Jesper Juhl
· 17 years ago
06f748c
floppy: do a very minimal style cleanup of the floppy driver
by Jesper Juhl
· 17 years ago
2e9c47c
floppy: tolerate DMA channel unavailability
by Jan Beulich
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 17 years ago
5705f70
Introduce rq_for_each_segment replacing rq_for_each_bio
by NeilBrown
· 17 years ago
165125e
[BLOCK] Get rid of request_queue_t typedef
by Jens Axboe
· 17 years ago
4acb3e2
Off by one in floppy.c
by Eric Sesterhenn / Snakebyte
· 18 years ago
4ea1b0f
floppy: handle device_create_file() failure while init
by Dmitriy Monakhov
· 18 years ago
7b8f850
[PATCH] Fix build errors if bitop functions are do {} while macros
by Ralf Baechle
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
365970a
WorkStruct: Merge the pending bit into the wq_data pointer
by David Howells
· 18 years ago
6bb49e5
WorkStruct: Typedef the work function prototype
by David Howells
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
4aff5e2
[PATCH] Split struct request ->flags into two parts
by Jens Axboe
· 18 years ago
ef16b51
[PATCH] exit early in floppy_init when no floppy exists
by Olaf Hering
· 18 years ago
3e541a4
[PATCH] lockdep: floppy.c irq release fix
by Ingo Molnar
· 18 years ago
ff23eca
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
by Greg Kroah-Hartman
· 20 years ago
Next »