| Commit message (Expand) | Author | Age | Files | Lines |
* | char_dev: pin parent kobject | Dmitry Torokhov | 2012-10-22 | 1 | -1/+17 |
* | char_dev.c: fix up some whitespace errors | Greg Kroah-Hartman | 2011-12-13 | 1 | -3/+3 |
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ |
|
| * | fs/block: type signature of major_to_index(int) to major_to_index(unsigned) | Yang Zhang | 2010-12-17 | 1 | -1/+1 |
* | | fs/char_dev.c: remove unused cdev_index() | Namhyung Kim | 2011-01-13 | 1 | -13/+0 |
|/ |
|
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | | char: Mark /dev/zero and /dev/kmem as not capable of writeback | Jan Kara | 2010-09-22 | 1 | -1/+3 |
|/ |
|
* | Fix init ordering of /dev/console vs callers of modprobe | David Howells | 2010-08-06 | 1 | -0/+1 |
* | fs/char_dev.c: remove useless loop | Renzo Davoli | 2009-09-24 | 1 | -3/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2009-09-11 | 1 | -13/+26 |
|\ |
|
| * | chrdev: implement __[un]register_chrdev() | Tejun Heo | 2009-08-10 | 1 | -13/+26 |
* | | writeback: add name to backing_dev_info | Jens Axboe | 2009-09-11 | 1 | -0/+1 |
|/ |
|
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
* | fs: Remove i_cindex from struct inode | Theodore Ts'o | 2009-06-12 | 1 | -1/+13 |
* | fs: fix name overwrite in __register_chrdev_region() | Cyrill Gorcunov | 2009-01-07 | 1 | -1/+1 |
* | [PATCH] tidy up chrdev_open | Christoph Hellwig | 2008-10-23 | 1 | -7/+14 |
* | remove CONFIG_KMOD from fs | Johannes Berg | 2008-10-16 | 1 | -3/+0 |
* | Remove the lock_kernel() call from chrdev_open() | Jonathan Corbet | 2008-06-20 | 1 | -4/+1 |
* | Add a comment in chrdev_open() | Jonathan Corbet | 2008-06-20 | 1 | -0/+2 |
* | fs: remove unused fops from struct char_device_struct | Jiri Olsa | 2008-04-29 | 1 | -1/+0 |
* | fs/char_dev.c: chrdev_open marked static and removed from fs.h | Denis Cheng | 2008-02-08 | 1 | -1/+1 |
* | Kobject: rename kobject_init_ng() to kobject_init() | Greg Kroah-Hartman | 2008-01-25 | 1 | -2/+2 |
* | Kobject: convert fs/char_dev.c to use kobject_init/add_ng() | Greg Kroah-Hartman | 2008-01-25 | 1 | -4/+2 |
* | mm: bdi init hooks | Peter Zijlstra | 2007-10-17 | 1 | -0/+1 |
* | unregister_chrdev() return void | Akinobu Mita | 2007-07-19 | 1 | -2/+1 |
* | [PATCH] remove protection of LANANA-reserved majors | Andrew Morton | 2007-04-05 | 1 | -2/+0 |
* | [PATCH] rework reserved major handling | Andrew Morton | 2007-02-21 | 1 | -6/+2 |
* | [PATCH] register_chrdev_region() don't hand out the LOCAL/EXPERIMENTAL majors | Andrew Morton | 2007-02-12 | 1 | -0/+7 |
* | [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] | David Howells | 2006-09-30 | 1 | -0/+1 |
* | [PATCH] cdev documentation | Jonathan Corbet | 2006-09-29 | 1 | -0/+59 |
* | [PATCH] Chardev checking of overlapping ranges | Amos Waterland | 2006-09-29 | 1 | -5/+23 |
* | [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmem | David Howells | 2006-09-27 | 1 | -0/+20 |
* | [PATCH] add function documentation for register_chrdev() | Rolf Eike Beer | 2006-07-15 | 1 | -0/+22 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+0 |
* | [PATCH] Simplify proc/devices and fix early termination regression | Joe Korty | 2006-03-31 | 1 | -76/+11 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 1 | -1/+1 |
* | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 2006-03-28 | 1 | -2/+2 |
* | [PATCH] use kzalloc and kcalloc in core fs code | Oliver Neukum | 2006-03-25 | 1 | -5/+2 |
* | [PATCH] kobj_map semaphore to mutex conversion | Jes Sorensen | 2006-03-20 | 1 | -8/+9 |
* | [PATCH] convert /proc/devices to use seq_file interface | Neil Horman | 2006-01-15 | 1 | -23/+73 |
* | [PATCH] cdev: cdev_put oops | Brian King | 2005-07-13 | 1 | -1/+2 |
* | [PATCH] fix semaphore handling in __unregister_chrdev_region | Wen-chien Jesse Sung | 2005-06-29 | 1 | -1/+1 |
* | [PATCH] add check to /proc/devices read routines | Neil Horman | 2005-06-23 | 1 | -1/+12 |
* | [PATCH] make some things static | Adrian Bunk | 2005-05-06 | 1 | -1/+1 |
* | [PATCH] revert fs/char_dev.c CONFIG_BASE_FULL change | David Brownell | 2005-04-17 | 1 | -2/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+449 |