Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
30e2bc08b2bb7c069246feee78f7ed4006e130fe
/
drivers
/
block
/
aoe
/
aoeblk.c
30e2bc0
Revert "block: remove artifical max_hw_sectors cap"
by Jeff Moyer
· 9 years ago
34b48db
block: remove artifical max_hw_sectors cap
by Christoph Hellwig
· 10 years ago
fea1b13
aoe: do not BUG if memory pressure prevented debugfs file creation
by Ed Cashin
· 11 years ago
ec34512
aoe: update copyright date
by Ed Cashin
· 11 years ago
2256c1c
aoe: fill in per-AoE-target information for debugfs file
by Ed Cashin
· 11 years ago
1cf9479
aoe: provide file operations for debugfs files
by Ed Cashin
· 11 years ago
e8866cf
aoe: add AoE-target files to debugfs
by Ed Cashin
· 11 years ago
190519c
aoe: create and destroy debugfs directory for aoe
by Ed Cashin
· 11 years ago
db2a144
block_device_operations->release() should return void
by Al Viro
· 12 years ago
71114ec
aoe: use dynamic number of remote ports for AoE storage target
by Ed Cashin
· 12 years ago
e52a293
aoe: avoid races between device destruction and discovery
by Ed Cashin
· 12 years ago
0a41409
aoe: remove vestigial request queue allocation
by Ed Cashin
· 12 years ago
667be1e
aoe: provide ATA identify device content to user on request
by Ed Cashin
· 12 years ago
90a2508
aoe: "payload" sysfs file exports per-AoE-command data transfer size
by Ed Cashin
· 12 years ago
aa304fd
aoe: support larger I/O requests via aoe_maxsectors module param
by Ed Cashin
· 12 years ago
0c96621
aoe: support more AoE addresses with dynamic block device minor numbers
by Ed Cashin
· 12 years ago
fea05a2
aoe: update copyright year in touched files
by Ed Cashin
· 12 years ago
69cf2d85
aoe: become I/O request queue handler for increased user control
by Ed Cashin
· 12 years ago
3d5b060
aoe: for performance support larger packet payloads
by Ed Cashin
· 12 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
d5decd3
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
by Paul Gortmaker
· 14 years ago
5a7bbad
block: remove support for bio remapping from ->make_request
by Christoph Hellwig
· 13 years ago
02e031c
block: remove REQ_HARDBARRIER
by Christoph Hellwig
· 14 years ago
027b180
drivers/block/aoe/aoeblk.c: ratelimit a warning printk
by Andrew Morton
· 14 years ago
2a48fc0
block: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 15 years ago
6e9624b
block: push down BKL into .open and .release
by Arnd Bergmann
· 14 years ago
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
83d5cde
const: make block_device_operations const
by Alexey Dobriyan
· 15 years ago
355bbd8
Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
18d8217
aoe: end barrier bios with EOPNOTSUPP
by Ed Cashin
· 15 years ago
d993831
writeback: add name to backing_dev_info
by Jens Axboe
· 15 years ago
7135a71b
aoe: allocate unused request_queue for sysfs
by Ed Cashin
· 15 years ago
411c41e
aoe: remove private mac address format function
by Harvey Harrison
· 16 years ago
94562c1
[PATCH] switch aoeblk
by Al Viro
· 17 years ago
d4430d6
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
01e8ef1
x86: sysfs: kill owner field from attribute
by Parag Warudkar
· 16 years ago
4dd9ec4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 16 years ago
80795ae
block: move capacity from disk to part0
by Tejun Heo
· 16 years ago
ed9e198
block: implement and use {disk|part}_to_dev()
by Tejun Heo
· 16 years ago
e9bb8fb0
aoe: Use SKB interfaces for list management instead of home-grown stuff.
by David S. Miller
· 16 years ago
52e112b
aoe: update copyright date
by Ed L. Cashin
· 17 years ago
1d75981
aoe: the aoeminor doesn't need a long format
by Ed L. Cashin
· 17 years ago
1eb0da4
aoe: mac_addr: avoid 64-bit arch compiler warnings
by Ed L. Cashin
· 17 years ago
68e0d42
aoe: handle multiple network paths to AoE device
by Ed L. Cashin
· 17 years ago
edfaa7c
Driver core: convert block from raw kobjects to core devices
by Kay Sievers
· 18 years ago
43cbe2c
aoe: properly initialise the request_queue's backing_dev_info
by Andrew Morton
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 17 years ago
165125e
[BLOCK] Get rid of request_queue_t typedef
by Jens Axboe
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
d355c3c
aoe: Add forgotten NULL at end of attribute list in aoeblk.c
by Dennis Stosberg
· 18 years ago
4ca5224
aoe: fix sysfs_create_file warnings
by Greg Kroah-Hartman
· 23 years ago
a12c93f
aoe: revert printk macros
by Ed L. Cashin
· 18 years ago
b849086
aoe: remove sysfs comment
by Ed L. Cashin
· 18 years ago
392e484
aoe: use bio->bi_idx
by Ed L. Cashin
· 18 years ago
6bb6285f
aoe: clean up printks via macros
by Ed L. Cashin
· 18 years ago
2611464
aoe: update copyright date
by Ed L. Cashin
· 18 years ago
93d2341
[PATCH] mempool: use mempool_create_slab_pool()
by Matthew Dobson
· 19 years ago
5f7702f
[PATCH] aoe [6/8]: update device information on last close
by Ed L. Cashin
· 19 years ago
3ae1c24
[PATCH] aoe [2/8]: support dynamic resizing of AoE devices
by Ed L. Cashin
· 19 years ago
a885c8c
[PATCH] Add block_device_operations.getgeo block device method
by Christoph Hellwig
· 19 years ago
4613ed2
[PATCH] aoe: add firmware version to info in sysfs
by Ed L Cashin
· 20 years ago
a4b3836
[PATCH] aoe 12/12: send outgoing packets in order
by ecashin@coraid.com
· 20 years ago
0c6f0e7
[PATCH] aoe 11/12: add support for disk statistics
by ecashin@coraid.com
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago