1. b8020ef hfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  2. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  3. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  4. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  5. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  6. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 11 years ago
  7. 9509f17 hfs: add error checking for hfs_find_init() by Alexey Khoroshilov · 11 years ago
  8. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  9. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  10. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  11. 43b5e4c userns: Convert hfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  12. 5687b57 hfs: get rid of hfs_sync_super by Artem Bityutskiy · 12 years ago
  13. b16ca62 hfs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  14. 4527440 hfs: simplify a bit checking for R/O by Artem Bityutskiy · 12 years ago
  15. a3742d4 hfs: remove extra mdb write on unmount by Artem Bityutskiy · 12 years ago
  16. 715189d hfs: push lock_super down by Artem Bityutskiy · 12 years ago
  17. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  18. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 12 years ago
  19. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  20. 518c79d switch hfs by Al Viro · 13 years ago
  21. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  22. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  23. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  24. 89b0fc3 switch hfs to hlist_add_fake() by Al Viro · 14 years ago
  25. 8526fb3 BKL: Remove BKL from HFS by Jan Blunck · 14 years ago
  26. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  27. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  28. 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
  29. ec81aec hfs: fix a potential buffer overflow by Amerigo Wang · 14 years ago
  30. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  31. 58bc5bb hfs: add ->sync_fs by Christoph Hellwig · 15 years ago
  32. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  33. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  34. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  35. 7dd2c00 fs/hfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  36. 94c9a5e CRED: Wrap task credential accesses in the HFS filesystem by David Howells · 16 years ago
  37. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  38. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  39. 3084b72 hfs: convert bitmap_lock in a mutex by Matthias Kaehlcke · 16 years ago
  40. 3fbe5c3 hfs: handle match_strdup failure by Jim Meyering · 16 years ago
  41. 14b30d6 hfs: update comment to reflect actual init and exit routines by Robert P. J. Day · 16 years ago
  42. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  43. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  44. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  45. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  46. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  47. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  48. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 17 years ago
  49. d6ddf55 [PATCH] hfs_fill_super returns success even if no root inode by Eric Sandeen · 18 years ago
  50. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  51. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  52. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  53. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  54. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  55. 7cf3cc3 [PATCH] hfs: cleanup HFS prints by Roman Zippel · 18 years ago
  56. 328b922 [PATCH] hfs: NLS support by Roman Zippel · 19 years ago
  57. 717dd80e [PATCH] hfs: show_options support by Roman Zippel · 19 years ago
  58. 945b092 [PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oops by Colin Leroy · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago