summaryrefslogtreecommitdiffstats
path: root/fs/char_dev.c
AgeCommit message (Expand)AuthorLines
2009-09-24fs/char_dev.c: remove useless loopRenzo Davoli-3/+0
2009-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds-13/+26
2009-09-11writeback: add name to backing_dev_infoJens Axboe-0/+1
2009-08-10chrdev: implement __[un]register_chrdev()Tejun Heo-13/+26
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-1/+0
2009-06-11fs: Remove i_cindex from struct inodeTheodore Ts'o-1/+13
2009-01-06fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov-1/+1
2008-10-23[PATCH] tidy up chrdev_openChristoph Hellwig-7/+14
2008-10-17remove CONFIG_KMOD from fsJohannes Berg-3/+0
2008-06-20Remove the lock_kernel() call from chrdev_open()Jonathan Corbet-4/+1
2008-06-20Add a comment in chrdev_open()Jonathan Corbet-0/+2
2008-04-29fs: remove unused fops from struct char_device_structJiri Olsa-1/+0
2008-02-08fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng-1/+1
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman-2/+2
2008-01-24Kobject: convert fs/char_dev.c to use kobject_init/add_ng()Greg Kroah-Hartman-4/+2
2007-10-17mm: bdi init hooksPeter Zijlstra-0/+1
2007-07-19unregister_chrdev() return voidAkinobu Mita-2/+1
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton-2/+0
2007-02-20[PATCH] rework reserved major handlingAndrew Morton-6/+2
2007-02-12[PATCH] register_chrdev_region() don't hand out the LOCAL/EXPERIMENTAL majorsAndrew Morton-0/+7
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells-0/+1
2006-09-29[PATCH] cdev documentationJonathan Corbet-0/+59
2006-09-29[PATCH] Chardev checking of overlapping rangesAmos Waterland-5/+23
2006-09-27[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells-0/+20
2006-07-14[PATCH] add function documentation for register_chrdev()Rolf Eike Beer-0/+22
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman-1/+0
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionJoe Korty-76/+11
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven-2/+2
2006-03-25[PATCH] use kzalloc and kcalloc in core fs codeOliver Neukum-5/+2
2006-03-20[PATCH] kobj_map semaphore to mutex conversionJes Sorensen-8/+9
2006-01-14[PATCH] convert /proc/devices to use seq_file interfaceNeil Horman-23/+73
2005-07-12[PATCH] cdev: cdev_put oopsBrian King-1/+2
2005-06-28[PATCH] fix semaphore handling in __unregister_chrdev_regionWen-chien Jesse Sung-1/+1
2005-06-23[PATCH] add check to /proc/devices read routinesNeil Horman-1/+12
2005-05-05[PATCH] make some things staticAdrian Bunk-1/+1
2005-04-17[PATCH] revert fs/char_dev.c CONFIG_BASE_FULL changeDavid Brownell-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+449