summaryrefslogtreecommitdiffstats
path: root/drivers/char/raw.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* drivers: char: raw: Removed unnecessary bracesBhumika Goyal2016-02-081-3/+1
* block: use bd{grab,put}() instead of open-codingIlya Dryomov2016-01-131-1/+1
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-3/+1
* Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-311-1/+1
* blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* raw: test against runtime value of max_raw_minorsPaul Bolle2014-02-071-1/+1
* 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