1. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  2. 9870246 configfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  3. 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  4. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  5. 24307aa configfs: Fix race between configfs_readdir() and configfs_d_iput() by Joel Becker · 13 years ago
  6. df7f996 configfs: Don't try to d_delete() negative dentries. by Joel Becker · 13 years ago
  7. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  8. e205117 configfs: change depends -> select SYSFS by Nicholas Bellinger · 13 years ago
  9. d463a0c switch configfs by Al Viro · 13 years ago
  10. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  11. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 13 years ago
  12. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  13. da50295 fs: dcache scale d_unhashed by Nick Piggin · 13 years ago
  14. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 13 years ago
  15. fe15ce4 fs: change d_delete semantics by Nick Piggin · 13 years ago
  16. fbc8d4c0 config fs: avoid switching ->d_op on live dentry by Nick Piggin · 13 years ago
  17. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  18. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  19. 75de46b fix setattr error handling in sysfs, configfs by Nick Piggin · 14 years ago
  20. 3322e79 fs: convert simple fs to new truncate by Nick Piggin · 14 years ago
  21. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  22. 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
  23. 9b6e310 Fix configfs leak by Al Viro · 14 years ago
  24. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  25. 420118c configfs: Rework configfs_depend_item() locking and make lockdep happy by Louis Rilling · 15 years ago
  26. e74cc06 configfs: Silence lockdep on mkdir() and rmdir() by Louis Rilling · 15 years ago
  27. 3c48f23 configfs: Fix Trivial Warning in fs/configfs/symlink.c by Subrata Modak · 15 years ago
  28. 296c2d8 constify dentry_operations: configfs by Al Viro · 15 years ago
  29. 436443f Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()" by Mark Fasheh · 15 years ago
  30. 0e03334 configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item() by Joel Becker · 15 years ago
  31. 4591dab fs/Kconfig: move configfs out by Alexey Dobriyan · 15 years ago
  32. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  33. 421748e [PATCH] assorted path_lookup() -> kern_path() conversions by Al Viro · 16 years ago
  34. de6bf18 [PATCH] configfs: Consolidate locking around configfs_detach_prep() in configfs_rmdir() by Louis Rilling · 16 years ago
  35. 70526b6 [PATCH] configfs: Pin configfs subsystems separately from new config_items. by Joel Becker · 16 years ago
  36. 99cefda [PATCH] configfs: Fix open directory making rmdir() fail by Louis Rilling · 16 years ago
  37. 2e2ce17 [PATCH] configfs: Lock new directory inodes before removing on cleanup after failure by Louis Rilling · 16 years ago
  38. 2a109f2 [PATCH] configfs: Prevent userspace from creating new entries under attaching directories by Louis Rilling · 16 years ago
  39. 9a73d78 [PATCH] configfs: Fix failing symlink() making rmdir() fail by Louis Rilling · 16 years ago
  40. 4768e9b [PATCH] configfs: Fix symlink() to a removing item by Louis Rilling · 16 years ago
  41. dacdd0e [PATCH] configfs: Include linux/err.h in linux/configfs.h by Joel Becker · 16 years ago
  42. a6795e9 configfs: Allow ->make_item() and ->make_group() to return detailed errors. by Joel Becker · 16 years ago
  43. f89ab86 Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors." by Joel Becker · 16 years ago
  44. e752065 configfs: call drop_link() to cleanup after create_link() failure by Louis Rilling · 16 years ago
  45. 11c3b79 configfs: Allow ->make_item() and ->make_group() to return detailed errors. by Joel Becker · 16 years ago
  46. 6d8344b configfs: Fix failing mkdir() making racing rmdir() fail by Louis Rilling · 16 years ago
  47. b3e76af configfs: Fix deadlock with racing rmdir() and rename() by Louis Rilling · 16 years ago
  48. 107ed40 configfs: Make configfs_new_dirent() return error code instead of NULL by Louis Rilling · 16 years ago
  49. 5301a77 configfs: Protect configfs_dirent s_links list mutations by Louis Rilling · 16 years ago
  50. 6f61076 configfs: Introduce configfs_dirent_lock by Louis Rilling · 16 years ago
  51. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  52. e4ad08f mm: bdi: add separate writeback accounting capability by Miklos Szeredi · 16 years ago
  53. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  54. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  55. 116ba5d configfs: file.c fix possible recursive locking by Joonwoo Park · 16 years ago
  56. ba611ed configfs: dir.c fix possible recursive locking by Joonwoo Park · 16 years ago
  57. 197b12d Kobject: convert fs/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 16 years ago
  58. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  59. bd35b93 kset: convert kernel_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
  60. 3794491 kobject: convert configfs to use kobject_create by Greg Kroah-Hartman · 17 years ago
  61. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  62. ce8d2cd r/o bind mounts: filesystem helpers for custom 'struct file's by Dave Hansen · 17 years ago
  63. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  64. 800d15a implement simple fs aops by Nick Piggin · 17 years ago
  65. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  66. 631d1fe configfs: config item dependancies. by Joel Becker · 17 years ago
  67. 299894c configfs: accessing item hierarchy during rmdir(2) by Joel Becker · 18 years ago
  68. 6d74892 [PATCH] configsfs buffer: use mutex by Johannes Berg · 17 years ago
  69. e6bd07a configfs: Convert subsystem semaphore to mutex by Joel Becker · 17 years ago
  70. 3fe6c5c [PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearly by Satyam Sharma · 17 years ago
  71. 4c62b53 configfs: misc cleanups by Satyam Sharma · 17 years ago
  72. b23cdde configfs: consistent attribute size by Joel Becker · 17 years ago
  73. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  74. 92f4c70 use simple_read_from_buffer() in fs/ by Akinobu Mita · 17 years ago
  75. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  76. afdf04e configfs: add missing mutex_unlock() by Joel Becker · 17 years ago
  77. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  78. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  79. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  80. ff05d1c configfs: Zero terminate data in configfs attribute writes. by Joel Becker · 17 years ago
  81. 867fa49 [PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  82. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  83. 58d206c configfs: make configfs_dirent_exists() static by Adrian Bunk · 18 years ago
  84. 55ed160 configfs: mutex_lock_nested() fix by Mark Fasheh · 18 years ago
  85. 559c9ac configfs: handle kzalloc() failure in check_perm() by Chandra Seetharaman · 18 years ago
  86. 4a61f17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6 by Linus Torvalds · 18 years ago
  87. 4779efc [PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format argument by Zach Brown · 18 years ago
  88. 59458f4 Merge branch 'master' into gfs2 by Steven Whitehouse · 18 years ago
  89. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  90. 185a257 Merge branch 'master' into gfs2 by Steven Whitehouse · 18 years ago
  91. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  92. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  93. 363e065 [GFS2] Fix up merge of Linus' kernel into GFS2 by Steven Whitehouse · 18 years ago
  94. b4c98f6 configfs: Prevent duplicate subsystem names. by Joel Becker · 18 years ago
  95. 0a1340c Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steven Whitehouse · 18 years ago
  96. e7515d0 configfs: Clear up a few extra spaces where there should be TABs. by Joel Becker · 18 years ago
  97. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  98. f116629 [PATCH] fs: use list_move() by Akinobu Mita · 18 years ago
  99. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  100. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago