1. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  2. cfe3944 use linux/poll.h instead of asm/poll.h by Al Viro · 7 years ago
  3. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  4. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 7 years ago
  5. 2b2d878 debugfs: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  6. 3bce94f debugfs: add SPDX identifiers to all debugfs files by Greg Kroah-Hartman · 7 years ago
  7. 7d39bc5 debugfs: defer debugfs_fsdata allocation to first usage by Nicolai Stange · 7 years ago
  8. 154b9d7 debugfs: call debugfs_real_fops() only after debugfs_file_get() by Nicolai Stange · 7 years ago
  9. c9afbec debugfs: purge obsolete SRCU based removal protection by Nicolai Stange · 7 years ago
  10. 69d29f9 debugfs: convert to debugfs_file_get() and -put() by Nicolai Stange · 7 years ago
  11. 055ab8e debugfs: debugfs_real_fops(): drop __must_hold sparse annotation by Nicolai Stange · 7 years ago
  12. e9117a5 debugfs: implement per-file removal protection by Nicolai Stange · 7 years ago
  13. 7c8d469 debugfs: add support for more elaborate ->d_fsdata by Nicolai Stange · 7 years ago
  14. e1b4fc7 fs: update location of filesystems documentation by Mauro Carvalho Chehab · 7 years ago
  15. a1a9e5d debugfs: propagate release() call result by Eric Engestrom · 8 years ago
  16. 86f0e06 debugfs: introduce a public file_operations accessor by Christian Lamparter · 8 years ago
  17. 75f0b68 debugfs: open_proxy_open(): avoid double fops release by Nicolai Stange · 8 years ago
  18. b10e3e9 debugfs: full_proxy_open(): free proxy on ->open() failure by Nicolai Stange · 8 years ago
  19. c4a74f6 debugfs: unproxify files created through debugfs_create_u32_array() by Nicolai Stange · 9 years ago
  20. 83b711c debugfs: unproxify files created through debugfs_create_blob() by Nicolai Stange · 9 years ago
  21. 4d45f79 debugfs: unproxify files created through debugfs_create_bool() by Nicolai Stange · 9 years ago
  22. 4909f16 debugfs: unproxify integer attribute files by Nicolai Stange · 9 years ago
  23. c646880 debugfs: add support for self-protecting attribute file fops by Nicolai Stange · 9 years ago
  24. 49d200d debugfs: prevent access to removed files' private data by Nicolai Stange · 9 years ago
  25. 9fd4dce debugfs: prevent access to possibly dead file_operations at file open by Nicolai Stange · 9 years ago
  26. c23fe83 debugfs: Add debugfs_create_ulong() by Viresh Kumar · 9 years ago
  27. 6713e8f debugfs: Add read-only/write-only bool file ops by Stephen Boyd · 9 years ago
  28. 6db6652 debugfs: Add read-only/write-only size_t file ops by Stephen Boyd · 9 years ago
  29. 82b7d4f debugfs: Add read-only/write-only x64 file ops by Stephen Boyd · 9 years ago
  30. b97f679 debugfs: Consolidate file mode checks in debugfs_create_*() by Stephen Boyd · 9 years ago
  31. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  32. 0642ef6 debugfs: Export bool read/write functions by Richard Fitzgerald · 9 years ago
  33. 5723cb0 debugfs: switch to simple_follow_link() by Al Viro · 9 years ago
  34. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  35. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  36. 98210b7 debugfs: add helper function to create device related seq_file by Arend van Spriel · 10 years ago
  37. 9761536 debugfs: Have debugfs_print_regs32() return void by Joe Perches · 10 years ago
  38. 88e412e fs: debugfs: remove trailing whitespace by Rahul Bedarkar · 10 years ago
  39. a3b2c8c7 debugfs: write_file_bool() - ensure strtobool() operates on valid data by Mathias Krause · 11 years ago
  40. 3a76e5e debugfs: add get/set for atomic types by Seth Jennings · 11 years ago
  41. e05e279 debugfs: fix u32_array race in format_array_alloc by Linus Torvalds · 12 years ago
  42. 3604885 debugfs: fix race in u32_array_read and allocate array at open by David Rientjes · 12 years ago
  43. 9fe2a70 debugfs: Add support to print u32 array in debugfs by Srivatsa Vaddagiri · 13 years ago
  44. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 13 years ago
  45. 8818739 debugfs-related mode_t whack-a-mole by Al Viro · 13 years ago
  46. b5763ac kernel-doc: fix new warnings in debugfs by Randy Dunlap · 13 years ago
  47. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  48. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  49. 3b85e4a debugfs: add missing #ifdef HAS_IOMEM by Heiko Carstens · 13 years ago
  50. 5858441 debugfs: remove unneeded cast in debugfs_print_regs32() by Dan Carpenter · 13 years ago
  51. 03e099f debugfs: bugfix: include <linux/io.h> in file.c by Alessandro Rubini · 13 years ago
  52. 8ee4dd9 debugfs: print_regs32: make regs array a const pointer by Alessandro Rubini · 13 years ago
  53. 1a087c6 debugfs: add tools to printk 32-bit registers by Alessandro Rubini · 13 years ago
  54. c42d223 debugfs: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 13 years ago
  55. 8705b48 debugfs: move to new strtobool by Jonathan Cameron · 14 years ago
  56. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  57. 15b0bea Add x64 support to debugfs by Huang Ying · 14 years ago
  58. e4792aa debugfs: use specified mode to possibly mark files read/write only by Robin Getz · 15 years ago
  59. 400ced6 debugfs: fix docbook error by Jonathan Corbet · 15 years ago
  60. 5e07878 debugfs: add helpers for exporting a size_t simple value by Inaky Perez-Gonzalez · 16 years ago
  61. 883ce42 DEBUGFS: Correct location of debugfs API documentation. by Robert P. J. Day · 16 years ago
  62. 8b88b09 libfs: allow error return from simple attributes by Christoph Hellwig · 17 years ago
  63. e6716b8 docbook: fix filesystems content by Randy Dunlap · 17 years ago
  64. 2ebefc5 debugfs: helper for decimal challenged by Robin Getz · 17 years ago
  65. 8447891 debugfs: Add debugfs_create_u64() by Michael Ellerman · 18 years ago
  66. 66f5496 debugfs: implement symbolic links by Peter Oberparleiter · 18 years ago
  67. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 18 years ago
  68. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  69. 6468b3a Debugfs: kernel-doc fixes for debugfs by Randy Dunlap · 18 years ago
  70. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  71. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
  72. dd308bc [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary data by Michael Ellerman · 19 years ago
  73. 276e0c7 [PATCH] debugfs: trivial comment fix by Vincent Hanquez · 19 years ago
  74. acaefc2 [PATCH] libfs: add simple attribute files by Arnd Bergmann · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago