summaryrefslogtreecommitdiff
path: root/fs/char_dev.c
Commit message (Expand)AuthorAge
* block, char_dev: Use correct format specifier for unsigned intsSrivatsa S. Bhat2018-03-15
* char_dev: Fix off-by-one bugs in find_dynamic_major()Srivatsa S. Bhat2018-03-15
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* char_dev: order /proc/devices by major numberLogan Gunthorpe2017-07-17
* char_dev: extend dynamic allocation of majors into a higher rangeLogan Gunthorpe2017-07-17
* chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe2017-03-21
* dax: define a unified inode/address_space for device-dax mappingsDan Williams2016-08-23
* chardev: add missing line break in pr_warnFengguang Wu2016-07-14
* chrdev: emit a warning when we go below dynamic major rangeLinus Walleij2016-03-29
* fs/char_dev.c: fix incorrect documentation for unregister_chrdev_regionPartha Pratim Mukherjee2015-08-05
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-20
* fs/char_dev.c: remove pointless assignment from __register_chrdev_region()Jan Kara2014-12-10
* Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-14
|\
| * bdi: test bdi_init failureMikulas Patocka2013-11-08
* | consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-24
|/
* char_dev: pin parent kobjectDmitry Torokhov2012-10-22
* char_dev.c: fix up some whitespace errorsGreg Kroah-Hartman2011-12-13
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-13
|\
| * fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Yang Zhang2010-12-17
* | fs/char_dev.c: remove unused cdev_index()Namhyung Kim2011-01-13
|/
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara2010-09-22
|/
* Fix init ordering of /dev/console vs callers of modprobeDavid Howells2010-08-06
* fs/char_dev.c: remove useless loopRenzo Davoli2009-09-24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-09-11
|\
| * chrdev: implement __[un]register_chrdev()Tejun Heo2009-08-10
* | writeback: add name to backing_dev_infoJens Axboe2009-09-11
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* fs: Remove i_cindex from struct inodeTheodore Ts'o2009-06-11
* fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov2009-01-06
* [PATCH] tidy up chrdev_openChristoph Hellwig2008-10-23
* remove CONFIG_KMOD from fsJohannes Berg2008-10-17
* Remove the lock_kernel() call from chrdev_open()Jonathan Corbet2008-06-20
* Add a comment in chrdev_open()Jonathan Corbet2008-06-20
* fs: remove unused fops from struct char_device_structJiri Olsa2008-04-29
* fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng2008-02-08
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-24
* Kobject: convert fs/char_dev.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-24
* mm: bdi init hooksPeter Zijlstra2007-10-17
* unregister_chrdev() return voidAkinobu Mita2007-07-19
* [PATCH] remove protection of LANANA-reserved majorsAndrew Morton2007-04-04
* [PATCH] rework reserved major handlingAndrew Morton2007-02-20
* [PATCH] register_chrdev_region() don't hand out the LOCAL/EXPERIMENTAL majorsAndrew Morton2007-02-12
* [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells2006-09-30
* [PATCH] cdev documentationJonathan Corbet2006-09-29
* [PATCH] Chardev checking of overlapping rangesAmos Waterland2006-09-29
* [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells2006-09-27
* [PATCH] add function documentation for register_chrdev()Rolf Eike Beer2006-07-14
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30