1. fed95ba sysfs: fix namespace refcnt leak by Li Zefan · 10 years ago
  2. a9f138b Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" by Greg Kroah-Hartman · 11 years ago
  3. a30f82b Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
  4. d1ba277 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  5. 1ae0681 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  6. 80b9bbe kernfs: add kernfs_dir_ops by Tejun Heo · 11 years ago
  7. 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  8. bb8b9d09 kernfs: add @mode to kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  9. df23fc3 kernfs: s/sysfs/kernfs/ in constants by Tejun Heo · 11 years ago
  10. c525aad kernfs: s/sysfs/kernfs/ in various data structures by Tejun Heo · 11 years ago
  11. adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
  12. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  13. a7560a0 sysfs: fix use-after-free in sysfs_kill_sb() by Tejun Heo · 11 years ago
  14. 9b2db6e sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning by Tejun Heo · 11 years ago
  15. bfc5c17 sysfs, kernfs: remove cross inclusions of internal headers by Tejun Heo · 11 years ago
  16. ac9bba0 sysfs, kernfs: implement kernfs_ns_enabled() by Tejun Heo · 11 years ago
  17. fa736a9 sysfs, kernfs: move mount core code to fs/kernfs/mount.c by Tejun Heo · 11 years ago
  18. 4b93dc9 sysfs, kernfs: prepare mount path for kernfs by Tejun Heo · 11 years ago
  19. df394fb sysfs, kernfs: make super_blocks bind to different kernfs_roots by Tejun Heo · 11 years ago
  20. ba7443b sysfs, kernfs: implement kernfs_create/destroy_root() by Tejun Heo · 11 years ago
  21. 061447a sysfs, kernfs: introduce sysfs_root_sd by Tejun Heo · 11 years ago
  22. 9e30cc9 sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() by Tejun Heo · 11 years ago
  23. 51a35e9 sysfs, kernfs: make sysfs_super_info->ns const by Tejun Heo · 11 years ago
  24. ccc532d sysfs, kernfs: drop unused params from sysfs_fill_super() by Tejun Heo · 11 years ago
  25. 2072f1a sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c by Tejun Heo · 11 years ago
  26. 414985a sysfs, kernfs: move file core code to fs/kernfs/file.c by Tejun Heo · 11 years ago
  27. fd7b9f7 sysfs, kernfs: move dir core code to fs/kernfs/dir.c by Tejun Heo · 11 years ago
  28. ffed24e sysfs, kernfs: move inode code to fs/kernfs/inode.c by Tejun Heo · 11 years ago
  29. ae6621b sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h by Tejun Heo · 11 years ago
  30. ccf73cf sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() by Tejun Heo · 11 years ago
  31. 517e64f sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation by Tejun Heo · 11 years ago
  32. 2b25a62 sysfs, kernfs: reorganize SYSFS_* constants by Tejun Heo · 11 years ago
  33. 024f647 sysfs, kernfs: introduce kernfs_notify() by Tejun Heo · 11 years ago
  34. d19b984 sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() by Tejun Heo · 11 years ago
  35. 2d0cfbe sysfs, kernfs: remove sysfs_add_one() by Tejun Heo · 11 years ago
  36. 496f739 sysfs, kernfs: introduce kernfs_create_file[_ns]() by Tejun Heo · 11 years ago
  37. a7dc66d sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR by Tejun Heo · 11 years ago
  38. 471bd7b sysfs, kernfs: add sysfs_dirent->s_attr.size by Tejun Heo · 11 years ago
  39. f6acf8b sysfs, kernfs: introduce kernfs_ops by Tejun Heo · 11 years ago
  40. dd8a5b0 sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h by Tejun Heo · 11 years ago
  41. c6fb449 sysfs, kernfs: prepare open, release, poll paths for kernfs by Tejun Heo · 11 years ago
  42. fdbffaa sysfs, kernfs: prepare mmap path for kernfs by Tejun Heo · 11 years ago
  43. 50b38ca sysfs, kernfs: prepare write path for kernfs by Tejun Heo · 11 years ago
  44. c2b19da sysfs, kernfs: prepare read path for kernfs by Tejun Heo · 11 years ago
  45. 93b2b8e sysfs, kernfs: introduce kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  46. 7c6e2d3 sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->priv by Tejun Heo · 11 years ago
  47. 44c3eea Merge branch 'driver-core-linus' into driver-core-next by Greg Kroah-Hartman · 11 years ago
  48. 5d60418 sysfs, kernfs: introduce kernfs_setattr() by Tejun Heo · 11 years ago
  49. 890ece1 sysfs, kernfs: introduce kernfs_rename[_ns]() by Tejun Heo · 11 years ago
  50. 5d0e26b sysfs, kernfs: introduce kernfs_create_link() by Tejun Heo · 11 years ago
  51. 879f40d sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() by Tejun Heo · 11 years ago
  52. ae2108a sysfs: make __sysfs_add_one() fail if the parent isn't a directory by Tejun Heo · 11 years ago
  53. c84a3b2 sysfs: drop kobj_ns_type handling, take #2 by Tejun Heo · 11 years ago
  54. 81440e7 Revert "sysfs: handle duplicate removal attempts in sysfs_remove_group()" by Greg Kroah-Hartman · 11 years ago
  55. 027a485 sysfs: use a separate locking class for open files depending on mmap by Tejun Heo · 11 years ago
  56. 54d7114 sysfs: handle duplicate removal attempts in sysfs_remove_group() by Mika Westerberg · 11 years ago
  57. a1212d2 Revert "sysfs: drop kobj_ns_type handling" by Linus Torvalds · 11 years ago
  58. 0cae60f sysfs: rename sysfs_assoc_lock and explain what it's about by Tejun Heo · 11 years ago
  59. 044e3bc sysfs: use generic_file_llseek() for sysfs_file_operations by Tejun Heo · 11 years ago
  60. 1c1365e sysfs: return correct error code on unimplemented mmap() by Vladimir Zapolskiy · 11 years ago
  61. d1c1459 sysfs: separate out dup filename warning into a separate function by Tejun Heo · 11 years ago
  62. 7eed6ec sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c by Tejun Heo · 11 years ago
  63. baa97cb sysfs: remove unused sysfs_get_dentry() prototype by Tejun Heo · 11 years ago
  64. 672f76a sysfs: honor bin_attr.attr.ignore_lockdep by Tejun Heo · 11 years ago
  65. 56b3f3b sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr by Tejun Heo · 11 years ago
  66. b9c0622 sysfs: fix sysfs_write_file for bin file by Ming Lei · 11 years ago
  67. d723a92 sysfs/bin: Fix size handling overflow for bin_attribute by Benjamin Herrenschmidt · 11 years ago
  68. 785a162 sysfs: make sysfs_file_ops() follow ignore_lockdep flag by Tejun Heo · 11 years ago
  69. 3124eb1 sysfs: merge regular and bin file handling by Tejun Heo · 11 years ago
  70. 49fe604 sysfs: prepare open path for unified regular / bin file handling by Tejun Heo · 11 years ago
  71. 73d9714 sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c by Tejun Heo · 11 years ago
  72. 2f0c6b7 sysfs: add sysfs_bin_read() by Tejun Heo · 11 years ago
  73. f9b9a62 sysfs: prepare path write for unified regular / bin file handling by Tejun Heo · 11 years ago
  74. 3ff65d3 sysfs: collapse fs/sysfs/bin.c::fill_read() into read() by Tejun Heo · 11 years ago
  75. 9127016 sysfs: skip bin_buffer->buffer while reading by Tejun Heo · 11 years ago
  76. 13c589d sysfs: use seq_file when reading regular files by Tejun Heo · 11 years ago
  77. 8ef445f sysfs: use transient write buffer by Tejun Heo · 11 years ago
  78. bcafe4e sysfs: add sysfs_open_file->sd and ->file by Tejun Heo · 11 years ago
  79. 58282d8 sysfs: rename sysfs_buffer to sysfs_open_file by Tejun Heo · 11 years ago
  80. c75ec76 sysfs: add sysfs_open_file_mutex by Tejun Heo · 11 years ago
  81. 375b611 sysfs: remove sysfs_buffer->ops by Tejun Heo · 11 years ago
  82. aea585e sysfs: remove sysfs_buffer->needs_read_fill by Tejun Heo · 11 years ago
  83. 89e51da sysfs: remove unused sysfs_buffer->pos by Tejun Heo · 11 years ago
  84. 250f7c3 sysfs: introduce [__]sysfs_remove() by Tejun Heo · 11 years ago
  85. bcdde7e sysfs: make __sysfs_remove_dir() recursive by Tejun Heo · 11 years ago
  86. 26ea12d kobject: grab an extra reference on kobject->sd to allow duplicate deletes by Tejun Heo · 11 years ago
  87. d69ac5a sysfs: remove sysfs_addrm_cxt->parent_sd by Tejun Heo · 11 years ago
  88. cfec0bc sysfs: @name comes before @ns by Tejun Heo · 11 years ago
  89. 388975c sysfs: clean up sysfs_get_dirent() by Tejun Heo · 11 years ago
  90. cb26a31 sysfs: drop kobj_ns_type handling by Tejun Heo · 11 years ago
  91. 4b30ee5 sysfs: remove ktype->namespace() invocations in symlink code by Tejun Heo · 11 years ago
  92. e34ff49 sysfs: remove ktype->namespace() invocations in directory code by Tejun Heo · 11 years ago
  93. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  94. bcac376 sysfs: drop semicolon from to_sysfs_dirent() definition by Tejun Heo · 11 years ago
  95. dc0755c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  96. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  97. 6497d16 sysfs: use check_submounts_and_drop() by Miklos Szeredi · 11 years ago
  98. 7dc5dbc sysfs: Restrict mounting sysfs by Eric W. Biederman · 11 years ago
  99. e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 11 years ago
  100. 09239ed sysfs: group.c: fix up kerneldoc by Greg Kroah-Hartman · 11 years ago