Age | Commit message (Expand) | Author | Files | Lines |
2018-11-10 | ide: don't use req->special | Christoph Hellwig | 1 | -1/+1 |
2018-08-13 | ide-tape: remove redundant variable buffer_size | Colin Ian King | 1 | -2/+0 |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -15/+2 |
2018-05-16 | ide: replace ->proc_fops with ->proc_show | Christoph Hellwig | 1 | -15/+2 |
2018-05-14 | block: consistently use GFP_NOIO instead of __GFP_NORECLAIM | Christoph Hellwig | 1 | -1/+1 |
2018-05-14 | block: sanitize blk_get_request calling conventions | Christoph Hellwig | 1 | -1/+1 |
2017-06-21 | block: Make most scsi_req_init() calls implicit | Bart Van Assche | 1 | -1/+0 |
2017-06-09 | block: introduce new block status code type | Christoph Hellwig | 1 | -1/+1 |
2017-04-20 | scsi: introduce a result field in struct scsi_request | Christoph Hellwig | 1 | -2/+2 |
2017-02-28 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -2/+2 |
2017-02-01 | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 1 | -3/+2 |
2017-02-01 | ide: don't abuse cmd_type | Christoph Hellwig | 1 | -2/+4 |
2017-01-28 | block: split scsi_request out of struct request | Christoph Hellwig | 1 | -15/+17 |
2016-07-27 | ide-tape: fix misprint in failure handling in idetape_init() | Alexey Khoroshilov | 1 | -3/+3 |
2015-11-07 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 1 | -2/+2 |
2015-05-05 | block: move REQ_TYPE_SENSE to the ide driver | Christoph Hellwig | 1 | -1/+1 |
2015-05-05 | block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV | Christoph Hellwig | 1 | -2/+2 |
2015-03-19 | ide_tape: convert jiffies with jiffies_to_msecs | Nicholas Mc Guire | 1 | -2/+2 |
2013-07-04 | drivers: avoid format string in dev_set_name | Kees Cook | 1 | -1/+1 |
2013-05-07 | block_device_operations->release() should return void | Al Viro | 1 | -3/+1 |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 1 | -1/+1 |
2011-11-09 | ide-{cd,floppy,tape}: Do not include <linux/irq.h> | Geert Uytterhoeven | 1 | -1/+0 |
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 | 1 | -10/+9 |
2010-08-07 | block: push down BKL into .open and .release | Arnd Bergmann | 1 | -1/+8 |
2010-08-07 | block: push down BKL into .locked_ioctl | Arnd Bergmann | 1 | -2/+8 |
2010-08-07 | block: remove wrappers for request type/flags | Christoph Hellwig | 1 | -1/+2 |
2010-01-12 | ide_tape: kill off use of the ->ioctl operation | Alan Cox | 1 | -2/+12 |
2009-10-29 | ide-tape: remove the BKL | Borislav Petkov | 1 | -6/+15 |
2009-09-22 | const: make block_device_operations const | Alexey Dobriyan | 1 | -1/+1 |
2009-09-02 | ide: convert to ->proc_fops | Alexey Dobriyan | 1 | -10/+21 |
2009-08-07 | ide-tape: fix handling of postponed rqs | Borislav Petkov | 1 | -22/+11 |
2009-08-07 | ide-tape: convert to ide_debug_log macro | Borislav Petkov | 1 | -53/+49 |
2009-08-07 | ide-tape: fix debug call | Mark de Wever | 1 | -1/+1 |
2009-07-22 | ide-tape: Don't leak kernel stack information | Michael Buesch | 1 | -0/+1 |
2009-06-16 | ide: BUG() on unknown requests | Bartlomiej Zolnierkiewicz | 1 | -9/+1 |
2009-06-15 | ide-tape: fix build issue | Borislav Petkov | 1 | -1/+1 |
2009-06-13 | Merge branch 'bp-remove-pc-buf' into for-next | Bartlomiej Zolnierkiewicz | 1 | -91/+83 |
2009-06-12 | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 1 | -44/+46 |
2009-06-11 | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -6/+6 |
2009-06-09 | ide-tape: fix proc warning | Borislav Petkov | 1 | -22/+13 |
2009-06-07 | ide-tape: fix IDE_AFLAG_* atomic accesses | Borislav Petkov | 1 | -17/+26 |
2009-06-07 | ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomically | Borislav Petkov | 1 | -5/+7 |
2009-05-19 | block: set rq->resid_len to blk_rq_bytes() on issue | Tejun Heo | 1 | -1/+1 |
2009-05-17 | ide-tape: fix debug call | Mark de Wever | 1 | -1/+1 |
2009-05-15 | ide-atapi: remove pc->buf | Borislav Petkov | 1 | -5/+2 |
2009-05-15 | ide-tape: fix READ POSITION cmd handling | Borislav Petkov | 1 | -53/+49 |
2009-05-15 | ide-tape/ide_tape_get_bsize_from_bdesc: use local buffer | Borislav Petkov | 1 | -5/+6 |
2009-05-15 | ide-atapi: use local sense buffer | Borislav Petkov | 1 | -2/+3 |