1. a01b300 configfs_readdir(): make safe under shared lock by Al Viro · 8 years ago
  2. 48f35b7 configfs_detach_prep(): make sure that wait_mutex won't go away by Al Viro · 8 years ago
  3. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. 5cf3b56 configfs: move d_rehash() into configfs_create() for regular files by Al Viro · 8 years ago
  5. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 8 years ago
  6. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  7. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  8. 03607ac configfs: implement binary attributes by Pantelis Antoniou · 9 years ago
  9. d79d75b fs: configfs: Add unlocked version of configfs_depend_item() by Krzysztof Opasiak · 9 years ago
  10. 9a70adf fs: configfs: Factor out configfs_find_subsys_dentry() by Krzysztof Opasiak · 9 years ago
  11. 9fb434e fs: configfs: Factor out configfs_do_depend_item() by Krzysztof Opasiak · 9 years ago
  12. 9a9e341 fs: configfs: Drop unused parameter from configfs_undepend_item() by Krzysztof Opasiak · 9 years ago
  13. 5cf6a51 configfs: allow dynamic group creation by Daniel Baluta · 9 years ago
  14. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  15. 6683de3 configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode by David Howells · 9 years ago
  16. 1cf97d0 configfs: fold create_dir() into its only caller by Al Viro · 10 years ago
  17. c88b1e7 configfs: configfs_create() init callback is never NULL and it never fails by Al Viro · 10 years ago
  18. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  19. 1d88aa4 fs/configfs: use pr_fmt by Fabian Frederick · 10 years ago
  20. c668693 fs/configfs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  21. 76ae281 configfs: fix race between dentry put and lookup by Junxiao Bi · 11 years ago
  22. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  23. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  24. ec193cf configfs: don't open-code d_alloc_name() by Al Viro · 11 years ago
  25. c75e247 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  26. 5201885 [readdir] convert configfs by Al Viro · 11 years ago
  27. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  28. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  29. 49deb4b configfs: move the dereference below the NULL test by Wei Yongjun · 11 years ago
  30. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  31. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  32. 2a152ad make configfs_pin_fs() return root dentry on success by Al Viro · 12 years ago
  33. 0dd6c08 configfs: configfs_create_dir() has parent dentry in dentry->d_parent by Al Viro · 12 years ago
  34. b7c177f configfs: kill configfs_sb by Al Viro · 12 years ago
  35. 81d44ed1 configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in root by Al Viro · 12 years ago
  36. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  37. c972b4b vfs: live vfsmounts never have NULL ->mnt_sb by Al Viro · 13 years ago
  38. 4c1d5a6 vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root by Al Viro · 13 years ago
  39. 9870246 configfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  40. 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
  41. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  42. 24307aa configfs: Fix race between configfs_readdir() and configfs_d_iput() by Joel Becker · 13 years ago
  43. df7f996 configfs: Don't try to d_delete() negative dentries. by Joel Becker · 13 years ago
  44. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  45. d463a0c switch configfs by Al Viro · 14 years ago
  46. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  47. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  48. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  49. fbc8d4c0 config fs: avoid switching ->d_op on live dentry by Nick Piggin · 14 years ago
  50. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  51. 420118c configfs: Rework configfs_depend_item() locking and make lockdep happy by Louis Rilling · 16 years ago
  52. e74cc06 configfs: Silence lockdep on mkdir() and rmdir() by Louis Rilling · 16 years ago
  53. 296c2d8 constify dentry_operations: configfs by Al Viro · 15 years ago
  54. 436443f Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()" by Mark Fasheh · 15 years ago
  55. 0e03334 configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item() by Joel Becker · 16 years ago
  56. de6bf18 [PATCH] configfs: Consolidate locking around configfs_detach_prep() in configfs_rmdir() by Louis Rilling · 16 years ago
  57. 70526b6 [PATCH] configfs: Pin configfs subsystems separately from new config_items. by Joel Becker · 16 years ago
  58. 99cefda [PATCH] configfs: Fix open directory making rmdir() fail by Louis Rilling · 16 years ago
  59. 2e2ce17 [PATCH] configfs: Lock new directory inodes before removing on cleanup after failure by Louis Rilling · 16 years ago
  60. 2a109f2 [PATCH] configfs: Prevent userspace from creating new entries under attaching directories by Louis Rilling · 16 years ago
  61. 9a73d78 [PATCH] configfs: Fix failing symlink() making rmdir() fail by Louis Rilling · 16 years ago
  62. 4768e9b [PATCH] configfs: Fix symlink() to a removing item by Louis Rilling · 16 years ago
  63. dacdd0e [PATCH] configfs: Include linux/err.h in linux/configfs.h by Joel Becker · 16 years ago
  64. a6795e9 configfs: Allow ->make_item() and ->make_group() to return detailed errors. by Joel Becker · 16 years ago
  65. f89ab86 Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors." by Joel Becker · 16 years ago
  66. 11c3b79 configfs: Allow ->make_item() and ->make_group() to return detailed errors. by Joel Becker · 16 years ago
  67. 6d8344b configfs: Fix failing mkdir() making racing rmdir() fail by Louis Rilling · 16 years ago
  68. b3e76af configfs: Fix deadlock with racing rmdir() and rename() by Louis Rilling · 16 years ago
  69. 107ed40 configfs: Make configfs_new_dirent() return error code instead of NULL by Louis Rilling · 16 years ago
  70. 5301a77 configfs: Protect configfs_dirent s_links list mutations by Louis Rilling · 16 years ago
  71. 6f61076 configfs: Introduce configfs_dirent_lock by Louis Rilling · 16 years ago
  72. ba611ed configfs: dir.c fix possible recursive locking by Joonwoo Park · 17 years ago
  73. ce8d2cd r/o bind mounts: filesystem helpers for custom 'struct file's by Dave Hansen · 17 years ago
  74. 631d1fe configfs: config item dependancies. by Joel Becker · 17 years ago
  75. 299894c configfs: accessing item hierarchy during rmdir(2) by Joel Becker · 18 years ago
  76. e6bd07a configfs: Convert subsystem semaphore to mutex by Joel Becker · 17 years ago
  77. afdf04e configfs: add missing mutex_unlock() by Joel Becker · 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. 867fa49 [PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  81. 58d206c configfs: make configfs_dirent_exists() static by Adrian Bunk · 18 years ago
  82. 55ed160 configfs: mutex_lock_nested() fix by Mark Fasheh · 18 years ago
  83. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  84. b4c98f6 configfs: Prevent duplicate subsystem names. by Joel Becker · 18 years ago
  85. e7515d0 configfs: Clear up a few extra spaces where there should be TABs. by Joel Becker · 18 years ago
  86. f116629 [PATCH] fs: use list_move() by Akinobu Mita · 18 years ago
  87. eed7a0d configfs: configfs_mkdir() failed to cleanup linkage. by Joel Becker · 18 years ago
  88. 84efad1 configfs: Fix a reference leak in configfs_mkdir(). by Joel Becker · 18 years ago
  89. cbca692 [PATCH] Bogus NULL pointer check in fs/configfs/dir.c by Eric Sesterhenn · 18 years ago
  90. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  91. 3d0f89b configfs: Add permission and ownership to configfs objects. by Joel Becker · 19 years ago
  92. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  93. 7063fbf [PATCH] configfs: User-driven configuration filesystem by Joel Becker · 19 years ago