android_kernel_xiaomi_sm7250/drivers/block
Arnd Bergmann bb93e3a52f [PATCH] block: add unlocked_ioctl support for block devices
This patch allows block device drivers to convert their ioctl functions to
unlocked_ioctl() like character devices and other subsystems.  All
functions that were called with the BKL held before are still used that
way, but I would not be surprised if it could be removed from the ioctl
functions in drivers/block/ioctl.c themselves.

As a side note, I found that compat_blkdev_ioctl() acquires the BKL as
well, which looks like a bug.  I have checked that every user of
disk->fops->compat_ioctl() in the current git tree gets the BKL itself, so
it could easily be removed from compat_blkdev_ioctl().

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-23 09:45:32 -07:00
..
aoe [PATCH] class: convert drivers/block/* to use the new class api instead of class_simple 2005-06-20 15:15:07 -07:00
paride [PATCH] class: convert drivers/block/* to use the new class api instead of class_simple 2005-06-20 15:15:07 -07:00
acsi_slm.c
acsi.c
amiflop.c
as-iosched.c [PATCH] NUMA aware block device control structure allocation 2005-06-23 09:45:09 -07:00
ataflop.c
cciss_cmd.h
cciss_scsi.c
cciss_scsi.h
cciss.c [SCSI] cciss 2.6 DMA mapping 2005-06-11 18:41:56 -05:00
cciss.h
cfq-iosched.c [PATCH] sysfs: (driver/block) if show/store is missing return -EIO 2005-06-20 15:15:03 -07:00
cpqarray.c
cpqarray.h
cryptoloop.c
DAC960.c
DAC960.h
deadline-iosched.c [PATCH] NUMA aware block device control structure allocation 2005-06-23 09:45:09 -07:00
elevator.c merge by hand (fix up qla_os.c merge error) 2005-06-17 18:42:23 -05:00
floppy.c
genhd.c [PATCH] add check to /proc/devices read routines 2005-06-23 09:45:19 -07:00
ida_cmd.h
ida_ioctl.h
ioctl.c [PATCH] block: add unlocked_ioctl support for block devices 2005-06-23 09:45:32 -07:00
Kconfig
Kconfig.iosched
ll_rw_blk.c [PATCH] blk: unplug later 2005-06-23 09:45:16 -07:00
loop.c [PATCH] optimise loop driver a bit 2005-06-23 09:45:18 -07:00
Makefile
nbd.c
noop-iosched.c
pktcdvd.c [PATCH] Improve CD/DVD packet driver write performance 2005-06-23 09:45:30 -07:00
ps2esdi.c
rd.c
scsi_ioctl.c
smart1,2.h
swim3.c
swim_iop.c
sx8.c [SCSI] remove requeue feature from blk_insert_request() 2005-05-20 12:53:28 -05:00
ub.c [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks 2005-06-20 15:15:32 -07:00
umem.c
viodasd.c
xd.c
xd.h
z2ram.c