1. 01d6e08 affs: fix remount failure when there are no options changed by Mikulas Patocka · 8 years ago
  2. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  3. db39c16 fs:affs:Replace time_t with time64_t by DengChao · 9 years ago
  4. e852d82 fs/affs: make root lookup from blkdev logical size by Pranay Kr. Srivastava · 9 years ago
  5. c8f33d0 affs: kstrdup() memory handling by Sanidhya Kashyap · 9 years ago
  6. 79bda4d fs/affs: use affs_test_opt() by Fabian Frederick · 9 years ago
  7. 34f2483 fs/affs/super.c: use affs_set_opt() by Fabian Frederick · 9 years ago
  8. a0016ff fs/affs: use AFFS_MOUNT prefix for mount options by Fabian Frederick · 9 years ago
  9. 0445f01 fs/affs/super.c: fix switch indentation by Fabian Frederick · 9 years ago
  10. f157853 fs/affs: define AFFSNAMEMAX to replace constant use by Fabian Frederick · 9 years ago
  11. 4d29e57 fs/affs/super.c: destroy sbi mutex in affs_kill_sb() by Fabian Frederick · 9 years ago
  12. c70b17b6 fs/affs: remove redundant sys_tz declarations by Fabian Frederick · 10 years ago
  13. 1e907f4 fs/affs/super.c: remove unused variable by Fabian Frederick · 10 years ago
  14. 9606d9a fs/affs: pr_debug cleanup by Fabian Frederick · 10 years ago
  15. 0158de1 fs/affs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  16. d353efd fs/affs/super.c: bugfix / double free by Fabian Frederick · 10 years ago
  17. 8ca5772 affs: add mount option to avoid filename truncates by Fabian Frederick · 10 years ago
  18. adbd319 affs: add __init to init_inodecache () by Fabian Frederick · 10 years ago
  19. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  20. 842a859 affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount() by Al Viro · 11 years ago
  21. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  22. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  23. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  24. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  25. 8fed10b userns: Convert affs to use kuid/kgid wherwe appropriate by Eric W. Biederman · 12 years ago
  26. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  27. 3dd8478 affs: get rid of affs_sync_super by Artem Bityutskiy · 12 years ago
  28. a215fef affs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  29. a837107 affs: stop using lock_super by Artem Bityutskiy · 12 years ago
  30. e0471c8 affs: re-structure superblock locking a bit by Artem Bityutskiy · 12 years ago
  31. 0164b1a affs: remove useless superblock writeout on remount by Artem Bityutskiy · 12 years ago
  32. c9753b1 affs: remove useless superblock writeout on unmount by Artem Bityutskiy · 12 years ago
  33. bc86256 affs: stop setting bm_flags by Artem Bityutskiy · 12 years ago
  34. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  35. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  36. a129880 switch affs by Al Viro · 13 years ago
  37. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  38. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  39. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  40. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  41. 756b032 affs: Use sema_init instead of init_MUTEX by Thomas Gleixner · 14 years ago
  42. 74c4142 BKL: Remove BKL from Amiga FFS by Jan Blunck · 14 years ago
  43. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  44. 7435d50 AFFS: wait for sb synchronization when needed by Artem Bityutskiy · 14 years ago
  45. 669d5f1 AFFS: clean up dirty flag usage by Artem Bityutskiy · 14 years ago
  46. f053ddd switch affs to ->evict_inode() by Al Viro · 14 years ago
  47. 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
  48. 217686e fix affs parse_options() by Al Viro · 14 years ago
  49. 2933392 Fix remount races with symlink handling in affs by Al Viro · 14 years ago
  50. afc70ed Fix a leak in affs_fill_super() by Al Viro · 14 years ago
  51. e289643 affs: add ->sync_fs by Christoph Hellwig · 15 years ago
  52. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  53. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  54. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  55. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  56. a6a2a73 fs/affs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  57. 2155998 CRED: Wrap task credential accesses in the AFFS filesystem by David Howells · 16 years ago
  58. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  59. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  60. 7d135a5 affs: convert s_bmlock into a mutex by Matthias Kaehlcke · 16 years ago
  61. dca3c33 [PATCH] fix reservation discarding in affs by Roman Zippel · 16 years ago
  62. 6db27dd affs: handle match_strdup failure by Jim Meyering · 16 years ago
  63. e9b3961 mount options: fix affs by Miklos Szeredi · 16 years ago
  64. 210f855 iget: stop AFFS from using iget() and read_inode() by David Howells · 16 years ago
  65. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  66. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  67. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  68. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  69. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  70. 2be3c79 [PATCH] affs: implement ->drop_inode by Christoph Hellwig · 17 years ago
  71. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  72. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  73. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  74. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  75. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  76. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  77. 2b943cf [PATCH] fix %s in affs_fill_super() by Al Viro · 18 years ago
  78. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  79. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 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. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago