1. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  2. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  3. 420d12d Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
  4. 03607ac configfs: implement binary attributes by Pantelis Antoniou · 9 years ago
  5. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  6. cd3417c kill free_page_put_link() by Al Viro · 9 years ago
  7. d79d75b fs: configfs: Add unlocked version of configfs_depend_item() by Krzysztof Opasiak · 9 years ago
  8. 9a70adf fs: configfs: Factor out configfs_find_subsys_dentry() by Krzysztof Opasiak · 9 years ago
  9. 9fb434e fs: configfs: Factor out configfs_do_depend_item() by Krzysztof Opasiak · 9 years ago
  10. 9a9e341 fs: configfs: Drop unused parameter from configfs_undepend_item() by Krzysztof Opasiak · 9 years ago
  11. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  12. 5cf6a51 configfs: allow dynamic group creation by Daniel Baluta · 9 years ago
  13. 5179822 configfs: remove old API by Christoph Hellwig · 9 years ago
  14. 870823e configfs: add show and store methods to struct configfs_attribute by Christoph Hellwig · 9 years ago
  15. 3958b79 configfs: fix kernel infoleak through user-controlled format string by Nicolas Iooss · 9 years ago
  16. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  17. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  18. f9bb488 sysfs: Create mountpoints with sysfs_create_mount_point by Eric W. Biederman · 9 years ago
  19. 5286d20 configfs: unexport/make static config_item_init() by Fabian Frederick · 9 years ago
  20. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  21. ecc087f new helper: free_page_put_link() by Al Viro · 9 years ago
  22. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  23. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  24. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  25. f5b6977 configfs: init configfs module earlier at boot time by Daniel Baluta · 9 years ago
  26. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  27. 6683de3 configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode by David Howells · 9 years ago
  28. 112fc89 configfs: Fix potential NULL d_inode dereference by David Howells · 9 years ago
  29. 28444a2 configfs_add_file: fold into its sole caller by Al Viro · 9 years ago
  30. 1cf97d0 configfs: fold create_dir() into its only caller by Al Viro · 9 years ago
  31. c88b1e7 configfs: configfs_create() init callback is never NULL and it never fails by Al Viro · 9 years ago
  32. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  33. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  34. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  35. 1d88aa4 fs/configfs: use pr_fmt by Fabian Frederick · 10 years ago
  36. c668693 fs/configfs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  37. f6b1fe7 fs/configs/item.c: kernel-doc fixes + clean-up by Fabian Frederick · 10 years ago
  38. 76ae281 configfs: fix race between dentry put and lookup by Junxiao Bi · 11 years ago
  39. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  40. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  41. ec193cf configfs: don't open-code d_alloc_name() by Al Viro · 11 years ago
  42. c75e247 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  43. 7121064 configfs: use capped length for ->store_attribute() by Dan Carpenter · 11 years ago
  44. 5201885 [readdir] convert configfs by Al Viro · 11 years ago
  45. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  46. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  47. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  48. 49deb4b configfs: move the dereference below the NULL test by Wei Yongjun · 11 years ago
  49. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  50. 69552c0 userns: Convert configfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  51. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  52. 2a152ad make configfs_pin_fs() return root dentry on success by Al Viro · 12 years ago
  53. 0dd6c08 configfs: configfs_create_dir() has parent dentry in dentry->d_parent by Al Viro · 12 years ago
  54. 16d13b5 configfs: sanitize configfs_create() by Al Viro · 12 years ago
  55. b7c177f configfs: kill configfs_sb by Al Viro · 12 years ago
  56. 81d44ed1 configfs: don't bother with checks for mkdir/rmdir/unlink/symlink in root by Al Viro · 12 years ago
  57. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  58. 4394751 configfs: convert to umode_t by Al Viro · 13 years ago
  59. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  60. c972b4b vfs: live vfsmounts never have NULL ->mnt_sb by Al Viro · 13 years ago
  61. 4c1d5a6 vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root by Al Viro · 13 years ago
  62. 7c6455e configfs: register_filesystem() called too early by Al Viro · 13 years ago
  63. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  64. 9870246 configfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  65. 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
  66. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  67. 24307aa configfs: Fix race between configfs_readdir() and configfs_d_iput() by Joel Becker · 13 years ago
  68. df7f996 configfs: Don't try to d_delete() negative dentries. by Joel Becker · 13 years ago
  69. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  70. e205117 configfs: change depends -> select SYSFS by Nicholas Bellinger · 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. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 14 years ago
  74. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  75. da50295 fs: dcache scale d_unhashed by Nick Piggin · 14 years ago
  76. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  77. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  78. fbc8d4c0 config fs: avoid switching ->d_op on live dentry by Nick Piggin · 14 years ago
  79. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  80. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  81. 75de46b fix setattr error handling in sysfs, configfs by Nick Piggin · 14 years ago
  82. 3322e79 fs: convert simple fs to new truncate by Nick Piggin · 14 years ago
  83. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  84. 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
  85. 9b6e310 Fix configfs leak by Al Viro · 15 years ago
  86. d993831 writeback: add name to backing_dev_info by Jens Axboe · 15 years ago
  87. 420118c configfs: Rework configfs_depend_item() locking and make lockdep happy by Louis Rilling · 15 years ago
  88. e74cc06 configfs: Silence lockdep on mkdir() and rmdir() by Louis Rilling · 15 years ago
  89. 3c48f23 configfs: Fix Trivial Warning in fs/configfs/symlink.c by Subrata Modak · 15 years ago
  90. 296c2d8 constify dentry_operations: configfs by Al Viro · 15 years ago
  91. 436443f Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()" by Mark Fasheh · 15 years ago
  92. 0e03334 configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item() by Joel Becker · 16 years ago
  93. 4591dab fs/Kconfig: move configfs out by Alexey Dobriyan · 16 years ago
  94. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  95. 421748e [PATCH] assorted path_lookup() -> kern_path() conversions by Al Viro · 16 years ago
  96. de6bf18 [PATCH] configfs: Consolidate locking around configfs_detach_prep() in configfs_rmdir() by Louis Rilling · 16 years ago
  97. 70526b6 [PATCH] configfs: Pin configfs subsystems separately from new config_items. by Joel Becker · 16 years ago
  98. 99cefda [PATCH] configfs: Fix open directory making rmdir() fail by Louis Rilling · 16 years ago
  99. 2e2ce17 [PATCH] configfs: Lock new directory inodes before removing on cleanup after failure by Louis Rilling · 16 years ago
  100. 2a109f2 [PATCH] configfs: Prevent userspace from creating new entries under attaching directories by Louis Rilling · 16 years ago