1. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  2. 40a2159 sysfs: Disallow truncation of files in sysfs by Ben Hutchings · 16 years ago
  3. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 16 years ago
  4. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  5. 800d15a implement simple fs aops by Nick Piggin · 17 years ago
  6. 6d66f5c sysfs: add copyrights by Tejun Heo · 17 years ago
  7. bc747f3 sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir by Tejun Heo · 17 years ago
  8. dc2f75f sysfs: make sysfs_root a regular directory dirent by Tejun Heo · 17 years ago
  9. b1fc3d6 sysfs: make s_elem an anonymous union by Tejun Heo · 17 years ago
  10. 119dd52 sysfs: Remove sysfs_instantiate by Eric W. Biederman · 17 years ago
  11. 372e88b sysfs: Move all of inode initialization into sysfs_init_inode by Eric W. Biederman · 17 years ago
  12. 990e53f sysfs: make sysfs_addrm_finish() return void by Tejun Heo · 17 years ago
  13. 41fc1c2 sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly by Tejun Heo · 17 years ago
  14. 90bc613 sysfs: Remove first pass at shadow directory support by Eric W. Biederman · 17 years ago
  15. 869512a sysfs: cleanup semaphore.h by Dave Young · 17 years ago
  16. bc37e28 sysfs: make sysfs_init_inode() static by Tejun Heo · 17 years ago
  17. a0edd7c sysfs: move sysfs_drop_dentry() to dir.c and make it static by Tejun Heo · 17 years ago
  18. fb6896d sysfs: restructure add/remove paths and fix inode update by Tejun Heo · 17 years ago
  19. 3007e99 sysfs: use sysfs_mutex to protect the sysfs_dirent tree by Tejun Heo · 17 years ago
  20. 5f99532 sysfs: consolidate sysfs spinlocks by Tejun Heo · 17 years ago
  21. 608e266 sysfs: make kobj point to sysfs_dirent instead of dentry by Tejun Heo · 17 years ago
  22. 380e6fb sysfs: implement SYSFS_FLAG_REMOVED flag by Tejun Heo · 17 years ago
  23. b402d72 sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags by Tejun Heo · 17 years ago
  24. d0bcb56 sysfs: make sysfs_drop_dentry() access inodes using ilookup() by Tejun Heo · 17 years ago
  25. 9d9307d sysfs: Fix oops in sysfs_drop_dentry on x86_64 by Rafael J. Wysocki · 17 years ago
  26. 0c73f18 sysfs: use singly-linked list for sysfs_dirent tree by Tejun Heo · 17 years ago
  27. 8312a8d sysfs: use iget_locked() instead of new_inode() by Tejun Heo · 17 years ago
  28. fc9f54b sysfs: reorganize sysfs_new_indoe() and sysfs_create() by Tejun Heo · 17 years ago
  29. dbde0fc sysfs: reimplement sysfs_drop_dentry() by Tejun Heo · 17 years ago
  30. 198a2a8 sysfs: separate out sysfs_attach_dentry() by Tejun Heo · 17 years ago
  31. 73107cb sysfs: kill attribute file orphaning by Tejun Heo · 17 years ago
  32. 0ab6608 sysfs: implement sysfs_dirent active reference and immediate disconnect by Tejun Heo · 17 years ago
  33. 3e51903 sysfs: make sysfs_dirent->s_element a union by Tejun Heo · 17 years ago
  34. 0c096b5 sysfs: add sysfs_dirent->s_name by Tejun Heo · 17 years ago
  35. dd14cbc sysfs: fix race condition around sd->s_dentry, take#2 by Tejun Heo · 17 years ago
  36. 6aa054a sysfs: fix condition check in sysfs_drop_dentry() by Tejun Heo · 17 years ago
  37. dc35125 sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses by Eric Sandeen · 17 years ago
  38. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  39. e7b0d26 [PATCH] sysfs: reinstate exclusion between method calls and attribute unregistration by Alan Stern · 17 years ago
  40. 266d4f4 [PATCH] suspend regression: sysfs deadlock by Hugh Dickins · 17 years ago
  41. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  42. b592fcf sysfs: Shadow directory support by Eric W. Biederman · 18 years ago
  43. d3fc373 sysfs: suppress lockdep warnings by Frederik Deweerdt · 18 years ago
  44. 94bebf4 Driver core: fix race in sysfs between sysfs_remove_file() and read()/write() by Oliver Neukum · 18 years ago
  45. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  46. 995982c sysfs_remove_bin_file: no return value, dump_stack on error by Randy.Dunlap · 18 years ago
  47. 232ba9d [PATCH] lockdep: annotate the sysfs i_mutex to be a separate class by Arjan van de Ven · 18 years ago
  48. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  49. 99cee0c BUG_ON() Conversion in fs/sysfs/ by Eric Sesterhenn · 18 years ago
  50. 58d4928 [PATCH] sysfs: kzalloc conversion by Eric Sesterhenn · 18 years ago
  51. 641e6f3 [PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentry by Greg Kroah-Hartman · 18 years ago
  52. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  53. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  54. 36676bc [PATCH] Fix oops in sysfs_hash_and_remove_file() by James Bottomley · 19 years ago
  55. 9ca1eb3 [PATCH] sysfs: fix sysfs_setattr by Maneesh Soni · 19 years ago
  56. 5f45f1a [PATCH] remove duplicate get_dentry functions in various places by Christoph Hellwig · 19 years ago
  57. 8215534 [PATCH] sysfs-iattr: set inode attributes by Maneesh Soni · 19 years ago
  58. 988d186 [PATCH] sysfs-iattr: add sysfs_setattr by Maneesh Soni · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago