summaryrefslogtreecommitdiffstats
path: root/fs/char_dev.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] tidy up chrdev_openChristoph Hellwig2008-10-231-7/+14
* remove CONFIG_KMOD from fsJohannes Berg2008-10-171-3/+0
* Remove the lock_kernel() call from chrdev_open()Jonathan Corbet2008-06-201-4/+1
* Add a comment in chrdev_open()Jonathan Corbet2008-06-201-0/+2
* fs: remove unused fops from struct char_device_structJiri Olsa2008-04-291-1/+0
* fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng2008-02-081-1/+1
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-241-2/+2
* Kobject: convert fs/char_dev.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-4/+2
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+1
* unregister_chrdev() return voidAkinobu Mita2007-07-191-2/+1
* [PATCH] remove protection of LANANA-reserved majorsAndrew Morton2007-04-041-2/+0
* [PATCH] rework reserved major handlingAndrew Morton2007-02-201-6/+2
* [PATCH] register_chrdev_region() don't hand out the LOCAL/EXPERIMENTAL majorsAndrew Morton2007-02-121-0/+7
* [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells2006-09-301-0/+1
* [PATCH] cdev documentationJonathan Corbet2006-09-291-0/+59
* [PATCH] Chardev checking of overlapping rangesAmos Waterland2006-09-291-5/+23
* [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells2006-09-271-0/+20
* [PATCH] add function documentation for register_chrdev()Rolf Eike Beer2006-07-141-0/+22
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] Simplify proc/devices and fix early termination regressionJoe Korty2006-03-311-76/+11
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-2/+2
* [PATCH] use kzalloc and kcalloc in core fs codeOliver Neukum2006-03-251-5/+2
* [PATCH] kobj_map semaphore to mutex conversionJes Sorensen2006-03-201-8/+9
* [PATCH] convert /proc/devices to use seq_file interfaceNeil Horman2006-01-141-23/+73
* [PATCH] cdev: cdev_put oopsBrian King2005-07-121-1/+2
* [PATCH] fix semaphore handling in __unregister_chrdev_regionWen-chien Jesse Sung2005-06-281-1/+1
* [PATCH] add check to /proc/devices read routinesNeil Horman2005-06-231-1/+12
* [PATCH] make some things staticAdrian Bunk2005-05-051-1/+1
* [PATCH] revert fs/char_dev.c CONFIG_BASE_FULL changeDavid Brownell2005-04-171-2/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+449