index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
aoe
/
aoeblk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-2
/
+2
*
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
1
-1
/
+1
*
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
1
-2
/
+2
*
block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfs
Liu Shixin
2022-09-22
1
-13
/
+2
*
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
1
-1
/
+1
*
aoe: Avoid flush_scheduled_work() usage
Tetsuo Handa
2022-05-01
1
-1
/
+1
*
block: remove genhd.h
Christoph Hellwig
2022-02-02
1
-1
/
+0
*
block: aoe: fixup coccinelle warnings
Ye Guojin
2021-10-21
1
-7
/
+6
*
aoe: add error handling support for add_disk()
Luis Chamberlain
2021-10-18
1
-1
/
+5
*
aoe: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
2021-06-11
1
-21
/
+12
*
block: lift setting the readahead size into the block layer
Christoph Hellwig
2020-09-24
1
-1
/
+0
*
aoe: set an optimal I/O size
Christoph Hellwig
2020-09-24
1
-2
/
+2
*
bdi: fix up for "remove the name field in struct backing_dev_info"
Stephen Rothwell
2020-05-11
1
-1
/
+0
*
block: aoe: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-03-12
1
-2
/
+2
*
compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
Arnd Bergmann
2020-01-03
1
-0
/
+1
*
block: aoe: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-04
1
-14
/
+2
*
aoe: replace ->special use with private data in the request
Christoph Hellwig
2018-11-10
1
-0
/
+1
*
aoe: convert aoeblk to blk-mq
Jens Axboe
2018-10-14
1
-13
/
+36
*
aoe: register default groups with device_add_disk()
Hannes Reinecke
2018-09-28
1
-14
/
+7
*
block drivers/block: Use octal not symbolic permissions
Joe Perches
2018-05-24
1
-5
/
+5
*
aoe: handle highmem pages
Christoph Hellwig
2018-05-11
1
-1
/
+0
*
block: don't set bounce limit in blk_init_queue
Christoph Hellwig
2017-06-27
1
-0
/
+1
*
block: Use pointer to backing_dev_info from request_queue
Jan Kara
2017-02-02
1
-2
/
+2
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
*
Revert "block: remove artifical max_hw_sectors cap"
Jeff Moyer
2015-08-18
1
-1
/
+1
*
block: remove artifical max_hw_sectors cap
Christoph Hellwig
2014-10-21
1
-1
/
+1
*
aoe: do not BUG if memory pressure prevented debugfs file creation
Ed Cashin
2013-09-12
1
-1
/
+0
*
aoe: update copyright date
Ed Cashin
2013-09-12
1
-1
/
+1
*
aoe: fill in per-AoE-target information for debugfs file
Ed Cashin
2013-09-12
1
-1
/
+32
*
aoe: provide file operations for debugfs files
Ed Cashin
2013-09-12
1
-1
/
+24
*
aoe: add AoE-target files to debugfs
Ed Cashin
2013-09-12
1
-0
/
+35
*
aoe: create and destroy debugfs directory for aoe
Ed Cashin
2013-09-12
1
-1
/
+9
*
block_device_operations->release() should return void
Al Viro
2013-05-07
1
-4
/
+2
*
aoe: use dynamic number of remote ports for AoE storage target
Ed Cashin
2012-12-18
1
-1
/
+1
*
aoe: avoid races between device destruction and discovery
Ed Cashin
2012-12-18
1
-2
/
+34
*
aoe: remove vestigial request queue allocation
Ed Cashin
2012-12-18
1
-13
/
+4
*
aoe: provide ATA identify device content to user on request
Ed Cashin
2012-12-18
1
-0
/
+30
*
aoe: "payload" sysfs file exports per-AoE-command data transfer size
Ed Cashin
2012-12-18
1
-0
/
+10
*
aoe: support larger I/O requests via aoe_maxsectors module param
Ed Cashin
2012-12-18
1
-0
/
+9
*
aoe: support more AoE addresses with dynamic block device minor numbers
Ed Cashin
2012-10-05
1
-1
/
+1
*
aoe: update copyright year in touched files
Ed Cashin
2012-10-05
1
-1
/
+1
*
aoe: become I/O request queue handler for increased user control
Ed Cashin
2012-10-05
1
-62
/
+26
*
aoe: for performance support larger packet payloads
Ed Cashin
2012-10-05
1
-0
/
+3
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-07
1
-0
/
+1
|
\
|
*
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
2011-11-01
1
-0
/
+1
*
|
block: remove support for bio remapping from ->make_request
Christoph Hellwig
2011-09-12
1
-8
/
+6
|
/
*
block: remove REQ_HARDBARRIER
Christoph Hellwig
2010-11-10
1
-3
/
+0
*
drivers/block/aoe/aoeblk.c: ratelimit a warning printk
Andrew Morton
2010-10-28
1
-1
/
+3
*
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-10-05
1
-4
/
+5
*
block: push down BKL into .open and .release
Arnd Bergmann
2010-08-07
1
-0
/
+4
[next]