1. 8c93709 fs/devpts: always delete dcache dentry-s in dput() by Varad Gautam · 5 years ago
  2. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  4. e98d413 devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/pts by Eric W. Biederman · 8 years ago
  5. 6bd1d87 devpts: Remove sync_filesystems by Eric W. Biederman · 8 years ago
  6. 40b320e devpts: Make devpts_kill_sb safe if fsi is NULL by Eric W. Biederman · 8 years ago
  7. c1b241f devpts: Simplify devpts_mount by using mount_nodev by Eric W. Biederman · 8 years ago
  8. 180d904 devpts: Move the creation of /dev/pts/ptmx into fill_super by Eric W. Biederman · 8 years ago
  9. dee87d4 devpts: Move parse_mount_options into fill_super by Eric W. Biederman · 8 years ago
  10. 3e42394 devpts: return NULL pts 'priv' entry for non-devpts nodes by Linus Torvalds · 8 years ago
  11. cc50a07 userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag by Eric W. Biederman · 8 years ago
  12. eedf265 devpts: Make each mount of devpts an independent filesystem. by Eric W. Biederman · 8 years ago
  13. 8ead9dd devpts: more pty driver interface cleanups by Linus Torvalds · 8 years ago
  14. 67245ff devpts: clean up interface to pty drivers by Linus Torvalds · 8 years ago
  15. 1f55c71 pty: make sure super_block is still valid in final /dev/tty close by Herton R. Krzesinski · 8 years ago
  16. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  17. 9ce7114 devpts: if initialization failed, don't crash when opening /dev/ptmx by Josh Triplett · 9 years ago
  18. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  19. 04541a2 fs/devpts/inode.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  20. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  21. 66da0e1 devpts: plug the memory leak in kill_sb by Ilija Hadzic · 10 years ago
  22. ec2aa8e userns: Allow the userns root to mount of devpts by Eric W. Biederman · 12 years ago
  23. 1dcb8e6 TTY: devpts, document devpts inode operations by Jiri Slaby · 12 years ago
  24. f11afb6 TTY: devpts, do not set driver_data by Jiri Slaby · 12 years ago
  25. 162b97c TTY: devpts, return created inode from devpts_pty_new by Jiri Slaby · 12 years ago
  26. 8fcbaa2 TTY: devpts, don't care about TTY in devpts_get_tty by Jiri Slaby · 12 years ago
  27. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  28. f04c6ce userns: Convert devpts to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  29. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  30. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  31. e9aba51 tty: rework pty count limiting by Konstantin Khlebnikov · 12 years ago
  32. a4834c1 tty: move pty count limiting into devpts by Konstantin Khlebnikov · 12 years ago
  33. 3850aba devpts: fix double-free on mount failure by Al Viro · 12 years ago
  34. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 12 years ago
  35. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  36. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  37. b12d125 fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_new() by Andrey Vagin · 13 years ago
  38. aa597bc fs: devpts_pty_new() return -ENOMEM if dentry allocation failed by Andrey Vagin · 13 years ago
  39. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  40. 8946807 Simplify devpts_get_sb() failure exits by Al Viro · 14 years ago
  41. 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
  42. edfacdd devpts_get_tty() should validate inode by Sukadev Bhattiprolu · 14 years ago
  43. 1fd7317d Move magic numbers into magic.h by Nick Black · 15 years ago
  44. f6cc746 devpts: remove module-related code by H. Peter Anvin · 15 years ago
  45. 93d5581 devpts: unregister the file system on error by Alan Cox · 15 years ago
  46. 1f71ebe devpts: correctly set default options by Sukadev Bhattiprolu · 15 years ago
  47. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  48. 1bd7903 Merge code for single and multiple-instance mounts by Sukadev Bhattiprolu · 15 years ago
  49. 289f00e Remove get_init_pts_sb() by Sukadev Bhattiprolu · 15 years ago
  50. 945cf2c Move common mknod_ptmx() calls into caller by Sukadev Bhattiprolu · 15 years ago
  51. 482984f Parse mount options just once and copy them to super block by Sukadev Bhattiprolu · 15 years ago
  52. fdbf534 Unroll essentials of do_remount_sb() into devpts by Sukadev Bhattiprolu · 15 years ago
  53. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 15 years ago
  54. a9f184f devpts: Must release s_umount on error by Sukadev Bhattiprolu · 15 years ago
  55. 260219c devpts: remove graffiti by Alexey Dobriyan · 15 years ago
  56. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 15 years ago
  57. d0eafc7 CRED: Wrap task credential accesses in the devpts filesystem by David Howells · 15 years ago
  58. 8c056e5 devpts: fix unused function warning by Andrew Morton · 15 years ago
  59. 835aa44 devpts: Coding style clean up by Alan Cox · 15 years ago
  60. 2a1b2dc Enable multiple instances of devpts by Sukadev Bhattiprolu · 15 years ago
  61. d4076ac Define get_init_pts_sb() by Sukadev Bhattiprolu · 15 years ago
  62. 1f8f1e2 Define mknod_ptmx() by Sukadev Bhattiprolu · 15 years ago
  63. 53af8ee Extract option parsing to new function by Sukadev Bhattiprolu · 15 years ago
  64. 31af0ab Per-mount 'config' object by Sukadev Bhattiprolu · 15 years ago
  65. e76b7c0 Per-mount allocated_ptys by Sukadev Bhattiprolu · 15 years ago
  66. 59e55e6 Remove devpts_root global by Sukadev Bhattiprolu · 15 years ago
  67. ec4c2aa CRED: Wrap task credential accesses in the devpts filesystem by David Howells · 15 years ago
  68. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  69. a6f37da Simplify devpts_pty_kill by Sukadev Bhattiprolu · 16 years ago
  70. 89a52e10 Simplify devpts_pty_new() by Sukadev Bhattiprolu · 16 years ago
  71. 527b3e4 Simplify devpts_get_tty() by Sukadev Bhattiprolu · 16 years ago
  72. 15f1a63 Add an instance parameter devpts interfaces by Sukadev Bhattiprolu · 16 years ago
  73. 7ee7c12 [PATCH] devpts: switch to IDA by Alexey Dobriyan · 16 years ago
  74. 718a916 devpts: factor out PTY index allocation by Sukadev Bhattiprolu · 16 years ago
  75. b87a267 mount options: fix devpts by Miklos Szeredi · 16 years ago
  76. 3972b7f devpts: add fsnotify create event by Florin Malita · 17 years ago
  77. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  78. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  79. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  80. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  81. 7a673c6 [PATCH] devpts: use lib/parser.c for parsing mount options by Domen Puncer · 18 years ago
  82. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  83. f549d6c [PATCH] Generic VFS fallback for security xattrs by Stephen Smalley · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago