1. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  2. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  3. b696332 ufs: drop lock/unlock super by Marco Stornelli · 12 years ago
  4. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  5. 9e9ad5f fs/ufs: get rid of write_super by Artem Bityutskiy · 12 years ago
  6. 7bd54ef fs/ufs: re-arrange the code a bit by Artem Bityutskiy · 12 years ago
  7. 65e5e83 fs/ufs: remove extra superblock write on unmount by Artem Bityutskiy · 12 years ago
  8. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  9. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  10. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  11. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  12. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  13. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  14. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  15. 788257d ufs: remove the BKL by Arnd Bergmann · 13 years ago
  16. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  17. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  18. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  19. 58e8268 switch ufs to ->evict_inode() by Al Viro · 14 years ago
  20. 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
  21. d27d7a9 ufs: permit mounting of BorderWare filesystems by Thomas Stewart · 14 years ago
  22. 8f45c33 ufs: Remove dead quota code by Jan Kara · 14 years ago
  23. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  24. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 14 years ago
  25. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  26. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  27. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  28. b3a0fd4 fs/ufs: recognize Solaris-specific file system state by Alex Viskovatoff · 14 years ago
  29. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  30. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  31. f3e2a52 ufs: NFS support by Alexey Dobriyan · 15 years ago
  32. 8c80065 ufs: add ->sync_fs by Christoph Hellwig · 15 years ago
  33. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  34. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  35. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  36. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  37. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  38. 41d577a fs/ufs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  39. 9e6766c ufs: validate maximum fast symlink size from superblock by Duane Griffin · 15 years ago
  40. f762dd6 Update my email address by Gertjan van Wingerde · 15 years ago
  41. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  42. 1a3f7d98 Revert "UFS: add const to parser token table" by Linus Torvalds · 16 years ago
  43. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  44. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  45. f924727 UFS: add const to parser token table by Steven Whitehouse · 16 years ago
  46. e542059 drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h by Mike Frysinger · 16 years ago
  47. 90b315a ufs: fix symlink creation on ufs2 by Evgeniy Dushistov · 16 years ago
  48. b55c460 iget: stop UFS from using iget() and read_inode() by David Howells · 16 years ago
  49. 0c664f9 ufs: fix nexstep dir block size by Evgeniy Dushistov · 17 years ago
  50. f664f1f revert "ufs: Fix mount check in ufs_fill_super()" by Andrew Morton · 17 years ago
  51. 48ef09a ufs: Fix mount check in ufs_fill_super() by Satyam Sharma · 17 years ago
  52. bcd6d4e ufs: move non-layout parts of ufs_fs.h to fs/ufs/ by Christoph Hellwig · 17 years ago
  53. 2a9807c0 ufs: implement show_options by Evgeniy Dushistov · 17 years ago
  54. 252e211 Add in SunOS 4.1.x compatible mode for UFS by Mark Fortescue · 17 years ago
  55. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  56. f9b7cba ufs: fix sun state by Evgeniy Dushistov · 17 years ago
  57. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  58. 9e8c427 is_power_of_2: ufs/super.c by vignesh babu · 17 years ago
  59. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  60. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  61. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  62. 3313e29 [PATCH] ufs2 write: inodes write by Evgeniy Dushistov · 17 years ago
  63. cbcae39 [PATCH] ufs2 write: mount as rw by Evgeniy Dushistov · 17 years ago
  64. f336953 [PATCH] ufs: restore back support of openstep by Evgeniy Dushistov · 17 years ago
  65. 4a6e617 [PATCH] fs/*: trivial vsnprintf() conversion by Alexey Dobriyan · 18 years ago
  66. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  67. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  68. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  69. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  70. 5c81a41 [PATCH] lockdep: annotate the quota code by Arjan van de Ven · 18 years ago
  71. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  72. ee3ffd6 [PATCH] ufs: make fsck -f happy by Evgeniy Dushistov · 18 years ago
  73. 647b7e8 [PATCH] ufs: one way to access super block by Evgeniy Dushistov · 18 years ago
  74. 96710b2 [PATCH] ufs: printk warning fixes by Andrew Morton · 18 years ago
  75. abf5d15 [PATCH] ufs: easy debug by Evgeniy Dushistov · 18 years ago
  76. 9695ef1 [PATCH] ufs: wrong type cast by Evgeniy Dushistov · 18 years ago
  77. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  78. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  79. c690a72 typo patch for fs/ufs/super.c by Michael Owen · 18 years ago
  80. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  81. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  82. e295cfc [PATCH] ufs: fix oops with `ufs1' type by Evgeniy Dushistov · 18 years ago
  83. 7b4ee73 [PATCH] ufs cleanup by Evgeniy · 18 years ago
  84. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  85. 15b2fe3 [PATCH] UFS: inode->i_sem is not released in error path by Evgeniy Polyakov · 18 years ago
  86. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago