Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b9303bb1990950bd2f49ec1c85c015b5b6aac24b
/
drivers
/
block
/
pktcdvd.c
ab8bc54
compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
by Arnd Bergmann
· 5 years ago
f3ee6e6
compat_ioctl: move CDROM_SEND_PACKET handling into scsi
by Arnd Bergmann
· 5 years ago
257bf41
pktcdvd: fix regression on 64-bit architectures
by Arnd Bergmann
· 5 years ago
1b114b0
pktcdvd: add compat_ioctl handler
by Arnd Bergmann
· 6 years ago
eb09b3c
pktcdvd: remove warning on attempting to register non-passthrough dev
by Jens Axboe
· 5 years ago
673387a
block: genhd: remove async_events field
by Martin Wilck
· 6 years ago
a50f9ae
pktcdvd: remove queue_lock around blk_queue_max_hw_sectors
by Christoph Hellwig
· 6 years ago
0d945c1
block: remove the queue_lock indirection
by Christoph Hellwig
· 6 years ago
fb6360b
pktcdvd: fix fall-through annotation
by Gustavo A. R. Silva
· 6 years ago
566484a
pktcdvd: fix setting of 'ret' error return for a few cases
by Jens Axboe
· 6 years ago
e7d0748
block: Switch struct packet_command to use struct scsi_sense_hdr
by Kees Cook
· 6 years ago
55690c0
pktcdvd: Fix possible Spectre-v1 for pkt_devs
by Jinbum Park
· 6 years ago
ada9497
pktcdvd: remove assignment in if condition
by RAGHU Halharvi
· 6 years ago
cf626b0
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
64c4bc4
pktcdvd: convert to bioset_init()/mempool_init()
by Kent Overstreet
· 7 years ago
5657a81
block drivers/block: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
3f3942a
proc: introduce proc_create_single{,_data}
by Christoph Hellwig
· 7 years ago
45db54d
block: Split out bio_list_copy_data()
by Kent Overstreet
· 7 years ago
0eb0b63
block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
by Christoph Hellwig
· 7 years ago
ff005a0
block: sanitize blk_get_request calling conventions
by Christoph Hellwig
· 7 years ago
158e618
block: fix a typo
by Jiufei Xue
· 7 years ago
882d417
pktcdvd: Fix a recently introduced NULL pointer dereference
by Bart Van Assche
· 7 years ago
5a0ec38
pktcdvd: Fix pkt_setup_dev() error path
by Bart Van Assche
· 7 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
9746684
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
e442cbf9
pktcdvd: remove the call to blk_queue_bounce
by Christoph Hellwig
· 8 years ago
ca18d6f
block: Make most scsi_req_init() calls implicit
by Bart Van Assche
· 8 years ago
a1d9140
pktcdvd: use bio_clone_fast() instead of bio_clone()
by NeilBrown
· 8 years ago
af67c31
blk: remove bio_set arg from blk_queue_split()
by NeilBrown
· 8 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
dc307f9
pktcdvd: use class_groups instead of class_attrs
by Greg Kroah-Hartman
· 8 years ago
ec2be6a
pktcdvd: Check queue type before attaching to a queue
by Bart Van Assche
· 8 years ago
17d5363
scsi: introduce a result field in struct scsi_request
by Christoph Hellwig
· 8 years ago
dc3b17c
block: Use pointer to backing_dev_info from request_queue
by Jan Kara
· 8 years ago
aebf526
block: fold cmd_type into the REQ_OP_ space
by Christoph Hellwig
· 8 years ago
82ed4db
block: split scsi_request out of struct request
by Christoph Hellwig
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
feebd56
pktcdvd: don't scribble over the bvec array
by Christoph Hellwig
· 8 years ago
e806402
block: split out request-only flags into a new namespace
by Christoph Hellwig
· 8 years ago
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
95fe6c1
block, fs, mm, drivers: use bio set/get op accessors
by Mike Christie
· 9 years ago
3419b45
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
ad804a0
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
75021d2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
dece163
block: change ->make_request_fn() and users to return a queue cookie
by Jens Axboe
· 9 years ago
71baba4
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
by Mel Gorman
· 9 years ago
0220531
pktcdvd: drop null test before destroy functions
by Julia Lawall
· 9 years ago
8ae1266
block: kill merge_bvec_fn() completely
by Kent Overstreet
· 10 years ago
54efd50
block: make generic_make_request handle arbitrarily sized bios
by Kent Overstreet
· 10 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
66114ca
writeback: separate out include/linux/backing-dev-defs.h
by Tejun Heo
· 10 years ago
a492f07
block,scsi: fixup blk_get_request dead queue scenarios
by Joe Lawrence
· 10 years ago
eb571ee
block,scsi: verify return pointer from blk_get_request
by Joe Lawrence
· 11 years ago
f27b087
block: add blk_rq_set_block_pc()
by Jens Axboe
· 11 years ago
8698a74
sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE
by Dongsheng Yang
· 11 years ago
8586ea9
pktcdvd: fix error return code
by Julia Lawall
· 11 years ago
20d0189
block: Introduce new bio_split()
by Kent Overstreet
· 11 years ago
ee67891
block: Rename bio_split() -> bio_pair_split()
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
49c2856
pktcdvd: debugfs functions return NULL on error
by Dan Carpenter
· 11 years ago
666dc7c
pktcdvd: fix defective misuses of pkt_<level>
by Joe Perches
· 11 years ago
f3ded78
pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()
by Joe Perches
· 11 years ago
0c075d6
pktcdvd: convert pr_info to pkt_info
by Joe Perches
· 11 years ago
ca73dab
pktcdvd: convert pr_notice to pkt_notice
by Joe Perches
· 11 years ago
fa63c0a
pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible
by Joe Perches
· 11 years ago
844aa79
pktcdvd: add struct pktcdvd_device * to pkt_dbg
by Joe Perches
· 11 years ago
cd3f2cd
pktcdvd: consolidate DPRINTK and VPRINTK macros
by Joe Perches
· 11 years ago
9948133
pktcdvd: convert printk to pr_<level>
by Joe Perches
· 11 years ago
5323fb7
pktcdvd: convert ZONE macro to static function get_zone()
by Joe Perches
· 11 years ago
1045296
pktcdvd: silence static checker warning
by Dan Carpenter
· 12 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
db2a144
block_device_operations->release() should return void
by Al Viro
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
ff8e007
pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage
by Kent Overstreet
· 12 years ago
ffb25dc
pktcdvd: use bio_copy_data()
by Kent Overstreet
· 12 years ago
aa8b57a
block: Use bio_sectors() more consistently
by Kent Overstreet
· 12 years ago
f73a1c7
block: Add bio_end_sector()
by Kent Overstreet
· 12 years ago
ccc5c9c
pktcdvd: Switch to bio_kmalloc()
by Kent Overstreet
· 12 years ago
cfd8005
block: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
5a7bbad
block: remove support for bio remapping from ->make_request
by Christoph Hellwig
· 13 years ago
e7f5909
kill useless checks for sb->s_op == NULL
by Al Viro
· 14 years ago
4c63f56
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
by Jens Axboe
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
3c0d2060
pktcdvd: Convert to bdops->check_events()
by Tejun Heo
· 14 years ago
e525fd8
block: make blkdev_get/put() handle exclusive access
by Tejun Heo
· 14 years ago
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
c37927d
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
fa251f89
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
by Jens Axboe
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
2a48fc0
block: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 15 years ago
252a52aa
Fix pktcdvd ioctl dev_minor range check
by Dan Rosenberg
· 14 years ago
9cbbdca
block: remove spurious uses of REQ_HARDBARRIER
by Tejun Heo
· 14 years ago
6e9624b
block: push down BKL into .open and .release
by Arnd Bergmann
· 14 years ago
8a6cfeb
block: push down BKL into .locked_ioctl
by Arnd Bergmann
· 15 years ago
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
f80a0ca
pktcdvd: improve BKL and compat_ioctl.c usage
by Arnd Bergmann
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
Next »