summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-06-04Merge branch 'android-4.9' into bringup/amlogic-4.9/sync20190523Jianxin Pan191-614/+2041
2019-05-31chardev: add additional check for minor range overlapChengguang Xu1-0/+6
2018-01-19char_dev: extend dynamic allocation of majors into a higher rangeLogan Gunthorpe2-13/+32
2016-08-24dax: define a unified inode/address_space for device-dax mappingsDan Williams3-4/+148
2016-07-14chardev: add missing line break in pr_warnFengguang Wu1-1/+1
2016-03-29chrdev: emit a warning when we go below dynamic major rangeLinus Walleij3-3/+9
2015-08-05fs/char_dev.c: fix incorrect documentation for unregister_chrdev_regionPartha Pratim Mukherjee1-1/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig32-346/+169
2014-12-11fs/char_dev.c: remove pointless assignment from __register_chrdev_region()Jan Kara1-1/+0
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds49-364/+3885
2013-11-08bdi: test bdi_init failureMikulas Patocka3-4/+6
2013-10-25consolidate the reassignments of ->f_op in ->open() instancesAl Viro8-77/+43
2012-10-22char_dev: pin parent kobjectDmitry Torokhov1-1/+17
2011-12-13char_dev.c: fix up some whitespace errorsGreg Kroah-Hartman1-3/+3
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds53-1085/+1323
2011-01-13fs/char_dev.c: remove unused cdev_index()Namhyung Kim2-15/+0
2010-12-17fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Yang Zhang2-2/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds370-77/+601
2010-10-15llseek: automatically add .llseek fopArnd Bergmann339-73/+538
2010-09-22char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara2-2/+5
2010-08-06Fix init ordering of /dev/console vs callers of modprobeDavid Howells4-3/+7
2009-09-24fs/char_dev.c: remove useless loopRenzo Davoli1-3/+0
2009-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds221-6969/+30709
2009-09-11writeback: add name to backing_dev_infoJens Axboe17-0/+18
2009-08-10chrdev: implement __[un]register_chrdev()Tejun Heo2-16/+42
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan173-93/+81
2009-06-12fs: Remove i_cindex from struct inodeTheodore Ts'o5-5/+23
2009-01-06fs: fix name overwrite in __register_chrdev_region()Cyrill Gorcunov1-1/+1
2008-10-23[PATCH] tidy up chrdev_openChristoph Hellwig1-7/+14
2008-10-16remove CONFIG_KMOD from fsJohannes Berg3-29/+4
2008-06-20Remove the lock_kernel() call from chrdev_open()Jonathan Corbet1-4/+1
2008-06-20Add a comment in chrdev_open()Jonathan Corbet1-0/+2
2008-04-29fs: remove unused fops from struct char_device_structJiri Olsa1-1/+0
2008-02-08fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng3-4/+3
2008-01-25Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman10-18/+18
2008-01-25Kobject: convert fs/char_dev.c to use kobject_init/add_ng()Greg Kroah-Hartman1-4/+2
2007-10-17mm: bdi init hooksPeter Zijlstra19-7/+131
2007-07-19unregister_chrdev() return voidAkinobu Mita2-3/+2
2007-04-05[PATCH] remove protection of LANANA-reserved majorsAndrew Morton4-20/+0
2007-02-21[PATCH] rework reserved major handlingAndrew Morton4-13/+19
2007-02-12[PATCH] register_chrdev_region() don't hand out the LOCAL/EXPERIMENTAL majorsAndrew Morton1-0/+7
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells13-19/+52
2006-09-29[PATCH] cdev documentationJonathan Corbet2-0/+64
2006-09-29[PATCH] Chardev checking of overlapping rangesAmos Waterland1-5/+23
2006-09-27[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells3-0/+61
2006-07-15[PATCH] add function documentation for register_chrdev()Rolf Eike Beer1-0/+22
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2972-2976/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman70-83/+0
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionJoe Korty4-306/+62
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven139-225/+225
[next]