Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
caca8c89c24d1fe1470aafacebe7d80910888235
/
include
/
linux
/
genhd.h
1e9bb88
block: fix non-atomic access to genhd inflight structures
by Shaohua Li
· 14 years ago
81c5e2a
Merge branch 'for-2.6.38/event-handling' into for-2.6.38/core
by Jens Axboe
· 14 years ago
6c23a96
block: add internal hd part table references
by Jens Axboe
· 14 years ago
09e099d
block: fix accounting bug on cross partition merges
by Jerome Marchand
· 14 years ago
77ea887
implement in-kernel gendisk events handling
by Tejun Heo
· 14 years ago
d2bf1b6
block: move register_disk() and del_gendisk() to block/genhd.c
by Tejun Heo
· 14 years ago
dddd9dc
block: kill genhd_media_change_notify()
by Tejun Heo
· 14 years ago
f253b86
Revert "block: fix accounting bug on cross partition merges"
by Jens Axboe
· 14 years ago
e9dd2b6
Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
7681bfe
block: fix accounting bug on cross partition merges
by Yasuaki Ishimatsu
· 14 years ago
6d1d805
block, partition: add partition_meta_info to hd_struct
by Will Drewry
· 14 years ago
4d2deb4
kernel: __rcu annotations
by Arnd Bergmann
· 15 years ago
97fedbb
Remove GENHD_FL_DRIVERFS
by NeilBrown
· 15 years ago
43cf38e
percpu: add __percpu sparse annotations to core kernel subsystems
by Tejun Heo
· 15 years ago
7af92f8
genhd: overlapping variable definition
by Stephen Hemminger
· 15 years ago
86b3728
block: Expose discard granularity
by Martin K. Petersen
· 15 years ago
316d315
block: Seperate read and write statistics of in_flight requests v2
by Nikanth Karthikesan
· 15 years ago
0f78ab9
Revert "Seperate read and write statistics of in_flight requests"
by Jens Axboe
· 15 years ago
83d5cde
const: make block_device_operations const
by Alexey Dobriyan
· 15 years ago
e454cea
Driver-Core: extend devnode callbacks to provide permissions
by Kay Sievers
· 15 years ago
a9327ca
Seperate read and write statistics of in_flight requests
by Nikanth Karthikesan
· 15 years ago
b03f38b
Driver Core: block: add nodename support for block drivers.
by Kay Sievers
· 16 years ago
d614aec
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 15 years ago
db429e9
partitions: add ->set_capacity block device method
by Bartlomiej Zolnierkiewicz
· 15 years ago
c72758f
block: Export I/O topology for block devices and partitions
by Martin K. Petersen
· 15 years ago
71982a4
block: include empty disks in /proc/diskstats
by Tejun Heo
· 16 years ago
d399228
block: genhd.h cleanup patch
by Petros Koutoupis
· 16 years ago
32ca163
block: genhd.h comment needs updating
by Petros Koutoupis
· 16 years ago
a6f2365
block: add one-hit cache for disk partition lookup
by Jens Axboe
· 16 years ago
ba32929
block: make add_partition() return pointer to hd_struct
by Tejun Heo
· 16 years ago
31d85ab
proc: move /proc/diskstats boilerplate to block/genhd.c
by Alexey Dobriyan
· 16 years ago
f500975
proc: move rest of /proc/partitions code to block/genhd.c
by Alexey Dobriyan
· 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
0762b8b
block: always set bdev->bd_part
by Tejun Heo
· 16 years ago
4c46501
block: move holder_dir from disk to part0
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
80795ae
block: move capacity 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
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
abf5439
block: move cmdfilter from gendisk to request_queue
by FUJITA Tomonori
· 16 years ago
d805dda
fs/partition/check.c: fix return value warning
by Abdel Benamrouche
· 16 years ago
0b07de8
allow userspace to modify scsi command filter on per device basis
by Adel Gadllah
· 16 years ago
7ba1ba1
block: Block layer data integrity support
by Martin K. Petersen
· 16 years ago
30f2f0e
block: do_mounts - accept root=<non-existant partition>
by Kay Sievers
· 17 years ago
28f1370
block: avoid duplicate calls to get_part() in disk stat code
by Jens Axboe
· 17 years ago
a8ae50b
Remove <linux/genhd.h> from user-visible headers.
by David Woodhouse
· 17 years ago
a0db701
block/genhd.c: proper externs
by Adrian Bunk
· 17 years ago
1826ead
block/genhd.c: cleanups
by Adrian Bunk
· 17 years ago
c3c930d
Enhanced partition statistics: remove old partition statistics
by Jerome Marchand
· 17 years ago
6f2576a
Enhanced partition statistics: update partition statitics
by Jerome Marchand
· 17 years ago
ea5c48a
Enhanced partition statistics: core statistics
by Jerome Marchand
· 17 years ago
edfaa7c
Driver core: convert block from raw kobjects to core devices
by Kay Sievers
· 17 years ago
b84d879
[PARTITION] MSDOS: Fix Sun num_partitions handling.
by Mark Fortescue
· 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
87c1efb
Fix compile/link of init/do_mounts.c with !CONFIG_BLOCK
by Jens Axboe
· 18 years ago
dd2a345
Display all possible partitions when the root filesystem failed to mount
by Dave Gilbert
· 18 years ago
c827ba4
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 18 years ago
4419d1a
[PATCH] relax check for AIX in msdos partition table
by Olaf Hering
· 18 years ago
d18d768
[PARTITION]: Add whole_disk attribute.
by Fabio Massimo Di Nitto
· 18 years ago
c17bb49
[PATCH] fault-injection capability for disk IO
by Akinobu Mita
· 18 years ago
9361401
[PATCH] BLOCK: Make it possible to disable the block layer [try #6]
by David Howells
· 18 years ago
ce7b0f4
[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
by Greg Kroah-Hartman
· 19 years ago
34186ef
Include various private files only from within __KERNEL__ in genhd.h
by David Woodhouse
· 19 years ago
d4d7e5d
[PATCH] BLOCK: delay all uevents until partition table is scanned
by Kay Sievers
· 19 years ago
0a94502
[PATCH] for_each_possible_cpu: fixes for generic part
by KAMEZAWA Hiroyuki
· 19 years ago
4fa6391
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 19 years ago
1008736
[PATCH] dm-md-dependency-tree-in-sysfs-holders-slaves-subdirectory-tidy
by Andrew Morton
· 19 years ago
6a4d44c
[PATCH] dm/md dependency tree in sysfs: holders/slaves subdirectory
by Jun'ichi Nomura
· 19 years ago
837c787
[BLOCK] increase size of disk stat counters
by Ben Woodard
· 19 years ago
394e390
[PATCH] more for_each_cpu() conversions
by Andrew Morton
· 19 years ago
47a0041
[BLOCK] Document the READ/WRITE splitup of the disk stats
by Jens Axboe
· 19 years ago
a362357
[BLOCK] Unify the seperate read/write io stat fields into arrays
by Jens Axboe
· 19 years ago
6fbfddc
Merge ../bleed-2.6
by Greg KH
· 19 years ago
a7fd670
[PATCH] add sysfs attr to re-emit device hotplug event
by Kay Sievers
· 19 years ago
20e5c81
[patch] remove gendisk->stamp_idle field
by Chen, Kenneth W
· 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
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago