Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2018-09-28 | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 1 | -1/+1 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+3 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -15/+2 |
2017-08-17 | block/ps3vram: Check return of ps3vram_cache_init | Geoff Levand | 1 | -1/+5 |
2017-08-17 | block/ps3vram: Delete an error message for a failed memory allocation in ps3v... | Markus Elfring | 1 | -3/+1 |
2017-06-18 | blk: remove bio_set arg from blk_queue_split() | NeilBrown | 1 | -1/+1 |
2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -7/+7 |
2016-06-27 | block: convert to device_add_disk() | Dan Williams | 1 | -2/+1 |
2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 1 | -2/+4 |
2015-08-13 | block: make generic_make_request handle arbitrarily sized bios | Kent Overstreet | 1 | -0/+2 |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 1 | -1/+2 |
2015-06-10 | block/ps3vram: Remove obsolete reference to MTD | Geert Uytterhoeven | 1 | -1/+1 |
2015-06-10 | block/ps3vram: Fix sparse warnings | Geoff Levand | 1 | -16/+16 |
2013-11-24 | block: Convert bio_for_each_segment() to bvec_iter | Kent Overstreet | 1 | -5/+5 |
2013-11-24 | block: Abstract out bvec iterator | Kent Overstreet | 1 | -1/+1 |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 1 | -1/+1 |
2013-01-04 | Drivers: block: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -2/+2 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2011-11-01 | block: Fix files that are modules and hence need module.h | Paul Gortmaker | 1 | -0/+1 |
2011-09-12 | block: remove support for bio remapping from ->make_request | Christoph Hellwig | 1 | -4/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-01 | block: fix for "Consolidate phys_segment and hw_segment limits" | Stephen Rothwell | 1 | -1/+1 |
2010-02-26 | block: Consolidate phys_segment and hw_segment limits | Martin K. Petersen | 1 | -2/+1 |
2010-02-26 | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 1 | -1/+1 |
2010-02-26 | block: Add BLK_ prefix to definitions | Martin K. Petersen | 1 | -2/+2 |
2009-11-04 | block/ps3: fix slow VRAM IO | Hideyuki Sasaki | 1 | -1/+9 |
2009-09-22 | const: make block_device_operations const | Alexey Dobriyan | 1 | -1/+1 |
2009-08-20 | powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h> | Geert Uytterhoeven | 1 | -1/+1 |
2009-06-15 | ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdata | Geert Uytterhoeven | 1 | -24/+24 |
2009-06-15 | block/ps3: remove driver_data direct access of struct device | Roel Kluin | 1 | -26/+24 |
2009-06-15 | ps3vram: Make ps3vram_priv.reports a void * | Geert Uytterhoeven | 1 | -3/+3 |
2009-06-15 | ps3vram: Remove no longer used ps3vram_priv.ddr_base | Geert Uytterhoeven | 1 | -13/+1 |
2009-06-15 | ps3vram: Replace mutex by spinlock + bio_list | Geert Uytterhoeven | 1 | -15/+36 |
2009-06-15 | ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h> | Geert Uytterhoeven | 1 | -14/+7 |
2009-06-15 | ps3vram: GPU memory mapping cleanup | Geert Uytterhoeven | 1 | -5/+14 |
2009-06-15 | ps3vram: Correct exchanged gotos in ps3vram_probe() error path | Jim Paris | 1 | -2/+2 |
2009-06-15 | ps3vram: Use proc_create_data() instead of proc_create() | Geert Uytterhoeven | 1 | -5/+3 |
2009-06-15 | ps3vram: Fix error path (return -EIO) for short read/write | Geert Uytterhoeven | 1 | -0/+1 |
2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 1 | -2/+0 |
2009-03-13 | ps3/block: Replace mtd/ps3vram by block/ps3vram | Geert Uytterhoeven | 1 | -0/+865 |