1. d2c9ee4 chardev: Avoid potential use-after-free in 'chrdev_open()' by Will Deacon · 4 years, 4 months ago
  2. bb22efc chardev: add additional check for minor range overlap by Chengguang Xu · 5 years ago
  3. 3bc52c4 dax: define a unified inode/address_space for device-dax mappings by Dan Williams · 8 years ago
  4. 077e264 chardev: add missing line break in pr_warn by Fengguang Wu · 8 years ago
  5. 49db08c chrdev: emit a warning when we go below dynamic major range by Linus Walleij · 8 years ago
  6. 594069b fs/char_dev.c: fix incorrect documentation for unregister_chrdev_region by Partha Pratim Mukherjee · 9 years ago
  7. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  8. e2ab879 fs/char_dev.c: remove pointless assignment from __register_chrdev_region() by Jan Kara · 9 years ago
  9. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  10. 8077c0d bdi: test bdi_init failure by Mikulas Patocka · 11 years ago
  11. e84f9e5 consolidate the reassignments of ->f_op in ->open() instances by Al Viro · 11 years ago
  12. 2f0157f char_dev: pin parent kobject by Dmitry Torokhov · 12 years ago
  13. 1ff9764 char_dev.c: fix up some whitespace errors by Greg Kroah-Hartman · 12 years ago
  14. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  15. e6d7202 fs/char_dev.c: remove unused cdev_index() by Namhyung Kim · 13 years ago
  16. e61eb2e fs/block: type signature of major_to_index(int) to major_to_index(unsigned) by Yang Zhang · 13 years ago
  17. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  18. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  19. 371d217 char: Mark /dev/zero and /dev/kmem as not capable of writeback by Jan Kara · 14 years ago
  20. 31d1d48 Fix init ordering of /dev/console vs callers of modprobe by David Howells · 14 years ago
  21. dd5d81f fs/char_dev.c: remove useless loop by Renzo Davoli · 15 years ago
  22. a9c86d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  23. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  24. 1905b1b chrdev: implement __[un]register_chrdev() by Tejun Heo · 15 years ago
  25. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  26. 9fd5746 fs: Remove i_cindex from struct inode by Theodore Ts'o · 15 years ago
  27. 8c40188 fs: fix name overwrite in __register_chrdev_region() by Cyrill Gorcunov · 15 years ago
  28. a518ab9 [PATCH] tidy up chrdev_open by Christoph Hellwig · 16 years ago
  29. 5f4123b remove CONFIG_KMOD from fs by Johannes Berg · 16 years ago
  30. 9514dff Remove the lock_kernel() call from chrdev_open() by Jonathan Corbet · 16 years ago
  31. a30427d Add a comment in chrdev_open() by Jonathan Corbet · 16 years ago
  32. 61d6457 fs: remove unused fops from struct char_device_struct by Jiri Olsa · 16 years ago
  33. 922f9cf fs/char_dev.c: chrdev_open marked static and removed from fs.h by Denis Cheng · 16 years ago
  34. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 16 years ago
  35. a5815dd Kobject: convert fs/char_dev.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 16 years ago
  36. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  37. e53252d unregister_chrdev() return void by Akinobu Mita · 17 years ago
  38. 2363cc0 [PATCH] remove protection of LANANA-reserved majors by Andrew Morton · 17 years ago
  39. b446b60 [PATCH] rework reserved major handling by Andrew Morton · 17 years ago
  40. 215122e [PATCH] register_chrdev_region() don't hand out the LOCAL/EXPERIMENTAL majors by Andrew Morton · 17 years ago
  41. 07f3f05 [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] by David Howells · 18 years ago
  42. cf3e43d [PATCH] cdev documentation by Jonathan Corbet · 18 years ago
  43. 01d553d [PATCH] Chardev checking of overlapping ranges by Amos Waterland · 18 years ago
  44. 5da6185 [PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmem by David Howells · 18 years ago
  45. d247e2c [PATCH] add function documentation for register_chrdev() by Rolf Eike Beer · 18 years ago
  46. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  47. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  48. 68eef3b [PATCH] Simplify proc/devices and fix early termination regression by Joe Korty · 18 years ago
  49. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  50. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  51. 11b0b5a [PATCH] use kzalloc and kcalloc in core fs code by Oliver Neukum · 18 years ago
  52. 58383af [PATCH] kobj_map semaphore to mutex conversion by Jes Sorensen · 18 years ago
  53. 7170be5 [PATCH] convert /proc/devices to use seq_file interface by Neil Horman · 18 years ago
  54. 7da6844 [PATCH] cdev: cdev_put oops by Brian King · 19 years ago
  55. 8d45168 [PATCH] fix semaphore handling in __unregister_chrdev_region by Wen-chien Jesse Sung · 19 years ago
  56. ac20427 [PATCH] add check to /proc/devices read routines by Neil Horman · 19 years ago
  57. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  58. 1d4d5b3 [PATCH] revert fs/char_dev.c CONFIG_BASE_FULL change by David Brownell · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago