1. c42dd06 configfs: fix a race in configfs_lookup() by Sishuai Gong · 3 years, 4 months ago
  2. d07f132 configfs: fold configfs_attach_attr into configfs_lookup by Christoph Hellwig · 3 years, 4 months ago
  3. 899587c configfs: simplify the configfs_dirent_is_ready by Christoph Hellwig · 3 years, 4 months ago
  4. 417b962 configfs: return -ENAMETOOLONG earlier in configfs_lookup by Christoph Hellwig · 3 years, 4 months ago
  5. fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
  6. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  7. 65cdb4a configfs: fix kernel-doc markup issue by Alex Shi · 4 years, 1 month ago
  8. ce9bebe fs: configfs: delete repeated words in comments by Randy Dunlap · 4 years, 2 months ago
  9. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  10. 8aebfff configfs: fix config_item refcnt leak in configfs_rmdir() by Xiyu Yang · 4 years, 8 months ago
  11. e9c03af configfs: calculate the symlink target only once by Al Viro · 5 years ago
  12. 2743c51 configfs: make configfs_create() return inode by Al Viro · 5 years ago
  13. 1cf7a00 configfs: factor dirent removal into helpers by Christoph Hellwig · 5 years ago
  14. b0841ee configfs: provide exclusion between IO and removals by Al Viro · 5 years ago
  15. 47320fb configfs: new object reprsenting tree fragments by Al Viro · 5 years ago
  16. f19e4ed configfs_register_group() shouldn't be (and isn't) called in rmdirable parts by Al Viro · 5 years ago
  17. e6983af Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  18. 6146e78 configfs: call fsnotify_rmdir() hook by Amir Goldstein · 6 years ago
  19. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  20. 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
  21. f6122ed configfs: Fix use-after-free when accessing sd->s_dentry by Sahitya Tummala · 6 years ago
  22. 4e785e8 Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 6 years ago
  23. 35399f8 configfs: fix possible use-after-free in configfs_register_group by YueHaibing · 6 years ago
  24. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  25. cc57c07 configfs: fix registered group removal by Mike Christie · 6 years ago
  26. aa29358 configfs: make ci_type field, some pointers and function arguments const by Bhumika Goyal · 7 years ago
  27. a01b300 configfs_readdir(): make safe under shared lock by Al Viro · 9 years ago
  28. 48f35b7 configfs_detach_prep(): make sure that wait_mutex won't go away by Al Viro · 9 years ago
  29. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  30. 5cf3b56 configfs: move d_rehash() into configfs_create() for regular files by Al Viro · 9 years ago
  31. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
  32. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  33. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  34. 03607ac configfs: implement binary attributes by Pantelis Antoniou · 9 years ago
  35. d79d75b fs: configfs: Add unlocked version of configfs_depend_item() by Krzysztof Opasiak · 9 years ago
  36. 9a70adf fs: configfs: Factor out configfs_find_subsys_dentry() by Krzysztof Opasiak · 9 years ago
  37. 9fb434e fs: configfs: Factor out configfs_do_depend_item() by Krzysztof Opasiak · 9 years ago
  38. 9a9e341 fs: configfs: Drop unused parameter from configfs_undepend_item() by Krzysztof Opasiak · 9 years ago
  39. 5cf6a51 configfs: allow dynamic group creation by Daniel Baluta · 9 years ago
  40. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  41. 6683de3 configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode by David Howells · 10 years ago
  42. 1cf97d0 configfs: fold create_dir() into its only caller by Al Viro · 10 years ago
  43. c88b1e7 configfs: configfs_create() init callback is never NULL and it never fails by Al Viro · 10 years ago
  44. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  45. 1d88aa4 fs/configfs: use pr_fmt by Fabian Frederick · 11 years ago
  46. c668693 fs/configfs: convert printk to pr_foo() by Fabian Frederick · 11 years ago
  47. 76ae281 configfs: fix race between dentry put and lookup by Junxiao Bi · 11 years ago
  48. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  49. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  50. ec193cf configfs: don't open-code d_alloc_name() by Al Viro · 11 years ago
  51. c75e247 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  52. 5201885 [readdir] convert configfs by Al Viro · 12 years ago
  53. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  54. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  55. 49deb4b configfs: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  56. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  57. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  58. 2a152ad make configfs_pin_fs() return root dentry on success by Al Viro · 13 years ago
  59. 0dd6c08 configfs: configfs_create_dir() has parent dentry in dentry->d_parent by Al Viro · 13 years ago
  60. b7c177f configfs: kill configfs_sb by Al Viro · 13 years ago
  61. 81d44ed1 configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in root by Al Viro · 13 years ago
  62. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  63. c972b4b vfs: live vfsmounts never have NULL ->mnt_sb by Al Viro · 13 years ago
  64. 4c1d5a6 vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root by Al Viro · 13 years ago
  65. 9870246 configfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 14 years ago
  66. 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  67. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 14 years ago
  68. 24307aa configfs: Fix race between configfs_readdir() and configfs_d_iput() by Joel Becker · 14 years ago
  69. df7f996 configfs: Don't try to d_delete() negative dentries. by Joel Becker · 14 years ago
  70. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  71. d463a0c switch configfs by Al Viro · 14 years ago
  72. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  73. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  74. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  75. fbc8d4c0 config fs: avoid switching ->d_op on live dentry by Nick Piggin · 14 years ago
  76. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 15 years ago
  77. 420118c configfs: Rework configfs_depend_item() locking and make lockdep happy by Louis Rilling · 16 years ago
  78. e74cc06 configfs: Silence lockdep on mkdir() and rmdir() by Louis Rilling · 16 years ago
  79. 296c2d8 constify dentry_operations: configfs by Al Viro · 16 years ago
  80. 436443f Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()" by Mark Fasheh · 16 years ago
  81. 0e03334 configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item() by Joel Becker · 16 years ago
  82. de6bf18 [PATCH] configfs: Consolidate locking around configfs_detach_prep() in configfs_rmdir() by Louis Rilling · 16 years ago
  83. 70526b6 [PATCH] configfs: Pin configfs subsystems separately from new config_items. by Joel Becker · 17 years ago
  84. 99cefda [PATCH] configfs: Fix open directory making rmdir() fail by Louis Rilling · 17 years ago
  85. 2e2ce17 [PATCH] configfs: Lock new directory inodes before removing on cleanup after failure by Louis Rilling · 16 years ago
  86. 2a109f2 [PATCH] configfs: Prevent userspace from creating new entries under attaching directories by Louis Rilling · 16 years ago
  87. 9a73d78 [PATCH] configfs: Fix failing symlink() making rmdir() fail by Louis Rilling · 17 years ago
  88. 4768e9b [PATCH] configfs: Fix symlink() to a removing item by Louis Rilling · 17 years ago
  89. dacdd0e [PATCH] configfs: Include linux/err.h in linux/configfs.h by Joel Becker · 16 years ago
  90. a6795e9 configfs: Allow ->make_item() and ->make_group() to return detailed errors. by Joel Becker · 16 years ago
  91. f89ab86 Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors." by Joel Becker · 16 years ago
  92. 11c3b79 configfs: Allow ->make_item() and ->make_group() to return detailed errors. by Joel Becker · 17 years ago
  93. 6d8344b configfs: Fix failing mkdir() making racing rmdir() fail by Louis Rilling · 17 years ago
  94. b3e76af configfs: Fix deadlock with racing rmdir() and rename() by Louis Rilling · 17 years ago
  95. 107ed40 configfs: Make configfs_new_dirent() return error code instead of NULL by Louis Rilling · 17 years ago
  96. 5301a77 configfs: Protect configfs_dirent s_links list mutations by Louis Rilling · 17 years ago
  97. 6f61076 configfs: Introduce configfs_dirent_lock by Louis Rilling · 17 years ago
  98. ba611ed configfs: dir.c fix possible recursive locking by Joonwoo Park · 17 years ago
  99. ce8d2cd r/o bind mounts: filesystem helpers for custom 'struct file's by Dave Hansen · 17 years ago
  100. 631d1fe configfs: config item dependancies. by Joel Becker · 18 years ago