index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-gd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
2018-09-28
1
-1
/
+1
*
block: convert to device_add_disk()
Dan Williams
2016-06-27
1
-2
/
+1
*
drivers: avoid format string in dev_set_name
Kees Cook
2013-07-03
1
-1
/
+1
*
block_device_operations->release() should return void
Al Viro
2013-05-07
1
-3
/
+1
*
ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd
Tejun Heo
2011-04-21
1
-1
/
+6
*
ide: Convert to bdops->check_events()
Tejun Heo
2011-03-09
1
-6
/
+8
*
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-10-05
1
-5
/
+5
*
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-08-10
1
-2
/
+17
|
\
|
*
block: push down BKL into .open and .release
Arnd Bergmann
2010-08-07
1
-1
/
+16
|
*
block: push down BKL into .locked_ioctl
Arnd Bergmann
2010-08-07
1
-1
/
+1
*
|
Merge branch 'master' into for-next
Jiri Kosina
2010-06-16
1
-7
/
+4
|
\
|
|
*
block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()
Tejun Heo
2010-05-21
1
-7
/
+4
*
|
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
2010-06-16
1
-1
/
+1
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
const: make block_device_operations const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
*
ide-gd: implement block device ->set_capacity method (v2)
Bartlomiej Zolnierkiewicz
2009-06-07
1
-0
/
+14
*
ide: Stop disks on reboot for laptop which cuts power
Bruno Prémont
2009-04-22
1
-1
/
+16
*
ide: remove ->end_request method
Bartlomiej Zolnierkiewicz
2009-03-27
1
-6
/
+0
*
ide: improve debugging scheme
Borislav Petkov
2009-03-27
1
-2
/
+2
*
ide: fix refcounting in device drivers
Bartlomiej Zolnierkiewicz
2009-02-25
1
-9
/
+17
*
ide: remove ->error method from struct ide_driver
Bartlomiej Zolnierkiewicz
2009-01-06
1
-1
/
+0
*
ide: remove ide_driver_t typedef
Bartlomiej Zolnierkiewicz
2009-01-06
1
-1
/
+1
*
ide-gd: re-get capacity on revalidate
Borislav Petkov
2008-11-02
1
-1
/
+6
*
[PATCH] switch ide-gd
Al Viro
2008-10-21
1
-13
/
+11
*
[PATCH] beginning of methods conversion
Al Viro
2008-10-21
1
-3
/
+3
*
[PATCH] switch ide_disk_ops ->ioctl() to sane prototype
Al Viro
2008-10-21
1
-1
/
+1
*
[PATCH] eliminate use of ->f_flags in block methods
Al Viro
2008-10-21
1
-1
/
+1
*
[PATCH] introduce fmode_t, do annotations
Al Viro
2008-10-21
1
-1
/
+1
*
ide: add generic ATA/ATAPI disk driver
Bartlomiej Zolnierkiewicz
2008-10-17
1
-18
/
+104
*
ide: allow device drivers to specify per-device type /proc settings
Bartlomiej Zolnierkiewicz
2008-10-17
1
-2
/
+14
*
ide-disk: use IDE_DFLAG_MEDIA_CHANGED
Bartlomiej Zolnierkiewicz
2008-10-17
1
-2
/
+6
*
ide-disk: factor out generic disk handling code to ide-gd.c
Bartlomiej Zolnierkiewicz
2008-10-17
1
-0
/
+296