1. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  2. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  3. dff7cfd ufs: kill lock_ufs() by Al Viro · 9 years ago
  4. 724bb09 ufs: don't use lock_ufs() for block pointers tree protection by Al Viro · 9 years ago
  5. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  6. e4f9551 fs/ufs: restore s_lock mutex_init() by Fabian Frederick · 9 years ago
  7. cdd9eef fs/ufs: restore s_lock mutex by Fabian Frederick · 9 years ago
  8. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  9. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  10. ed3ad79 fs/ufs/super.c: fix potential race condition by Fabian Frederick · 9 years ago
  11. 61da3ae fs/ufs/super.c: remove unnecessary casting by Fabian Frederick · 9 years ago
  12. d4beaab fs/ufs: convert UFSD printk to pr_debug by Fabian Frederick · 10 years ago
  13. 7e1e416 fs/ufs/super.c: use va_format instead of buffer/vsnprintf by Fabian Frederick · 10 years ago
  14. 07bc94f fs/ufs/super.c: use __func__ in logging by Fabian Frederick · 10 years ago
  15. de771bd fs/ufs: use pr_fmt by Fabian Frederick · 10 years ago
  16. a9814c5 fs/ufs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  17. 0244756 ufs: sb mutex merge + mutex_destroy by Fabian Frederick · 10 years ago
  18. fe4487d fs/ufs: remove unused ufs_super_block_third pointer by Christian Engelmayer · 10 years ago
  19. 48968a1 fs/ufs: remove unused ufs_super_block_second pointer by Christian Engelmayer · 10 years ago
  20. 6e0bd34 fs/ufs: remove unused ufs_super_block_first pointer by Christian Engelmayer · 10 years ago
  21. 76ee473 fs/ufs/super.c: add __init to init_inodecache() by Fabian Frederick · 10 years ago
  22. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  23. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  24. b696332 ufs: drop lock/unlock super by Marco Stornelli · 12 years ago
  25. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  26. 9e9ad5f fs/ufs: get rid of write_super by Artem Bityutskiy · 12 years ago
  27. 7bd54ef fs/ufs: re-arrange the code a bit by Artem Bityutskiy · 12 years ago
  28. 65e5e83 fs/ufs: remove extra superblock write on unmount by Artem Bityutskiy · 12 years ago
  29. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  30. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  31. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  32. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  33. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  34. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  35. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  36. 788257d ufs: remove the BKL by Arnd Bergmann · 13 years ago
  37. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  38. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  39. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  40. 58e8268 switch ufs to ->evict_inode() by Al Viro · 14 years ago
  41. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  42. d27d7a9 ufs: permit mounting of BorderWare filesystems by Thomas Stewart · 14 years ago
  43. 8f45c33 ufs: Remove dead quota code by Jan Kara · 14 years ago
  44. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  45. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 14 years ago
  46. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  47. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  48. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  49. b3a0fd4 fs/ufs: recognize Solaris-specific file system state by Alex Viskovatoff · 14 years ago
  50. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  51. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  52. f3e2a52 ufs: NFS support by Alexey Dobriyan · 15 years ago
  53. 8c80065 ufs: add ->sync_fs by Christoph Hellwig · 15 years ago
  54. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  55. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  56. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  57. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  58. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  59. 41d577a fs/ufs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  60. 9e6766c ufs: validate maximum fast symlink size from superblock by Duane Griffin · 15 years ago
  61. f762dd6 Update my email address by Gertjan van Wingerde · 15 years ago
  62. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  63. 1a3f7d98 Revert "UFS: add const to parser token table" by Linus Torvalds · 16 years ago
  64. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  65. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  66. f924727 UFS: add const to parser token table by Steven Whitehouse · 16 years ago
  67. e542059 drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h by Mike Frysinger · 16 years ago
  68. 90b315a ufs: fix symlink creation on ufs2 by Evgeniy Dushistov · 16 years ago
  69. b55c460 iget: stop UFS from using iget() and read_inode() by David Howells · 16 years ago
  70. 0c664f9 ufs: fix nexstep dir block size by Evgeniy Dushistov · 17 years ago
  71. f664f1f revert "ufs: Fix mount check in ufs_fill_super()" by Andrew Morton · 17 years ago
  72. 48ef09a ufs: Fix mount check in ufs_fill_super() by Satyam Sharma · 17 years ago
  73. bcd6d4e ufs: move non-layout parts of ufs_fs.h to fs/ufs/ by Christoph Hellwig · 17 years ago
  74. 2a9807c0 ufs: implement show_options by Evgeniy Dushistov · 17 years ago
  75. 252e211 Add in SunOS 4.1.x compatible mode for UFS by Mark Fortescue · 17 years ago
  76. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  77. f9b7cba ufs: fix sun state by Evgeniy Dushistov · 17 years ago
  78. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  79. 9e8c427 is_power_of_2: ufs/super.c by vignesh babu · 17 years ago
  80. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  81. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  82. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  83. 3313e29 [PATCH] ufs2 write: inodes write by Evgeniy Dushistov · 17 years ago
  84. cbcae39 [PATCH] ufs2 write: mount as rw by Evgeniy Dushistov · 17 years ago
  85. f336953 [PATCH] ufs: restore back support of openstep by Evgeniy Dushistov · 17 years ago
  86. 4a6e617 [PATCH] fs/*: trivial vsnprintf() conversion by Alexey Dobriyan · 18 years ago
  87. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  88. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  89. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  90. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  91. 5c81a41 [PATCH] lockdep: annotate the quota code by Arjan van de Ven · 18 years ago
  92. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  93. ee3ffd6 [PATCH] ufs: make fsck -f happy by Evgeniy Dushistov · 18 years ago
  94. 647b7e8 [PATCH] ufs: one way to access super block by Evgeniy Dushistov · 18 years ago
  95. 96710b2 [PATCH] ufs: printk warning fixes by Andrew Morton · 18 years ago
  96. abf5d15 [PATCH] ufs: easy debug by Evgeniy Dushistov · 18 years ago
  97. 9695ef1 [PATCH] ufs: wrong type cast by Evgeniy Dushistov · 18 years ago
  98. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  99. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  100. c690a72 typo patch for fs/ufs/super.c by Michael Owen · 18 years ago