1. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  2. f04c6ce userns: Convert devpts to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  3. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  4. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  5. e9aba51 tty: rework pty count limiting by Konstantin Khlebnikov · 12 years ago
  6. a4834c1 tty: move pty count limiting into devpts by Konstantin Khlebnikov · 12 years ago
  7. 3850aba devpts: fix double-free on mount failure by Al Viro · 12 years ago
  8. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  9. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  10. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  11. b12d125 fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_new() by Andrey Vagin · 13 years ago
  12. aa597bc fs: devpts_pty_new() return -ENOMEM if dentry allocation failed by Andrey Vagin · 13 years ago
  13. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  14. 8946807 Simplify devpts_get_sb() failure exits by Al Viro · 14 years ago
  15. 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
  16. edfacdd devpts_get_tty() should validate inode by Sukadev Bhattiprolu · 15 years ago
  17. 1fd7317d Move magic numbers into magic.h by Nick Black · 15 years ago
  18. f6cc746 devpts: remove module-related code by H. Peter Anvin · 15 years ago
  19. 93d5581 devpts: unregister the file system on error by Alan Cox · 15 years ago
  20. 1f71ebe devpts: correctly set default options by Sukadev Bhattiprolu · 15 years ago
  21. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  22. 1bd7903 Merge code for single and multiple-instance mounts by Sukadev Bhattiprolu · 15 years ago
  23. 289f00e Remove get_init_pts_sb() by Sukadev Bhattiprolu · 15 years ago
  24. 945cf2c Move common mknod_ptmx() calls into caller by Sukadev Bhattiprolu · 15 years ago
  25. 482984f Parse mount options just once and copy them to super block by Sukadev Bhattiprolu · 15 years ago
  26. fdbf534 Unroll essentials of do_remount_sb() into devpts by Sukadev Bhattiprolu · 15 years ago
  27. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 15 years ago
  28. a9f184f devpts: Must release s_umount on error by Sukadev Bhattiprolu · 15 years ago
  29. 260219c devpts: remove graffiti by Alexey Dobriyan · 15 years ago
  30. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  31. d0eafc7 CRED: Wrap task credential accesses in the devpts filesystem by David Howells · 15 years ago
  32. 8c056e5 devpts: fix unused function warning by Andrew Morton · 15 years ago
  33. 835aa44 devpts: Coding style clean up by Alan Cox · 15 years ago
  34. 2a1b2dc Enable multiple instances of devpts by Sukadev Bhattiprolu · 15 years ago
  35. d4076ac Define get_init_pts_sb() by Sukadev Bhattiprolu · 15 years ago
  36. 1f8f1e2 Define mknod_ptmx() by Sukadev Bhattiprolu · 15 years ago
  37. 53af8ee Extract option parsing to new function by Sukadev Bhattiprolu · 15 years ago
  38. 31af0ab Per-mount 'config' object by Sukadev Bhattiprolu · 15 years ago
  39. e76b7c0 Per-mount allocated_ptys by Sukadev Bhattiprolu · 15 years ago
  40. 59e55e6 Remove devpts_root global by Sukadev Bhattiprolu · 15 years ago
  41. ec4c2aa CRED: Wrap task credential accesses in the devpts filesystem by David Howells · 16 years ago
  42. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  43. a6f37da Simplify devpts_pty_kill by Sukadev Bhattiprolu · 16 years ago
  44. 89a52e10 Simplify devpts_pty_new() by Sukadev Bhattiprolu · 16 years ago
  45. 527b3e4 Simplify devpts_get_tty() by Sukadev Bhattiprolu · 16 years ago
  46. 15f1a63 Add an instance parameter devpts interfaces by Sukadev Bhattiprolu · 16 years ago
  47. 7ee7c12 [PATCH] devpts: switch to IDA by Alexey Dobriyan · 16 years ago
  48. 718a916 devpts: factor out PTY index allocation by Sukadev Bhattiprolu · 16 years ago
  49. b87a267 mount options: fix devpts by Miklos Szeredi · 16 years ago
  50. 3972b7f devpts: add fsnotify create event by Florin Malita · 17 years ago
  51. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  52. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  53. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  54. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  55. 7a673c6 [PATCH] devpts: use lib/parser.c for parsing mount options by Domen Puncer · 18 years ago
  56. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  57. f549d6c [PATCH] Generic VFS fallback for security xattrs by Stephen Smalley · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago