1. bc747f3 sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir by Tejun Heo · 17 years ago
  2. dc2f75f sysfs: make sysfs_root a regular directory dirent by Tejun Heo · 17 years ago
  3. d6b4fd2 sysfs: open code sysfs_attach_dentry() by Tejun Heo · 17 years ago
  4. b1fc3d6 sysfs: make s_elem an anonymous union by Tejun Heo · 17 years ago
  5. 078ce64 sysfs: make bin attr open get active reference of parent too by Tejun Heo · 17 years ago
  6. 50ab1a7 sysfs: kill unnecessary NULL pointer check in sysfs_release() by Tejun Heo · 17 years ago
  7. b05f054 sysfs: kill unnecessary sysfs_get() in open paths by Tejun Heo · 17 years ago
  8. b13dc89 sysfs: reposition sysfs_dirent->s_mode. by Tejun Heo · 17 years ago
  9. 5a7ad7f sysfs: kill sysfs_update_file() by Tejun Heo · 17 years ago
  10. 59f6901 sysfs: clean up header files by Tejun Heo · 17 years ago
  11. f88123e sysfs: fix sysfs_chmod_file() such that it updates sd->s_mode too by Tejun Heo · 17 years ago
  12. 181b2e4 sysfs: fix comments of sysfs_add/remove_one() by Tejun Heo · 17 years ago
  13. 5c3e896 sysfs: spit a warning to users when they try to create a duplicate sysfs file by Greg Kroah-Hartman · 17 years ago
  14. 45aaae9 sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  15. 9918f9a sysfs: Rewrite rename in terms of sysfs dirents by Eric W. Biederman · 17 years ago
  16. 5a26b79 sysfs: Remove s_dentry by Eric W. Biederman · 17 years ago
  17. e0712bb sysfs: simply sysfs_get_dentry by Tejun Heo · 17 years ago
  18. 932ea2e sysfs: Introduce sysfs_rename_mutex by Eric W. Biederman · 17 years ago
  19. 89bec09 sysfs: Rewrite sysfs_drop_dentry. by Eric W. Biederman · 17 years ago
  20. 3efa65b sysfs: Simplify readdir. by Eric W. Biederman · 17 years ago
  21. 94777e0 sysfs: In sysfs_lookup don't open code sysfs_find_dirent by Eric W. Biederman · 17 years ago
  22. 7d0c7d6 sysfs: Make sysfs_mount static by Eric W. Biederman · 17 years ago
  23. 0333cd8 sysfs: Use kill_anon_super by Eric W. Biederman · 17 years ago
  24. 119dd52 sysfs: Remove sysfs_instantiate by Eric W. Biederman · 17 years ago
  25. 372e88b sysfs: Move all of inode initialization into sysfs_init_inode by Eric W. Biederman · 17 years ago
  26. 2532802 sysfs: fix i_mutex locking in sysfs_get_dentry() by Tejun Heo · 17 years ago
  27. a93720e sysfs: Fix typos in fs/sysfs/file.c by Rolf Eike Beer · 17 years ago
  28. 990e53f sysfs: make sysfs_addrm_finish() return void by Tejun Heo · 17 years ago
  29. 23dc279 sysfs: make sysfs_add_one() automatically check for duplicate entry by Tejun Heo · 17 years ago
  30. 41fc1c2 sysfs: make sysfs_add/remove_one() call link/unlink_sibling() implictly by Tejun Heo · 17 years ago
  31. ff869de sysfs: simplify sysfs_rename_dir() by Tejun Heo · 17 years ago
  32. a7a0475 sysfs: cosmetic changes in sysfs_lookup() by Tejun Heo · 17 years ago
  33. 90bc613 sysfs: Remove first pass at shadow directory support by Eric W. Biederman · 17 years ago
  34. 869512a sysfs: cleanup semaphore.h by Dave Young · 17 years ago
  35. 52e8c20 sysfs/file.c - use mutex instead of semaphore by Dave Young · 17 years ago
  36. 2ebefc5 debugfs: helper for decimal challenged by Robin Getz · 17 years ago
  37. 34980ca Drivers: clean up direct setting of the name of a kset by Greg Kroah-Hartman · 17 years ago
  38. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  39. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  40. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  41. e30408b JFS: fix bio-related build breakage by Jeff Garzik · 17 years ago
  42. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  43. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  44. 3969903 [FS] seq_file: Introduce the seq_open_private() by Pavel Emelyanov · 17 years ago
  45. 4665079 [NETNS]: Move some code into __init section when CONFIG_NET_NS=n by Pavel Emelyanov · 17 years ago
  46. 077130c [NET]: Fix race when opening a proc file while a network namespace is exiting. by Eric W. Biederman · 17 years ago
  47. 36ac313 [NETNS]: Fix export symbols. by Daniel Lezcano · 17 years ago
  48. 3c12afe [NET]: Fix missed addition of fs/proc/proc_net.c by David S. Miller · 17 years ago
  49. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  50. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  51. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  52. 32da477 [NET]: Don't implement dev_ifname32 inline by Eric W. Biederman · 17 years ago
  53. 1ca91cd0 compat_ioctl: move floppy handlers to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  54. b3087cc compat_ioctl: move cdrom handlers to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  55. 18cf7f8 compat_ioctl: move BLKPG handling to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  56. 9617db0 compat_ioctl: move hdio calls to block/compat_ioctl.c by Arnd Bergmann · 17 years ago
  57. 171044d4 compat_ioctl: handle blk_trace ioctls by Arnd Bergmann · 17 years ago
  58. 7199d4c compat_ioctl: add compat_blkdev_driver_ioctl() by Arnd Bergmann · 17 years ago
  59. f58c4c0 compat_ioctl: move common block ioctls to compat_blkdev_ioctl by Arnd Bergmann · 17 years ago
  60. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  61. 5bb23a6 Don't decrement bi_size in bio_endio by NeilBrown · 17 years ago
  62. 9cc54d4 Only call bi_end_io once for any bio by NeilBrown · 17 years ago
  63. f5ff842 Fix warnings with !CONFIG_BLOCK by Jens Axboe · 17 years ago
  64. a6d8543 NLM: Fix a memory leak in nlmsvc_testlock by Trond Myklebust · 17 years ago
  65. 87e2831 AIO: fix cleanup in io_submit_one(...) by Yan Zheng · 17 years ago
  66. 66b1f1a Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
  67. bda0233 ocfs2: Unlock mutex in local alloc failure case by Sunil Mushran · 17 years ago
  68. 70f227d Merge branch 'linux-2.6' into for-2.6.24 by Paul Mackerras · 17 years ago
  69. 7572395 Fix possible splice() mmap_sem deadlock by Linus Torvalds · 17 years ago
  70. 564256c Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer." by Tim Shimmin · 17 years ago
  71. 54af3bb NFS: Fix an Oops in encode_lookup() by Trond Myklebust · 17 years ago
  72. 255129d NLM: Fix a circular lock dependency in lockd by Trond Myklebust · 17 years ago
  73. e4b42be Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  74. 2aee619 Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 17 years ago
  75. f9b7cba ufs: fix sun state by Evgeniy Dushistov · 17 years ago
  76. 6110e02 Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  77. 576bb9c binfmt_flat: checkpatch fixing minimum support for the blackfin relocations by Andrew Morton · 17 years ago
  78. f972020 Binfmt_flat: Add minimum support for the Blackfin relocations by Bernd Schmidt · 17 years ago
  79. 73e83dc Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  80. d59952d [PATCH] WE : Add missing auth compat-ioctl by Jean Tourrilhes · 17 years ago
  81. 813d974 ocfs2: Pack vote message and response structures by Sunil Mushran · 17 years ago
  82. 5c26a7b ocfs2: Don't double set write parameters by Mark Fasheh · 17 years ago
  83. db56246 ocfs2: Fix pos/len passed to ocfs2_write_cluster by Mark Fasheh · 17 years ago
  84. 415cb80 ocfs2: Allow smaller allocations during large writes by Mark Fasheh · 17 years ago
  85. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  86. 1bc5858 [XFS] fix valid but harmless sparse warning by Christoph Hellwig · 17 years ago
  87. bcc7b44 [XFS] fix filestreams on 32-bit boxes by Eric Sandeen · 17 years ago
  88. 0ce49a3 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  89. a78feb7 Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  90. ef2b02d ext34: ensure do_split leaves enough free space in both blocks by Eric Sandeen · 17 years ago
  91. 49af7ee nfs: fix oops re sysctls and V4 support by Alexey Dobriyan · 17 years ago
  92. 3d82aba dir_index: error out instead of BUG on corrupt dx dirs by Eric Sandeen · 17 years ago
  93. e550149 [POWERPC] spufs: Cleanup ELF coredump extra notes logic by Michael Ellerman · 17 years ago
  94. b394e43 [XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer. by Lachlan McIlroy · 17 years ago
  95. 776a75fa [XFS] Ensure file size updates have been completed before writing inode to disk. by Lachlan McIlroy · 17 years ago
  96. 65de556 [XFS] On-demand reaping of the MRU cache by David Chinner · 17 years ago
  97. a2ca44c Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 17 years ago
  98. 53c5725 As struct iw_point is bi-directional payload, we should copy back the content by Masakazu Mokuno · 17 years ago
  99. 577107e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  100. 0e2f6db Leases can be hidden by flocks by Pavel Emelyanov · 17 years ago