Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
e5fda26c7ea9430d7d953364f900bafdce2be67b
/
block
/
genhd.c
581d4e2
block: add fault injection mechanism for faking request timeouts
by Jens Axboe
· 16 years ago
243294d
block: fix duplicate headers for /proc/partitions
by Tejun Heo
· 16 years ago
2bbedcb
block: don't test for partition size in bdget_disk() and blk_lookup_devt()
by Tejun Heo
· 16 years ago
aeb3d3a
block: kmalloc args reversed, small function definition fixes
by Harvey Harrison
· 16 years ago
3e1a7ff
block: allow disk to have extended device number
by Tejun Heo
· 16 years ago
689d6fa
block: replace @ext_minors with GENHD_FL_EXT_DEVT
by Tejun Heo
· 16 years ago
540eed5
block: make partition array dynamic
by Tejun Heo
· 16 years ago
074a7ac
block: move stats from disk to part0
by Tejun Heo
· 16 years ago
eddb2e2
block: kill GENHD_FL_FAIL and use part0->make_it_fail
by Tejun Heo
· 16 years ago
b7db995
block: move policy from disk to part0
by Tejun Heo
· 16 years ago
e561052
block: unify sysfs size node handling
by Tejun Heo
· 16 years ago
548b10e
block: move __dev from disk to part0
by Tejun Heo
· 16 years ago
b5d0b9d
block: introduce partition 0
by Tejun Heo
· 16 years ago
ed9e198
block: implement and use {disk|part}_to_dev()
by Tejun Heo
· 16 years ago
870d665
block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT
by Tejun Heo
· 16 years ago
1f01429
block: adjust formatting for large minors and add ext_range sysfs attr
by Tejun Heo
· 16 years ago
bcce3de
block: implement extended dev numbers
by Tejun Heo
· 16 years ago
c995905
block: fix diskstats access
by Tejun Heo
· 16 years ago
e71bf0d
block: fix disk->part[] dereferencing race
by Tejun Heo
· 16 years ago
f331c02
block: don't depend on consecutive minor space
by Tejun Heo
· 16 years ago
cf771cb
block: make variable and argument names more consistent
by Tejun Heo
· 16 years ago
310a2c1
block: misc updates
by Tejun Heo
· 16 years ago
def4e38
block: use class_dev_iterator instead of class_for_each_device()
by Tejun Heo
· 16 years ago
2ac3cee
block: don't grab block_class_lock unnecessarily
by Tejun Heo
· 16 years ago
ac65ece
block: fix partition info printouts
by Tejun Heo
· 16 years ago
710027a
Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.
by Randy Dunlap
· 16 years ago
ddef43a
block: restore original behavior of /proc/partition when there's no partition
by Tejun Heo
· 16 years ago
bb23b43
remove blk_register_filter and blk_unregister_filter in gendisk
by FUJITA Tomonori
· 16 years ago
5c0ef6d
block: drop references taken by class_find_device()
by Kay Sievers
· 16 years ago
068281d
block: fix partial read() of /proc/{partitions,diskstats}
by Kay Sievers
· 16 years ago
27f3025
block: make /proc/partitions and /proc/diskstats use class_find_device()
by Greg Kroah-Hartman
· 16 years ago
66c64af
block: move header for /proc/partitions to seq_start
by Greg Kroah-Hartman
· 16 years ago
68c4d4a
block: make proc files seq_start use the class_find_device()
by Greg Kroah-Hartman
· 16 years ago
a6e2ba8
block: make /proc/diskstats only build if CONFIG_PROC_FS is enabled
by Randy Dunlap
· 16 years ago
a142be8
block: make blk_lookup_devt use the class iterator function
by Greg Kroah-Hartman
· 16 years ago
5c6f35c
block: make printk_partition use the class iterator function
by Greg Kroah-Hartman
· 16 years ago
6ffeea7
block: fix compiler warning in genhd.c
by Greg Kroah-Hartman
· 16 years ago
e105b8b
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
by Dan Williams
· 17 years ago
0b07de8
allow userspace to modify scsi command filter on per device basis
by Adel Gadllah
· 16 years ago
1c9ce52
block: export "ro" attribute
by Kay Sievers
· 16 years ago
d5791d1
Fix invalid access errors in blk_lookup_devt
by Linus Torvalds
· 16 years ago
30f2f0e
block: do_mounts - accept root=<non-existant partition>
by Kay Sievers
· 17 years ago
cf0ca9f
mm: bdi: export BDI attributes in sysfs
by Peter Zijlstra
· 17 years ago
ee27a55
genhd must_check warning fix
by Roland McGrath
· 17 years ago
1826ead
block/genhd.c: cleanups
by Adrian Bunk
· 17 years ago
ff88972
proper prototype for blk_dev_init()
by Adrian Bunk
· 17 years ago
28f39d5
Enhanced partition statistics: procfs
by Jerome Marchand
· 17 years ago
12f32bb
block: constify function pointer tables
by Jan Engelhardt
· 17 years ago
edfaa7c
Driver core: convert block from raw kobjects to core devices
by Kay Sievers
· 17 years ago
830d3cf
kset: convert block_subsys to use kset_create
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
c767403
block: Fix memory leak in alloc_disk_node()
by Jerome Marchand
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
f448024
unregister_blkdev(): return void
by Akinobu Mita
· 17 years ago
294462a
unregister_blkdev(): do WARN_ON on failure
by Akinobu Mita
· 17 years ago
94f6030
Slab allocators: Replace explicit zeroing with __GFP_ZERO
by Christoph Lameter
· 17 years ago
8ce7ad7
genhd: send async notification on media change
by Kristen Carlson Accardi
· 17 years ago
86ce18d
genhd: expose AN to user space
by Kristen Carlson Accardi
· 17 years ago
dd2a345
Display all possible partitions when the root filesystem failed to mount
by Dave Gilbert
· 17 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
2363cc0
[PATCH] remove protection of LANANA-reserved majors
by Andrew Morton
· 18 years ago
b446b60
[PATCH] rework reserved major handling
by Andrew Morton
· 18 years ago
fdf892b
[PATCH] register_blkdev(): don't hand out the LOCAL/EXPERIMENTAL majors
by Andrew Morton
· 18 years ago
c17bb49
[PATCH] fault-injection capability for disk IO
by Akinobu Mita
· 18 years ago
87a5726
[PATCH] block: handle subsystem_register() init errors
by Randy Dunlap
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
b9d9c82
[PATCH] Driver core: add generic "subsystem" link to all devices
by Kay Sievers
· 18 years ago
1a2acc9
Revert "[BLOCK] Fix oops on removal of SD/MMC card"
by Linus Torvalds
· 18 years ago
56cf650
[BLOCK] Fix oops on removal of SD/MMC card
by Russell King
· 19 years ago
68eef3b
[PATCH] Simplify proc/devices and fix early termination regression
by Joe Korty
· 19 years ago
837c787
[BLOCK] increase size of disk stat counters
by Ben Woodard
· 19 years ago
58383af
[PATCH] kobj_map semaphore to mutex conversion
by Jes Sorensen
· 19 years ago
7170be5
[PATCH] convert /proc/devices to use seq_file interface
by Neil Horman
· 19 years ago
312c004
[PATCH] driver core: replace "hotplug" by "uevent"
by Kay Sievers
· 19 years ago
47a0041
[BLOCK] Document the READ/WRITE splitup of the disk stats
by Jens Axboe
· 19 years ago
3a65dfe
[BLOCK] Move all core block layer code to new block/ directory
by Jens Axboe
· 19 years ago
[Renamed from drivers/block/genhd.c]
a362357
[BLOCK] Unify the seperate read/write io stat fields into arrays
by Jens Axboe
· 19 years ago
a7fd670
[PATCH] add sysfs attr to re-emit device hotplug event
by Kay Sievers
· 19 years ago
f62c6d0
[PATCH] Add missing overflow check in get_blkdev_list
by Neil Horman
· 19 years ago
ac20427
[PATCH] add check to /proc/devices read routines
by Neil Horman
· 19 years ago
1946089
[PATCH] NUMA aware block device control structure allocation
by Christoph Lameter
· 19 years ago
6c1852a
[PATCH] sysfs: (driver/block) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
2ef4163
[PATCH] remove do_sync parameter from __invalidate_device
by Christoph Hellwig
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago