1. 75de46b fix setattr error handling in sysfs, configfs by Nick Piggin · 14 years ago
  2. 3322e79 fs: convert simple fs to new truncate by Nick Piggin · 14 years ago
  3. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  4. 68d75ed sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs tree by Eric W. Biederman · 14 years ago
  5. be867b1 sysfs: Comment sysfs directory tagging logic by Serge E. Hallyn · 14 years ago
  6. 746edb7 sysfs: Implement sysfs_delete_link by Eric W. Biederman · 14 years ago
  7. af10ec7 sysfs: Add support for tagged directories with untagged members. by Eric W. Biederman · 14 years ago
  8. 3ff195b sysfs: Implement sysfs tagged directory support. by Eric W. Biederman · 14 years ago
  9. ba514a5 sysfs: Remove double free sysfs_get_sb by Eric W. Biederman · 14 years ago
  10. 9e7fdd2 sysfs: Basic support for multiple super blocks by Eric W. Biederman · 14 years ago
  11. e0f4375 bridge: update sysfs link names if port device names have changed by Simon Arlott · 14 years ago
  12. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  13. 0f4288e sysfs: Kill unused sysfs_sb variable. by Eric W. Biederman · 14 years ago
  14. fac2622 sysfs: Pass super_block to sysfs_get_inode by Eric W. Biederman · 14 years ago
  15. 7cb3294 sysfs: Implement sysfs_rename_link by Eric W. Biederman · 14 years ago
  16. 19c38b6 sysfs: Pack sysfs_dirent more tightly. by Eric W. Biederman · 14 years ago
  17. f8d4f61 sysfs: Serialize updates to the vfs inode by Eric W. Biederman · 14 years ago
  18. 6992f53 sysfs: Use one lockdep class per sysfs attribute. by Eric W. Biederman · 14 years ago
  19. a2db684 sysfs: Only take active references on attributes. by Eric W. Biederman · 14 years ago
  20. e72ceb8 sysfs: Remove sysfs_get/put_active_two by Eric W. Biederman · 14 years ago
  21. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  22. 1e5289c sysfs: Cache the last sysfs_dirent to improve readdir scalability v2 by Eric W. Biederman · 15 years ago
  23. 1c205ae sysfs: Add sysfs_add/remove_files utility functions by Andi Kleen · 15 years ago
  24. 7c0ff87 sysfs: sysfs_sd_setattr set iattrs unconditionally by Eric W. Biederman · 14 years ago
  25. 846f997 sysfs: Add lockdep annotations for the sysfs active reference by Eric W. Biederman · 15 years ago
  26. 66ecb92 Driver core: bin_attribute parameters can often be const* by Phil Carmody · 15 years ago
  27. e16acb5 sysfs: sysfs_setattr remove unnecessary permission check. by Eric W. Biederman · 15 years ago
  28. ca1bab3 sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir by Eric W. Biederman · 15 years ago
  29. 832b6af sysfs: Propagate renames to the vfs on demand by Eric W. Biederman · 15 years ago
  30. a16bbc3 sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish by Eric W. Biederman · 15 years ago
  31. 06fc0d6 sysfs: In sysfs_chmod_file lazily propagate the mode change. by Eric W. Biederman · 15 years ago
  32. e61ab4a sysfs: Implement sysfs_getattr & sysfs_permission by Eric W. Biederman · 15 years ago
  33. c099aac sysfs: Nicely indent sysfs_symlink_inode_operations by Eric W. Biederman · 15 years ago
  34. 6b0bfe9 sysfs: Update s_iattr on link and unlink. by Eric W. Biederman · 15 years ago
  35. 35df63c sysfs: Fix locking and factor out sysfs_sd_setattr by Eric W. Biederman · 15 years ago
  36. 4be3df2 sysfs: Simplify iattr time assignments by Eric W. Biederman · 15 years ago
  37. 4c6974f sysfs: Simplify sysfs_chmod_file semantics by Eric W. Biederman · 15 years ago
  38. e8f077c sysfs: Use dentry_ops instead of directly playing with the dcache by Eric W. Biederman · 15 years ago
  39. 28a027c sysfs: Rename sysfs_d_iput to sysfs_dentry_iput by Eric W. Biederman · 15 years ago
  40. f44d3e7 sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutex by Eric W. Biederman · 15 years ago
  41. f38506c sysfs: mark a locally-only used function static by Stefan Richter · 15 years ago
  42. 4c3da22 sysfs: Don't leak secdata when a sysfs_dirent is freed. by Eric W. Biederman · 15 years ago
  43. 83db93f sysfs: Allow sysfs_notify_dirent to be called from interrupt context. by Neil Brown · 15 years ago
  44. a6a8357 sysfs: Allow sysfs_move_dir(..., NULL) again. by Cornelia Huck · 15 years ago
  45. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  46. a12e4d3 Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  47. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  48. ddd29ec sysfs: Add labeling support for sysfs by David P. Quigley · 15 years ago
  49. 0f58b44 sysfs: fix hardlink count on device_move by Peter Oberparleiter · 15 years ago
  50. d5ce5b4 Free the memory allocated by memdup_user() in fs/sysfs/bin.c by Catalin Marinas · 15 years ago
  51. 557411e Sysfs: fix possible memleak in sysfs_follow_link by Armin Kuster · 15 years ago
  52. 086a377 sysfs: file.c: use create_singlethread_workqueue() by Andrew Morton · 15 years ago
  53. 1c8542c sysfs: use memdup_user() by Li Zefan · 15 years ago
  54. 1af3557 sysfs: sysfs poll keep the poll rule of regular file. by KOSAKI Motohiro · 15 years ago
  55. d110271 sysfs: don't use global workqueue in sysfs_schedule_callback() by Alex Chiang · 15 years ago
  56. 851a039 mm: page_mkwrite change prototype to match fault: fix sysfs by Hugh Dickins · 15 years ago
  57. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  58. ee1ec32 constify dentry_operations: sysfs by Al Viro · 15 years ago
  59. 095160a sysfs: fix some bin_vm_ops errors by Hugh Dickins · 15 years ago
  60. 6694206 sysfs: only allow one scheduled removal callback per kobj by Alex Chiang · 15 years ago
  61. e0edd3c sysfs: don't block indefinitely for unmapped files. by Eric W. Biederman · 15 years ago
  62. 04256b4 sysfs: reference sysfs_dirent from sysfs inodes by Eric W. Biederman · 15 years ago
  63. 425cb02 sysfs: sysfs_add_one WARNs with full path to duplicate filename by Alex Chiang · 15 years ago
  64. 4a67a1b sysfs: Take sysfs_mutex when fetching the root inode. by Eric W. Biederman · 16 years ago
  65. 8231f2f SYSFS: use standard magic.h for sysfs by Qinghuang Feng · 16 years ago
  66. ed80386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  67. 5f3a211 fs/Kconfig: move sysfs out by Alexey Dobriyan · 15 years ago
  68. 4503efd sysfs: fix problems with binary files by Greg Kroah-Hartman · 16 years ago
  69. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  70. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  71. 0b4a4fe kobject: Cleanup kobject_rename and !CONFIG_SYSFS by Eric W. Biederman · 16 years ago
  72. 8c0e399 sysfs: Make dir and name args to sysfs_notify() const by Trent Piepho · 16 years ago
  73. 45c076c sysfs: use ilookup5() instead of ilookup5_nowait() by Tejun Heo · 16 years ago
  74. b31ca3f sysfs: fix deadlock by Nick Piggin · 16 years ago
  75. f1282c8 sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent by Neil Brown · 16 years ago
  76. ae87221d sysfs: crash debugging by Andrew Morton · 17 years ago
  77. 99fcd77 Use WARN() in fs/sysfs by Arjan van de Ven · 16 years ago
  78. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 16 years ago
  79. 93265d1 sysfs: don't call notify_change by Miklos Szeredi · 16 years ago
  80. 0599ad5 sysfs: remove error messages for -EEXIST case by Stephen Hemminger · 16 years ago
  81. 40a2159 sysfs: Disallow truncation of files in sysfs by Ben Hutchings · 16 years ago
  82. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  83. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 16 years ago
  84. 0f42389 [SCSI] sysfs: make group is_valid return a mode_t by James Bottomley · 16 years ago
  85. 2424b5d sysfs: refill attribute buffer when reading from offset 0 by Dan Williams · 16 years ago
  86. c6f8773 SYSFS: Explicitly include required header file slab.h. by Robert P. J. Day · 16 years ago
  87. a839c5a sysfs: Allow removal of symlinks in the sysfs root by Mark Fasheh · 16 years ago
  88. 815d2d5 driver core: debug for bad dev_attr_show() return value. by Andrew Morton · 16 years ago
  89. 969affd sysfs: remove BUG_ON() from sysfs_remove_group() by Greg Kroah-Hartman · 16 years ago
  90. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  91. 000f2a4 Driver Core: kill subsys_attribute and default sysfs ops by Kay Sievers · 17 years ago
  92. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  93. d7b3788 sysfs: remove SPIN_LOCK_UNLOCKED by Jiri Slaby · 17 years ago
  94. 2f90a85 sysfs: create optimal relative symlink targets by Kay Sievers · 17 years ago
  95. 9fd5b1c sysfs: Fix a copy-n-paste typo in comment by Jean Delvare · 17 years ago
  96. d4acd72 [SCSI] sysfs: add filter function to groups by James Bottomley · 17 years ago
  97. 11f24fb [SCSI] sysfs: fix the sysfs_add_file_to_group interfaces by James Bottomley · 17 years ago
  98. 456ef15 sysfs: fix bugs in sysfs_rename/move_dir() by Tejun Heo · 17 years ago
  99. e49452c sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookup by Tejun Heo · 17 years ago
  100. 8118a85 sysfs: fix off-by-one error in fill_read_buffer() by Miao Xie · 17 years ago