index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
aoe
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
aoe: err device: include MAC addresses for unexpected responses
Ed Cashin
1
-2
/
+4
2012-12-18
aoe: improve network congestion handling
Ed Cashin
3
-74
/
+121
2012-12-18
aoe: provide ATA identify device content to user on request
Ed Cashin
3
-0
/
+47
2012-12-18
aoe: update driver-internal version number to 60
Ed Cashin
1
-1
/
+1
2012-12-18
aoe: whitespace cleanup
Ed Cashin
5
-8
/
+8
2012-12-18
aoe: cleanup: remove unused ata_scnt function
Ed Cashin
1
-10
/
+0
2012-12-18
aoe: "payload" sysfs file exports per-AoE-command data transfer size
Ed Cashin
1
-0
/
+10
2012-12-18
aoe: support larger I/O requests via aoe_maxsectors module param
Ed Cashin
1
-0
/
+9
2012-12-18
aoe: support the forgetting (flushing) of a user-specified AoE target
Ed Cashin
1
-6
/
+38
2012-12-18
aoe: update cap on outstanding commands based on config query response
Ed Cashin
2
-4
/
+8
2012-12-18
aoe: print warning regarding a common reason for dropped transmits
Ed Cashin
1
-2
/
+7
2012-12-18
aoe: describe the behavior of the "err" character device
Ed Cashin
1
-0
/
+5
2012-11-23
aoe: avoid running request handler on plugged queue
Ed Cashin
1
-1
/
+1
2012-10-05
aoe: update aoe-internal version number to 50
Ed Cashin
1
-1
/
+1
2012-10-05
aoe: remove unused code
Ed Cashin
1
-4
/
+0
2012-10-05
aoe: make dynamic block minor numbers the default
Ed Cashin
1
-1
/
+1
2012-10-05
aoe: update and specify AoE address guards and error messages
Ed Cashin
2
-8
/
+11
2012-10-05
aoe: retain static block device numbers for backwards compatibility
Ed Cashin
1
-3
/
+51
2012-10-05
aoe: support more AoE addresses with dynamic block device minor numbers
Ed Cashin
5
-49
/
+72
2012-10-05
aoe: update copyright year in touched files
Ed Cashin
7
-7
/
+7
2012-10-05
aoe: update internal version number to 49
Ed Cashin
1
-1
/
+1
2012-10-05
aoe: remove unused code and add cosmetic improvements
Ed Cashin
4
-17
/
+10
2012-10-05
aoe: increase net_device reference count while using it
Ed Cashin
2
-0
/
+11
2012-10-05
aoe: associate frames with the AoE storage target
Ed Cashin
3
-54
/
+49
2012-10-05
aoe: disallow unsupported AoE minor addresses
Ed Cashin
1
-0
/
+7
2012-10-05
aoe: do revalidation steps in order
Ed Cashin
1
-2
/
+2
2012-10-05
aoe: failover remote interface based on aoe_deadsecs parameter
Ed Cashin
2
-6
/
+3
2012-10-05
aoe: use packets that work with the smallest-MTU local interface
Ed Cashin
2
-71
/
+87
2012-10-05
aoe: use a kernel thread for transmissions
Ed Cashin
3
-3
/
+40
2012-10-05
aoe: become I/O request queue handler for increased user control
Ed Cashin
5
-182
/
+308
2012-10-05
aoe: kernel thread handles I/O completions for simple locking
Ed Cashin
6
-306
/
+560
2012-10-05
aoe: for performance support larger packet payloads
Ed Cashin
5
-46
/
+111
2012-09-21
aoe: assert AoE packets marked as requiring no checksum
Ed Cashin
1
-0
/
+1
2012-01-04
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
1
-1
/
+1
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+2
2011-11-01
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
2
-0
/
+2
2011-09-12
block: remove support for bio remapping from ->make_request
Christoph Hellwig
1
-8
/
+6
2011-01-19
drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y
Tracey Dent
1
-1
/
+1
2010-11-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+0
2010-11-10
block: remove REQ_HARDBARRIER
Christoph Hellwig
1
-3
/
+0
2010-11-09
aoe: remove dev_base_lock use from aoecmd_cfg_pkts()
Eric Dumazet
1
-3
/
+3
2010-10-28
drivers/block/aoe/aoeblk.c: ratelimit a warning printk
Andrew Morton
1
-1
/
+3
2010-10-28
aoe: don't use flush_scheduled_work()
Tejun Heo
1
-3
/
+1
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2
-8
/
+10
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-0
/
+4
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
5
-0
/
+5
2009-12-22
aoe: switch to the new bio_flush_dcache_pages() interface
Andrew Morton
1
-16
/
+1
[prev]
[next]