summaryrefslogtreecommitdiffstats
path: root/drivers/char/raw.c
Commit message (Expand)AuthorAgeFilesLines
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* blockdev: remove bd_block_size_semaphore againLinus Torvalds2012-11-291-1/+1
* Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka2012-09-261-1/+1
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
* char: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-2/+1
* RAW driver: Remove call to kobject_put().Robert P. J. Day2011-05-061-1/+0
* Allow setting of number of raw devices as a module parameterJan Kara2011-05-061-6/+27
* block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-10/+4
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+2
|\
| * raw: use explicit llseek file operationsArnd Bergmann2010-09-161-0/+2
* | fix rawctl compat ioctls breakage on amd64 and itanicAl Viro2010-10-191-103/+140
|/
* drivers: Push down BKL into various driversArnd Bergmann2010-05-171-18/+24
* vfs: rename block_fsync() to blkdev_fsync()Andrew Morton2010-04-071-1/+1
* raw: fsync method is now requiredAnton Blanchard2010-04-071-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-2/+2
* vfs: Rename generic_file_aio_write_nolockChristoph Hellwig2009-09-141-1/+1
* Driver Core: raw: add nodename for raw devicesKay Sievers2009-06-151-0/+6
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* Add a missing unlock_kernel() in raw_open()Dan Carpenter2009-03-271-0/+1
* [PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2008-10-211-1/+1
* [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-211-1/+1
* [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-2/+2
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-4/+3
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-3/+4
* raw: BKL pushdownJonathan Corbet2008-06-201-0/+3
* cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+1
* [PATCH] raw: don't allow the creation of a raw device with minor number 0Jeff Moyer2007-02-111-1/+1
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-081-1/+1
* Driver core: convert raw device code to use struct deviceGreg Kroah-Hartman2006-12-011-6/+6
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-13/+2
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-2/+0
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-13/+1
* [PATCH] Return better error codes if drivers/char/raw.c module init failsRolf Eike Beer2006-09-291-8/+11
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-031-3/+3
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-6/+0
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-8/+0
* [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven2006-03-231-11/+12
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-2/+2
* [PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de2005-06-201-9/+9
* [PATCH] Fix filp being passed through raw ioctl handlerStephen Tweedie2005-05-181-1/+1
* [PATCH] Fix root hole in raw deviceStephen Tweedie2005-05-161-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+342