aboutsummaryrefslogtreecommitdiff
path: root/fs/char_dev.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-21chardev: add helper function to register char devs with a struct deviceGravatar Logan Gunthorpe 1-0/+86
2016-08-23dax: define a unified inode/address_space for device-dax mappingsGravatar Dan Williams 1-0/+1
2016-07-14chardev: add missing line break in pr_warnGravatar Fengguang Wu 1-1/+1
2016-03-29chrdev: emit a warning when we go below dynamic major rangeGravatar Linus Walleij 1-0/+4
2015-08-05fs/char_dev.c: fix incorrect documentation for unregister_chrdev_regionGravatar Partha Pratim Mukherjee 1-1/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-24/+0
2014-12-10fs/char_dev.c: remove pointless assignment from __register_chrdev_region()Gravatar Jan Kara 1-1/+0
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2013-11-08bdi: test bdi_init failureGravatar Mikulas Patocka 1-1/+2
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesGravatar Al Viro 1-2/+4
2012-10-22char_dev: pin parent kobjectGravatar Dmitry Torokhov 1-1/+17
2011-12-13char_dev.c: fix up some whitespace errorsGravatar Greg Kroah-Hartman 1-3/+3
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2011-01-13fs/char_dev.c: remove unused cdev_index()Gravatar Namhyung Kim 1-13/+0
2010-12-17fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Gravatar Yang Zhang 1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-09-22char: Mark /dev/zero and /dev/kmem as not capable of writebackGravatar Jan Kara 1-1/+3
2010-08-06Fix init ordering of /dev/console vs callers of modprobeGravatar David Howells 1-0/+1
2009-09-24fs/char_dev.c: remove useless loopGravatar Renzo Davoli 1-3/+0
2009-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-13/+26
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 1-0/+1
2009-08-10chrdev: implement __[un]register_chrdev()Gravatar Tejun Heo 1-13/+26
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-11fs: Remove i_cindex from struct inodeGravatar Theodore Ts'o 1-1/+13
2009-01-06fs: fix name overwrite in __register_chrdev_region()Gravatar Cyrill Gorcunov 1-1/+1
2008-10-23[PATCH] tidy up chrdev_openGravatar Christoph Hellwig 1-7/+14
2008-10-17remove CONFIG_KMOD from fsGravatar Johannes Berg 1-3/+0
2008-06-20Remove the lock_kernel() call from chrdev_open()Gravatar Jonathan Corbet 1-4/+1
2008-06-20Add a comment in chrdev_open()Gravatar Jonathan Corbet 1-0/+2
2008-04-29fs: remove unused fops from struct char_device_structGravatar Jiri Olsa 1-1/+0
2008-02-08fs/char_dev.c: chrdev_open marked static and removed from fs.hGravatar Denis Cheng 1-1/+1
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Gravatar Greg Kroah-Hartman 1-2/+2
2008-01-24Kobject: convert fs/char_dev.c to use kobject_init/add_ng()Gravatar Greg Kroah-Hartman 1-4/+2
2007-10-17mm: bdi init hooksGravatar Peter Zijlstra 1-0/+1
2007-07-19unregister_chrdev() return voidGravatar Akinobu Mita 1-2/+1
2007-04-04[PATCH] remove protection of LANANA-reserved majorsGravatar Andrew Morton 1-2/+0
2007-02-20[PATCH] rework reserved major handlingGravatar Andrew Morton 1-6/+2
2007-02-12[PATCH] register_chrdev_region() don't hand out the LOCAL/EXPERIMENTAL majorsGravatar Andrew Morton 1-0/+7
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]Gravatar David Howells 1-0/+1
2006-09-29[PATCH] cdev documentationGravatar Jonathan Corbet 1-0/+59
2006-09-29[PATCH] Chardev checking of overlapping rangesGravatar Amos Waterland 1-5/+23
2006-09-27[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemGravatar David Howells 1-0/+20
2006-07-14[PATCH] add function documentation for register_chrdev()Gravatar Rolf Eike Beer 1-0/+22
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGravatar Greg Kroah-Hartman 1-1/+0
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionGravatar Joe Korty 1-76/+11
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeGravatar Arjan van de Ven 1-2/+2
2006-03-25[PATCH] use kzalloc and kcalloc in core fs codeGravatar Oliver Neukum 1-5/+2