summaryrefslogtreecommitdiff
path: root/drivers/char/raw.c
Commit message (Expand)AuthorAge
* drivers: char: raw: Removed unnecessary bracesBhumika Goyal2016-02-08
* block: use bd{grab,put}() instead of open-codingIlya Dryomov2016-01-13
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
* make new_sync_{read,write}() staticAl Viro2015-04-11
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-20
* Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-31
* blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-06
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* raw: test against runtime value of max_raw_minorsPaul Bolle2014-02-07
* new helper: file_inode(file)Al Viro2013-02-22
* blockdev: remove bd_block_size_semaphore againLinus Torvalds2012-11-29
* Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka2012-09-26
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-03
* char: Convert vmalloc/memset to vzallocJoe Perches2011-09-15
* RAW driver: Remove call to kobject_put().Robert P. J. Day2011-05-06
* Allow setting of number of raw devices as a module parameterJan Kara2011-05-06
* block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-13
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * raw: use explicit llseek file operationsArnd Bergmann2010-09-16
* | fix rawctl compat ioctls breakage on amd64 and itanicAl Viro2010-10-19
|/
* drivers: Push down BKL into various driversArnd Bergmann2010-05-17
* vfs: rename block_fsync() to blkdev_fsync()Andrew Morton2010-04-07
* raw: fsync method is now requiredAnton Blanchard2010-04-07
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-19
* vfs: Rename generic_file_aio_write_nolockChristoph Hellwig2009-09-14
* Driver Core: raw: add nodename for raw devicesKay Sievers2009-06-15
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-22
* Add a missing unlock_kernel() in raw_open()Dan Carpenter2009-03-27
* [PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2008-10-21
* [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-21
* [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-21
* device create: char: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-21
* raw: BKL pushdownJonathan Corbet2008-06-20
* cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-12
* [PATCH] raw: don't allow the creation of a raw device with minor number 0Jeff Moyer2007-02-11
* [PATCH] struct path: convert char-driversJosef Sipek2006-12-08
* Driver core: convert raw device code to use struct deviceGreg Kroah-Hartman2006-12-01
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-01
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-01
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-01
* [PATCH] Return better error codes if drivers/char/raw.c module init failsRolf Eike Beer2006-09-29
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-03
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven2006-03-23
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-28
* [PATCH] class: convert drivers/char/* to use the new class api instead of cla...gregkh@suse.de2005-06-20