aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/devices.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig1-0/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-13/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-17block: order /proc/devices by major numberLogan Gunthorpe1-2/+2
2017-07-17char_dev: order /proc/devices by major numberLogan Gunthorpe1-4/+4
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan1-2/+2
2008-10-23proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan1-0/+70