| Commit message (Expand) | Author | Age | Files | Lines |
* | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2023-03-17 | 1 | -1/+1 |
* | driver core: make struct class.devnode() take a const * | Greg Kroah-Hartman | 2022-11-24 | 1 | -1/+1 |
* | block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfs | Liu Shixin | 2022-09-21 | 1 | -13/+2 |
* | block: remove blk_cleanup_disk | Christoph Hellwig | 2022-06-28 | 2 | -2/+2 |
* | aoe: Avoid flush_scheduled_work() usage | Tetsuo Handa | 2022-05-01 | 5 | -5/+15 |
* | aoe: use bvec_kmap_local in bvcpy | Christoph Hellwig | 2022-03-04 | 1 | -2/+2 |
* | block: remove genhd.h | Christoph Hellwig | 2022-02-02 | 2 | -2/+0 |
* | aoe: remove redundant assignment on variable n | Colin Ian King | 2022-01-13 | 1 | -1/+1 |
* | 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 |
* | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-06-30 | 1 | -3/+1 |
|\ |
|
| * | aoe: remove unnecessary oom message | Zhen Lei | 2021-06-09 | 1 | -3/+1 |
* | | aoe: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig | 2021-06-11 | 2 | -23/+13 |
|/ |
|
* | aoe: remove unnecessary mutex_init() | Yang Yingliang | 2021-05-24 | 1 | -2/+0 |
* | block: Replace lkml.org links with lore | Kees Cook | 2021-02-10 | 1 | -1/+1 |
* | aoe: don't call set_capacity from irq context | Christoph Hellwig | 2020-11-16 | 1 | -11/+4 |
* | 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 |
* | block: fix locking for struct block_device size updates | Christoph Hellwig | 2020-09-01 | 1 | -3/+1 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | 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: Fix kernel crash due to atomic sleep when exiting | He Zhe | 2019-08-08 | 1 | -3/+10 |
* | block: aoe: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-04 | 1 | -14/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | aoe: add __exit annotation | Chengguang Xu | 2018-12-16 | 1 | -1/+1 |
* | aoe: replace ->special use with private data in the request | Christoph Hellwig | 2018-11-10 | 4 | -23/+20 |
* | aoe: convert aoeblk to blk-mq | Jens Axboe | 2018-10-14 | 4 | -25/+61 |
* | aoe: register default groups with device_add_disk() | Hannes Reinecke | 2018-09-28 | 3 | -16/+7 |
* | drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroy | zhong jiang | 2018-08-08 | 1 | -2/+2 |
* | aoe: mark expected switch fall-through | Gustavo A. R. Silva | 2018-08-02 | 1 | -0/+1 |
* | 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 | 2 | -2/+2 |
* | aoe: use ktime_t instead of timeval | Tina Ruchandani | 2018-01-17 | 2 | -37/+14 |
* | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 2017-11-21 | 1 | -1/+1 |
* | block/aoe: Convert timers to use timer_setup() | Kees Cook | 2017-11-14 | 2 | -9/+6 |
* | block/aoe: discover_timer: Convert timers to use timer_setup() | Kees Cook | 2017-11-06 | 1 | -36/+8 |
* | block: don't set bounce limit in blk_init_queue | Christoph Hellwig | 2017-06-27 | 1 | -0/+1 |
* | block: switch bios to blk_status_t | Christoph Hellwig | 2017-06-09 | 2 | -6/+6 |
* | block: introduce new block status code type | Christoph Hellwig | 2017-06-09 | 1 | -1/+1 |
* | block: Use pointer to backing_dev_info from request_queue | Jan Kara | 2017-02-02 | 1 | -2/+2 |
* | aoe: fix crash in page count manipulation | Jens Axboe | 2016-11-12 | 1 | -41/+0 |
* | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 2016-06-24 | 1 | -1/+1 |
* | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim | 2016-05-19 | 1 | -1/+1 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | mm: introduce page reference manipulation functions | Joonsoo Kim | 2016-03-17 | 1 | -2/+2 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -2/+2 |
* | Revert "block: remove artifical max_hw_sectors cap" | Jeff Moyer | 2015-08-18 | 1 | -1/+1 |
* | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 2 | -6/+6 |