1. a1212d2 Revert "sysfs: drop kobj_ns_type handling" by Linus Torvalds · 11 years ago
  2. 0cae60f sysfs: rename sysfs_assoc_lock and explain what it's about by Tejun Heo · 11 years ago
  3. 044e3bc sysfs: use generic_file_llseek() for sysfs_file_operations by Tejun Heo · 11 years ago
  4. 1c1365e sysfs: return correct error code on unimplemented mmap() by Vladimir Zapolskiy · 11 years ago
  5. d1c1459 sysfs: separate out dup filename warning into a separate function by Tejun Heo · 11 years ago
  6. 7eed6ec sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c by Tejun Heo · 11 years ago
  7. baa97cb sysfs: remove unused sysfs_get_dentry() prototype by Tejun Heo · 11 years ago
  8. 672f76a sysfs: honor bin_attr.attr.ignore_lockdep by Tejun Heo · 11 years ago
  9. 56b3f3b sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr by Tejun Heo · 11 years ago
  10. b9c0622 sysfs: fix sysfs_write_file for bin file by Ming Lei · 11 years ago
  11. d723a92 sysfs/bin: Fix size handling overflow for bin_attribute by Benjamin Herrenschmidt · 11 years ago
  12. 785a162 sysfs: make sysfs_file_ops() follow ignore_lockdep flag by Tejun Heo · 11 years ago
  13. 3124eb1 sysfs: merge regular and bin file handling by Tejun Heo · 11 years ago
  14. 49fe604 sysfs: prepare open path for unified regular / bin file handling by Tejun Heo · 11 years ago
  15. 73d9714 sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c by Tejun Heo · 11 years ago
  16. 2f0c6b7 sysfs: add sysfs_bin_read() by Tejun Heo · 11 years ago
  17. f9b9a62 sysfs: prepare path write for unified regular / bin file handling by Tejun Heo · 11 years ago
  18. 3ff65d3 sysfs: collapse fs/sysfs/bin.c::fill_read() into read() by Tejun Heo · 11 years ago
  19. 9127016 sysfs: skip bin_buffer->buffer while reading by Tejun Heo · 11 years ago
  20. 13c589d sysfs: use seq_file when reading regular files by Tejun Heo · 11 years ago
  21. 8ef445f sysfs: use transient write buffer by Tejun Heo · 11 years ago
  22. bcafe4e sysfs: add sysfs_open_file->sd and ->file by Tejun Heo · 11 years ago
  23. 58282d8 sysfs: rename sysfs_buffer to sysfs_open_file by Tejun Heo · 11 years ago
  24. c75ec76 sysfs: add sysfs_open_file_mutex by Tejun Heo · 11 years ago
  25. 375b611 sysfs: remove sysfs_buffer->ops by Tejun Heo · 11 years ago
  26. aea585e sysfs: remove sysfs_buffer->needs_read_fill by Tejun Heo · 11 years ago
  27. 89e51da sysfs: remove unused sysfs_buffer->pos by Tejun Heo · 11 years ago
  28. 250f7c3 sysfs: introduce [__]sysfs_remove() by Tejun Heo · 11 years ago
  29. bcdde7e sysfs: make __sysfs_remove_dir() recursive by Tejun Heo · 11 years ago
  30. 26ea12d kobject: grab an extra reference on kobject->sd to allow duplicate deletes by Tejun Heo · 11 years ago
  31. d69ac5a sysfs: remove sysfs_addrm_cxt->parent_sd by Tejun Heo · 11 years ago
  32. cfec0bc sysfs: @name comes before @ns by Tejun Heo · 11 years ago
  33. 388975c sysfs: clean up sysfs_get_dirent() by Tejun Heo · 11 years ago
  34. cb26a31 sysfs: drop kobj_ns_type handling by Tejun Heo · 11 years ago
  35. 4b30ee5 sysfs: remove ktype->namespace() invocations in symlink code by Tejun Heo · 11 years ago
  36. e34ff49 sysfs: remove ktype->namespace() invocations in directory code by Tejun Heo · 11 years ago
  37. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  38. bcac376 sysfs: drop semicolon from to_sysfs_dirent() definition by Tejun Heo · 11 years ago
  39. dc0755c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  40. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  41. 6497d16 sysfs: use check_submounts_and_drop() by Miklos Szeredi · 11 years ago
  42. 7dc5dbc sysfs: Restrict mounting sysfs by Eric W. Biederman · 11 years ago
  43. e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 11 years ago
  44. 09239ed sysfs: group.c: fix up kerneldoc by Greg Kroah-Hartman · 11 years ago
  45. 2c3a908 sysfs: sysfs.h: fix coding style issues by Greg Kroah-Hartman · 11 years ago
  46. 07ac62a sysfs: file.c: fix up broken string warnings by Greg Kroah-Hartman · 11 years ago
  47. 37814ee sysfs: dir.c: fix up odd do/while indentation by Greg Kroah-Hartman · 11 years ago
  48. 060cc74 sysfs: fix up uaccess.h coding style warnings by Greg Kroah-Hartman · 11 years ago
  49. ddfd6d0 sysfs: fix up 80 column coding style issues by Greg Kroah-Hartman · 11 years ago
  50. 1b18dc2 sysfs: fix up space coding style issues by Greg Kroah-Hartman · 11 years ago
  51. ab9bf4b sysfs: remove trailing whitespace by Greg Kroah-Hartman · 11 years ago
  52. 1b86675 sysfs: fix placement of EXPORT_SYMBOL() by Greg Kroah-Hartman · 11 years ago
  53. 9e2a47e sysfs: group: update copyright to add myself and the LF by Greg Kroah-Hartman · 11 years ago
  54. f9ae443 sysfs: group.c: add kerneldoc for sysfs_remove_group by Greg Kroah-Hartman · 11 years ago
  55. 16aebf1 sysfs: group.c: fix up broken string coding style by Greg Kroah-Hartman · 11 years ago
  56. 995d8ed sysfs: group.c: fix up some * coding style issues by Greg Kroah-Hartman · 11 years ago
  57. e6c5692 sysfs: group.c: fix trailing whitespace by Greg Kroah-Hartman · 11 years ago
  58. d363bc5 sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location by Greg Kroah-Hartman · 11 years ago
  59. 3e9b2ba sysfs: add sysfs_create/remove_groups() by Greg Kroah-Hartman · 11 years ago
  60. 388a8c3 sysfs: prevent warning when only using binary attributes by Oliver Schinagl · 11 years ago
  61. 6ab9cea sysfs: add support for binary attributes in groups by Greg Kroah-Hartman · 11 years ago
  62. fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  63. d55fea8 [readdir] convert sysfs by Al Viro · 11 years ago
  64. fc60bb8 sysfs_notify is only possible on file attributes by Nick Dyer · 11 years ago
  65. 5240d58 sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c. by Rami Rosen · 11 years ago
  66. 4347491 sysfs: sysfs_link_sibling(): fix typo in comment by Warner Wang · 11 years ago
  67. bb2b005 sysfs: check if one entry has been removed before freeing by Ming Lei · 11 years ago
  68. f7db5e7 sysfs: fix use after free in case of concurrent read/write and readdir by Ming Lei · 11 years ago
  69. 0f8b1a0 Merge v3.9-rc5 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  70. 97f084b Merge tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  71. 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 11 years ago
  72. 3db3c62 sysfs: use atomic_inc_unless_negative in sysfs_get_active by Maarten Lankhorst · 11 years ago
  73. e5110f4 sysfs: handle failure path correctly for readdir() by Ming Lei · 11 years ago
  74. 991f76f sysfs: fix race between readdir and lseek by Ming Lei · 11 years ago
  75. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  76. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  77. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  78. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  79. 0bb8f3d sysfs: Functions for adding/removing symlinks to/from attribute groups by Rafael J. Wysocki · 12 years ago
  80. 595e0eb0 Revert "sysfs: Convert print_symbol to %pSR" by Greg Kroah-Hartman · 12 years ago
  81. 6ad58fa sysfs: Convert print_symbol to %pSR by Joe Perches · 12 years ago
  82. 6b8fbde sysfs: Fixed a trailing white space error by Bin Wang · 12 years ago
  83. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  84. 1f20dfd sysfs: Mark sysfs_attr_ns static by Josh Triplett · 12 years ago
  85. 4f326c0 userns: Allow unprivilged mounts of proc and sysfs by Eric W. Biederman · 12 years ago
  86. 66081a7 sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat() by Geert Uytterhoeven · 12 years ago
  87. 6f1cbd4 sysfs: Fix comment typo "sysf_create_link". by Robert P. J. Day · 12 years ago
  88. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  89. 14ae417 sysfs: Push file_update_time() into bin_page_mkwrite() by Jan Kara · 12 years ago
  90. fa93669 Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  91. 17f79be sysfs: fail dentry revalidation after namespace change fix by Andrew Morton · 12 years ago
  92. e5bcac6 sysfs: fail dentry revalidation after namespace change by Glauber Costa · 12 years ago
  93. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  94. e77fb7c sysfs: just use d_materialise_unique() by Al Viro · 12 years ago
  95. 469796d sysfs: switch to ->s_d_op and ->d_release() by Al Viro · 12 years ago
  96. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  97. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  98. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  99. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  100. ab27b91 userns: Convert sysfs to use kgid/kuid where appropriate by Eric W. Biederman · 12 years ago