index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
aoe
/
aoeblk.c
Age
Commit message (
Expand
)
Author
2024-03-01
aoe: avoid potential deadlock at set_capacity
Maksim Kiselev
2022-09-21
block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfs
Liu Shixin
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-05-01
aoe: Avoid flush_scheduled_work() usage
Tetsuo Handa
2022-02-02
block: remove genhd.h
Christoph Hellwig
2021-10-21
block: aoe: fixup coccinelle warnings
Ye Guojin
2021-10-18
aoe: add error handling support for add_disk()
Luis Chamberlain
2021-06-11
aoe: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
2020-09-24
block: lift setting the readahead size into the block layer
Christoph Hellwig
2020-09-24
aoe: set an optimal I/O size
Christoph Hellwig
2020-05-11
bdi: fix up for "remove the name field in struct backing_dev_info"
Stephen Rothwell
2020-03-12
block: aoe: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-01-03
compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
Arnd Bergmann
2019-06-04
block: aoe: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-11-10
aoe: replace ->special use with private data in the request
Christoph Hellwig
2018-10-14
aoe: convert aoeblk to blk-mq
Jens Axboe
2018-09-28
aoe: register default groups with device_add_disk()
Hannes Reinecke
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
2018-05-11
aoe: handle highmem pages
Christoph Hellwig
2017-06-27
block: don't set bounce limit in blk_init_queue
Christoph Hellwig
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2015-08-18
Revert "block: remove artifical max_hw_sectors cap"
Jeff Moyer
2014-10-21
block: remove artifical max_hw_sectors cap
Christoph Hellwig
2013-09-11
aoe: do not BUG if memory pressure prevented debugfs file creation
Ed Cashin
2013-09-11
aoe: update copyright date
Ed Cashin
2013-09-11
aoe: fill in per-AoE-target information for debugfs file
Ed Cashin
2013-09-11
aoe: provide file operations for debugfs files
Ed Cashin
2013-09-11
aoe: add AoE-target files to debugfs
Ed Cashin
2013-09-11
aoe: create and destroy debugfs directory for aoe
Ed Cashin
2013-05-07
block_device_operations->release() should return void
Al Viro
2012-12-17
aoe: use dynamic number of remote ports for AoE storage target
Ed Cashin
2012-12-17
aoe: avoid races between device destruction and discovery
Ed Cashin
2012-12-17
aoe: remove vestigial request queue allocation
Ed Cashin
2012-12-17
aoe: provide ATA identify device content to user on request
Ed Cashin
2012-12-17
aoe: "payload" sysfs file exports per-AoE-command data transfer size
Ed Cashin
2012-12-17
aoe: support larger I/O requests via aoe_maxsectors module param
Ed Cashin
2012-10-06
aoe: support more AoE addresses with dynamic block device minor numbers
Ed Cashin
2012-10-06
aoe: update copyright year in touched files
Ed Cashin
2012-10-06
aoe: become I/O request queue handler for increased user control
Ed Cashin
2012-10-06
aoe: for performance support larger packet payloads
Ed Cashin
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-10-31
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
2011-09-12
block: remove support for bio remapping from ->make_request
Christoph Hellwig
2010-11-10
block: remove REQ_HARDBARRIER
Christoph Hellwig
2010-10-28
drivers/block/aoe/aoeblk.c: ratelimit a warning printk
Andrew Morton
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
[next]