Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0989e1f98e3ae30deebf732d0861ca47bb55e25b
/
block
/
ioctl.c
d93ba7a
block: Add discard flag to blkdev_issue_zeroout() function
by Martin K. Petersen
· 10 years ago
ff9ea32
block, bdi: an active gendisk always has a request_queue associated with it
by Tejun Heo
· 10 years ago
63f2649
block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAX
by Akinobu Mita
· 10 years ago
c7d1ba4
block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
by Duan Jiong
· 11 years ago
ce40be7
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
66ba32d
block: ioctl to zero block ranges
by Martin K. Petersen
· 12 years ago
2bd6efa
blk: add an upper sanity check on partition adding
by Alan Cox
· 12 years ago
c83f6bf
block: add partition resize function to blkpg ioctl
by Vivek Goyal
· 12 years ago
b3c9dd1
Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
ef00f59
block: Add BLKROTATIONAL ioctl
by Martin K. Petersen
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
07d106d
vfs: fix up ENOIOCTLCMD error handling
by Linus Torvalds
· 13 years ago
ff01bb4
fs: move code out of buffer.c
by Al Viro
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
d5decd3
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
by Paul Gortmaker
· 13 years ago
d27769e
block: add GENHD_FL_NO_PART_SCAN
by Tejun Heo
· 13 years ago
3c522ce
block: fix refcounting in BLKBSZSET
by Miklos Szeredi
· 14 years ago
275220f
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
f30195c
Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core
by Jens Axboe
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
e525fd8
block: make blkdev_get/put() handle exclusive access
by Tejun Heo
· 14 years ago
a014741
block: ioctl: fix information leak to userland
by Vasiliy Kulikov
· 14 years ago
77304d2
block: read i_size with i_size_read()
by Mike Snitzer
· 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
dd3932e
block: remove BLKDEV_IFL_WAIT
by Christoph Hellwig
· 14 years ago
6d1d805
block, partition: add partition_meta_info to hd_struct
by Will Drewry
· 14 years ago
8d57a98
block: add secure discard
by Adrian Hunter
· 14 years ago
15392ef
block: remove BKL from partition ioctls
by Arnd Bergmann
· 14 years ago
6de4370
block: remove BKL from BLKROSET and BLKFLSBUF
by Arnd Bergmann
· 14 years ago
62c2a7d
block: push BKL into blktrace ioctls
by Arnd Bergmann
· 14 years ago
8a6cfeb
block: push down BKL into .locked_ioctl
by Arnd Bergmann
· 14 years ago
fbd9b09
blkdev: generalize flags for blkdev_issue_fn functions
by Dmitry Monakhov
· 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
98262f2
block: Allow devices to indicate whether discarded blocks are zeroed
by Martin K. Petersen
· 15 years ago
ac481c2
block: Topology ioctls
by Martin K. Petersen
· 15 years ago
746cd1e
block: use blkdev_issue_discard in blk_ioctl_discard
by Christoph Hellwig
· 15 years ago
ae03bf6
block: Use accessor functions for queue limits
by Martin K. Petersen
· 15 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 15 years ago
15afd1c
block: Remove code handling bio_alloc failure with __GFP_WAIT
by Nikanth Karthikesan
· 16 years ago
7c23951
block: don't take lock on changing ra_pages
by Wu Fengguang
· 16 years ago
ba32929
block: make add_partition() return pointer to hd_struct
by Tejun Heo
· 16 years ago
56b26ad
[PATCH] kill the rest of struct file propagation in block ioctls
by Al Viro
· 16 years ago
6af3a56
[PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSET
by Al Viro
· 16 years ago
45048d0
[PATCH] get rid of blkdev_locked_ioctl()
by Al Viro
· 16 years ago
e436fda
[PATCH] get rid of blkdev_driver_ioctl()
by Al Viro
· 16 years ago
90b8f28
[PATCH] end of methods switch: remove the old ones
by Al Viro
· 17 years ago
d4430d6
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
633a08b
[PATCH] introduce __blkdev_driver_ioctl()
by Al Viro
· 17 years ago
540eed5
block: make partition array dynamic
by Tejun Heo
· 16 years ago
b5d0b9d
block: introduce partition 0
by Tejun Heo
· 16 years ago
e71bf0d
block: fix disk->part[] dereferencing race
by Tejun Heo
· 16 years ago
f331c02
block: don't depend on consecutive minor space
by Tejun Heo
· 16 years ago
cf771cb
block: make variable and argument names more consistent
by Tejun Heo
· 16 years ago
88e3412
block: update add_partition() error handling
by Tejun Heo
· 16 years ago
ec2cded
block: allow deleting zero length partition
by Tejun Heo
· 16 years ago
e17fc0a
Allow elevators to sort/merge discard requests
by David Woodhouse
· 16 years ago
d30a260
Add BLKDISCARD ioctl to allow userspace to discard sectors
by David Woodhouse
· 16 years ago
04ebd4a
block/ioctl.c and fs/partition/check.c: check value returned by add_partition()
by Abdel Benamrouche
· 16 years ago
f58c4c0
compat_ioctl: move common block ioctls to compat_blkdev_ioctl
by Arnd Bergmann
· 17 years ago
f98393a
mm: remove destroy_dirty_buffers from invalidate_bdev()
by Peter Zijlstra
· 18 years ago
6d740cd
[PATCH] lockdep: annotate BLKPG_DEL_PARTITION
by Peter Zijlstra
· 18 years ago
d18d768
[PARTITION]: Add whole_disk attribute.
by Fabio Massimo Di Nitto
· 18 years ago
c5a20b6
[PATCH] struct path: convert block
by Josef Sipek
· 18 years ago
2e7b651
[PATCH] remove the old bd_mutex lockdep annotation
by Peter Zijlstra
· 18 years ago
7006f6e
[PATCH] dm: export blkdev_driver_ioctl
by Alasdair G Kergon
· 18 years ago
ddca60c
[PATCH] lockdep: annotate the BLKPG_DEL_PARTITION ioctl
by Arjan van de Ven
· 18 years ago
2056a78
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
by Jens Axboe
· 19 years ago
c039e31
[PATCH] sem2mutex: blockdev #2
by Arjan van de Ven
· 19 years ago
c59ede7
[PATCH] move capable() to capability.h
by Randy.Dunlap
· 19 years ago
a885c8c
[PATCH] Add block_device_operations.getgeo block device method
by Christoph Hellwig
· 19 years ago
3a65dfe
[BLOCK] Move all core block layer code to new block/ directory
by Jens Axboe
· 19 years ago
[Renamed from drivers/block/ioctl.c]
bb93e3a
[PATCH] block: add unlocked_ioctl support for block devices
by Arnd Bergmann
· 19 years ago
68f66fe
[PATCH] Fix root hole in raw device
by Stephen Tweedie
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago