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