| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -8/+8 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-21 | aoe: stop calling page_address() in free_page() | Vishal Moola (Oracle) | 1 | -1/+1 |
| 2025-09-09 | drivers/block: WQ_PERCPU added to alloc_workqueue users | Marco Crivellari | 1 | -1/+1 |
| 2025-08-13 | block: switch ->getgeo() to struct gendisk | Al Viro | 1 | -2/+2 |
| 2025-06-19 | Merge tag 'block-6.16-20250619' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -3/+19 |
| 2025-06-17 | aoe: defer rexmit timer downdev work to workqueue | Justin Sanders | 3 | -3/+11 |
| 2025-06-17 | aoe: clean device rq_list in aoedev_downdev() | Justin Sanders | 1 | -0/+8 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 2 | -2/+2 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 2 | -2/+2 |
| 2025-01-31 | block: force noio scope in blk_mq_freeze_queue | Christoph Hellwig | 1 | -2/+3 |
| 2024-12-23 | block: remove BLK_MQ_F_SHOULD_MERGE | Christoph Hellwig | 1 | -1/+0 |
| 2024-10-04 | Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+12 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2 | -2/+2 |
| 2024-10-02 | aoe: fix the potential use-after-free problem in more places | Chun-Yi Lee | 1 | -1/+12 |
| 2024-06-19 | block: move the nonrot flag to queue_limits | Christoph Hellwig | 1 | -0/+1 |
| 2024-03-06 | aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts | Chun-Yi Lee | 2 | -6/+7 |
| 2024-02-19 | aoe: pass queue_limits to blk_mq_alloc_disk | Christoph Hellwig | 1 | -8/+7 |
| 2024-02-13 | block: pass a queue_limits argument to blk_mq_alloc_disk | Christoph Hellwig | 1 | -1/+1 |
| 2024-01-24 | aoe: avoid potential deadlock at set_capacity | Maksim Kiselev | 1 | -1/+4 |
| 2023-12-27 | aoe: don't abuse BLK_DEF_MAX_SECTORS | Christoph Hellwig | 1 | -1/+2 |
| 2023-10-03 | aoe: replace strncpy with strscpy | Justin Stitt | 1 | -2/+1 |
| 2023-06-21 | aoe: make aoe_class a static const structure | Ivan Orlov | 1 | -13/+17 |
| 2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 1 | -2/+2 |
| 2023-06-12 | block: remove the unused mode argument to ->release | Christoph Hellwig | 1 | -1/+1 |
| 2023-06-12 | block: pass a gendisk to ->open | Christoph Hellwig | 1 | -2/+2 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2022-11-24 | driver core: make struct class.devnode() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2022-09-21 | block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfs | Liu Shixin | 1 | -13/+2 |
| 2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig | 2 | -2/+2 |
| 2022-05-01 | aoe: Avoid flush_scheduled_work() usage | Tetsuo Handa | 5 | -5/+15 |
| 2022-03-04 | aoe: use bvec_kmap_local in bvcpy | Christoph Hellwig | 1 | -2/+2 |
| 2022-02-02 | block: remove genhd.h | Christoph Hellwig | 2 | -2/+0 |
| 2022-01-13 | aoe: remove redundant assignment on variable n | Colin Ian King | 1 | -1/+1 |
| 2021-10-21 | block: aoe: fixup coccinelle warnings | Ye Guojin | 1 | -7/+6 |
| 2021-10-18 | aoe: add error handling support for add_disk() | Luis Chamberlain | 1 | -1/+5 |
| 2021-06-30 | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+1 |
| 2021-06-11 | aoe: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig | 2 | -23/+13 |
| 2021-06-09 | aoe: remove unnecessary oom message | Zhen Lei | 1 | -3/+1 |
| 2021-05-24 | aoe: remove unnecessary mutex_init() | Yang Yingliang | 1 | -2/+0 |
| 2021-02-10 | block: Replace lkml.org links with lore | Kees Cook | 1 | -1/+1 |
| 2020-11-16 | aoe: don't call set_capacity from irq context | Christoph Hellwig | 1 | -11/+4 |
| 2020-09-24 | block: lift setting the readahead size into the block layer | Christoph Hellwig | 1 | -1/+0 |
| 2020-09-24 | aoe: set an optimal I/O size | Christoph Hellwig | 1 | -2/+2 |
| 2020-09-01 | block: fix locking for struct block_device size updates | Christoph Hellwig | 1 | -3/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-05-11 | bdi: fix up for "remove the name field in struct backing_dev_info" | Stephen Rothwell | 1 | -1/+0 |
| 2020-03-12 | block: aoe: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -2/+2 |
| 2020-01-03 | compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl | Arnd Bergmann | 1 | -0/+1 |
| 2019-08-08 | block: aoe: Fix kernel crash due to atomic sleep when exiting | He Zhe | 1 | -3/+10 |
| 2019-06-04 | block: aoe: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -14/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2018-12-16 | aoe: add __exit annotation | Chengguang Xu | 1 | -1/+1 |
| 2018-11-10 | aoe: replace ->special use with private data in the request | Christoph Hellwig | 4 | -23/+20 |
| 2018-10-14 | aoe: convert aoeblk to blk-mq | Jens Axboe | 4 | -25/+61 |
| 2018-09-28 | aoe: register default groups with device_add_disk() | Hannes Reinecke | 3 | -16/+7 |
| 2018-08-08 | drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroy | zhong jiang | 1 | -2/+2 |
| 2018-08-02 | aoe: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
| 2018-05-24 | block drivers/block: Use octal not symbolic permissions | Joe Perches | 1 | -5/+5 |
| 2018-05-11 | aoe: handle highmem pages | Christoph Hellwig | 2 | -2/+2 |
| 2018-01-17 | aoe: use ktime_t instead of timeval | Tina Ruchandani | 2 | -37/+14 |
| 2017-11-21 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 1 | -1/+1 |
| 2017-11-14 | block/aoe: Convert timers to use timer_setup() | Kees Cook | 2 | -9/+6 |
| 2017-11-06 | block/aoe: discover_timer: Convert timers to use timer_setup() | Kees Cook | 1 | -36/+8 |
| 2017-06-27 | block: don't set bounce limit in blk_init_queue | Christoph Hellwig | 1 | -0/+1 |
| 2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 2 | -6/+6 |
| 2017-06-09 | block: introduce new block status code type | Christoph Hellwig | 1 | -1/+1 |
| 2017-02-02 | block: Use pointer to backing_dev_info from request_queue | Jan Kara | 1 | -2/+2 |
| 2016-11-12 | aoe: fix crash in page count manipulation | Jens Axboe | 1 | -41/+0 |
| 2016-06-24 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 1 | -1/+1 |
| 2016-05-19 | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim | 1 | -1/+1 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
| 2016-03-17 | mm: introduce page reference manipulation functions | Joonsoo Kim | 1 | -2/+2 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
| 2015-08-18 | Revert "block: remove artifical max_hw_sectors cap" | Jeff Moyer | 1 | -1/+1 |
| 2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 2 | -6/+6 |
| 2014-10-21 | block: remove artifical max_hw_sectors cap | Christoph Hellwig | 1 | -1/+1 |
| 2014-03-04 | mm: close PageTail race | David Rientjes | 1 | -2/+2 |
| 2013-11-23 | aoe: Convert to immutable biovecs | Kent Overstreet | 2 | -92/+53 |
| 2013-11-23 | block: Convert bio_for_each_segment() to bvec_iter | Kent Overstreet | 1 | -8/+8 |
| 2013-11-23 | block: Convert bio_iovec() to bvec_iter | Kent Overstreet | 1 | -1/+1 |
| 2013-11-23 | block: Abstract out bvec iterator | Kent Overstreet | 1 | -3/+3 |
| 2013-09-11 | aoe: do not BUG if memory pressure prevented debugfs file creation | Ed Cashin | 1 | -1/+0 |
| 2013-09-11 | aoe: suppress compiler warnings | Andy Shevchenko | 1 | -4/+0 |
| 2013-09-11 | aoe: remove custom implementation of kbasename() | Andy Shevchenko | 1 | -6/+3 |
| 2013-09-11 | aoe: update internal version number to 85 | Ed Cashin | 1 | -1/+1 |
| 2013-09-11 | aoe: update copyright date | Ed Cashin | 1 | -1/+1 |
| 2013-09-11 | aoe: fill in per-AoE-target information for debugfs file | Ed Cashin | 1 | -1/+32 |
| 2013-09-11 | aoe: provide file operations for debugfs files | Ed Cashin | 1 | -1/+24 |
| 2013-09-11 | aoe: add AoE-target files to debugfs | Ed Cashin | 3 | -0/+38 |
| 2013-09-11 | aoe: create and destroy debugfs directory for aoe | Ed Cashin | 1 | -1/+9 |
| 2013-08-13 | aoe: adjust ref of head for compound page tails | Ed Cashin | 1 | -10/+7 |
| 2013-07-03 | aoe: update internal version number to v83 | Ed Cashin | 1 | -1/+1 |
| 2013-07-03 | aoe: update copyright date | Ed Cashin | 4 | -4/+4 |
| 2013-07-03 | aoe: perform I/O completions in parallel | Ed Cashin | 4 | -31/+134 |
| 2013-07-03 | drivers: avoid parsing names as kthread_run() format strings | Kees Cook | 1 | -1/+1 |
| 2013-05-08 | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+2 |
| 2013-05-08 | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2013-05-07 | block_device_operations->release() should return void | Al Viro | 1 | -4/+2 |
| 2013-04-30 | aoe: replace kmalloc and then memcpy with kmemdup | Mihnea Dobrescu-Balaur | 1 | -2/+1 |
| 2013-03-28 | aoe: reserve enough headroom on skbs | Eric Dumazet | 1 | -1/+2 |
| 2013-03-25 | aoe: get rid of cached bv variable in bufinit() | Jens Axboe | 1 | -4/+2 |
| 2013-03-25 | aoe: Fix unitialized var usage | Kent Overstreet | 1 | -1/+1 |
| 2013-03-23 | block: Remove bi_idx references | Kent Overstreet | 1 | -1/+1 |
| 2012-12-17 | aoe: fix use after free in aoedev_by_aoeaddr() | Dan Carpenter | 1 | -0/+1 |
| 2012-12-17 | aoe: update internal version number to 81 | Ed Cashin | 1 | -2/+1 |
| 2012-12-17 | aoe: identify source of runt AoE packets | Ed Cashin | 1 | -3/+7 |
| 2012-12-17 | aoe: allow comma separator in aoe_iflist value | Ed Cashin | 2 | -2/+2 |
| 2012-12-17 | aoe: allow user to disable target failure timeout | Ed Cashin | 1 | -1/+3 |
| 2012-12-17 | aoe: use dynamic number of remote ports for AoE storage target | Ed Cashin | 4 | -21/+49 |
| 2012-12-17 | aoe: avoid races between device destruction and discovery | Ed Cashin | 3 | -63/+146 |
| 2012-12-17 | aoe: improve handling of misbehaving network paths | Ed Cashin | 3 | -121/+268 |
| 2012-12-17 | aoe: return real minor number for static minors | Ed Cashin | 1 | -1/+1 |
| 2012-12-17 | aoe: initialize sysminor to avoid compiler warning | Ed Cashin | 1 | -1/+1 |
| 2012-12-17 | aoe: make error messages more specific in static minor allocation | Ed Cashin | 1 | -11/+20 |
| 2012-12-17 | aoe: remove call to request handler from I/O completion | Ed Cashin | 1 | -2/+0 |
| 2012-12-17 | aoe: cleanup: correct comment for aoetgt nout | Ed Cashin | 1 | -1/+1 |
| 2012-12-17 | aoe: increase default cap on outstanding AoE commands in the network | Ed Cashin | 1 | -1/+1 |
| 2012-12-17 | aoe: remove vestigial request queue allocation | Ed Cashin | 1 | -13/+4 |
| 2012-12-17 | aoe: copy fallback timing information on destination failover | Ed Cashin | 1 | -0/+1 |
| 2012-12-17 | aoe: update driver-internal version to 64+ | Ed Cashin | 1 | -1/+2 |
| 2012-12-17 | aoe: commands in retransmit queue use new destination on failure | Ed Cashin | 3 | -33/+75 |
| 2012-12-17 | aoe: use high-resolution RTTs with fallback to low-res | Ed Cashin | 2 | -11/+55 |
| 2012-12-17 | aoe: manipulate aoedev network stats under lock | Ed Cashin | 1 | -2/+2 |
| 2012-12-17 | aoe: err device: include MAC addresses for unexpected responses | Ed Cashin | 1 | -2/+4 |
| 2012-12-17 | aoe: improve network congestion handling | Ed Cashin | 3 | -73/+120 |
| 2012-12-17 | aoe: provide ATA identify device content to user on request | Ed Cashin | 3 | -0/+47 |
| 2012-12-17 | aoe: update driver-internal version number to 60 | Ed Cashin | 1 | -1/+1 |
| 2012-12-17 | aoe: whitespace cleanup | Ed Cashin | 5 | -8/+8 |
| 2012-12-17 | aoe: cleanup: remove unused ata_scnt function | Ed Cashin | 1 | -10/+0 |
| 2012-12-17 | aoe: "payload" sysfs file exports per-AoE-command data transfer size | Ed Cashin | 1 | -0/+10 |
| 2012-12-17 | aoe: support larger I/O requests via aoe_maxsectors module param | Ed Cashin | 1 | -0/+9 |
| 2012-12-17 | aoe: support the forgetting (flushing) of a user-specified AoE target | Ed Cashin | 1 | -6/+38 |
| 2012-12-17 | aoe: update cap on outstanding commands based on config query response | Ed Cashin | 2 | -4/+8 |
| 2012-12-17 | aoe: print warning regarding a common reason for dropped transmits | Ed Cashin | 1 | -2/+7 |
| 2012-12-17 | 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-06 | aoe: update aoe-internal version number to 50 | Ed Cashin | 1 | -1/+1 |
| 2012-10-06 | aoe: remove unused code | Ed Cashin | 1 | -4/+0 |
| 2012-10-06 | aoe: make dynamic block minor numbers the default | Ed Cashin | 1 | -1/+1 |
| 2012-10-06 | aoe: update and specify AoE address guards and error messages | Ed Cashin | 2 | -8/+11 |
| 2012-10-06 | aoe: retain static block device numbers for backwards compatibility | Ed Cashin | 1 | -3/+51 |
| 2012-10-06 | aoe: support more AoE addresses with dynamic block device minor numbers | Ed Cashin | 5 | -49/+72 |
| 2012-10-06 | aoe: update copyright year in touched files | Ed Cashin | 7 | -7/+7 |
| 2012-10-06 | aoe: update internal version number to 49 | Ed Cashin | 1 | -1/+1 |
| 2012-10-06 | aoe: remove unused code and add cosmetic improvements | Ed Cashin | 4 | -17/+10 |
| 2012-10-06 | aoe: increase net_device reference count while using it | Ed Cashin | 2 | -0/+11 |
| 2012-10-06 | aoe: associate frames with the AoE storage target | Ed Cashin | 3 | -54/+49 |
| 2012-10-06 | aoe: disallow unsupported AoE minor addresses | Ed Cashin | 1 | -0/+7 |
| 2012-10-06 | aoe: do revalidation steps in order | Ed Cashin | 1 | -2/+2 |
| 2012-10-06 | aoe: failover remote interface based on aoe_deadsecs parameter | Ed Cashin | 2 | -6/+3 |
| 2012-10-06 | aoe: use packets that work with the smallest-MTU local interface | Ed Cashin | 2 | -71/+87 |
| 2012-10-06 | aoe: use a kernel thread for transmissions | Ed Cashin | 3 | -3/+40 |
| 2012-10-06 | aoe: become I/O request queue handler for increased user control | Ed Cashin | 5 | -182/+308 |
| 2012-10-06 | aoe: kernel thread handles I/O completions for simple locking | Ed Cashin | 6 | -305/+559 |
| 2012-10-06 | aoe: for performance support larger packet payloads | Ed Cashin | 5 | -46/+111 |
| 2012-09-20 | aoe: assert AoE packets marked as requiring no checksum | Ed Cashin | 1 | -0/+1 |
| 2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 1 | -1/+1 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+2 |
| 2011-10-31 | 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-08 | 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 |
| 2009-12-01 | aoe: prevent cache aliases | Peter Horton | 1 | -2/+21 |
| 2009-09-22 | const: make block_device_operations const | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 1 | -2/+2 |
| 2009-09-14 | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+3 |
| 2009-09-14 | aoe: end barrier bios with EOPNOTSUPP | Ed Cashin | 1 | -0/+3 |
| 2009-09-11 | writeback: add name to backing_dev_info | Jens Axboe | 1 | -0/+1 |
| 2009-09-09 | aoe: allocate unused request_queue for sysfs | Ed Cashin | 3 | -4/+11 |
| 2009-06-15 | Driver Core: aoe: add nodename for aoe devices | Kay Sievers | 1 | -0/+7 |
| 2009-05-27 | aoe: Remove superfluous clearing of skb fields in new_skb(). | David S. Miller | 1 | -7/+0 |
| 2009-04-01 | aoe: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 1 | -11/+12 |
| 2009-03-10 | net: convert usage of packet_type to read_mostly | Stephen Hemminger | 1 | -1/+1 |
| 2009-03-04 | aoe: error printed 1 too early | Roel Kluin | 1 | -1/+1 |
| 2009-02-18 | aoe: ignore vendor extension AoE responses | Ed Cashin | 2 | -0/+3 |
| 2008-11-25 | aoe: remove private mac address format function | Harvey Harrison | 4 | -25/+11 |
| 2008-10-21 | [PATCH] switch aoeblk | Al Viro | 1 | -10/+6 |
| 2008-10-21 | [PATCH] beginning of methods conversion | Al Viro | 1 | -2/+2 |
| 2008-10-20 | x86: sysfs: kill owner field from attribute | Parag Warudkar | 1 | -1/+1 |
| 2008-10-16 | device create: block: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -3/+3 |
| 2008-10-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 7 | -75/+57 |
| 2008-10-09 | block: move stats from disk to part0 | Tejun Heo | 1 | -6/+6 |
| 2008-10-09 | block: move capacity from disk to part0 | Tejun Heo | 3 | -4/+4 |
| 2008-10-09 | block: implement and use {disk|part}_to_dev() | Tejun Heo | 1 | -2/+2 |
| 2008-10-09 | block: fix diskstats access | Tejun Heo | 1 | -7/+8 |
| 2008-10-09 | block: fix disk->part[] dereferencing race | Tejun Heo | 1 | -1/+5 |
| 2008-10-09 | block: misc updates | Tejun Heo | 1 | -1/+1 |