1. 600fe97 ipc_schedule_free() can do vfree() directly now by Al Viro · 11 years ago
  2. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  3. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  4. d69f3ba ipc: sysv shared memory limited to 8TiB by Robin Holt · 11 years ago
  5. 41239fe ipc/msg.c: use list_for_each_entry_[safe] for list traversing by Nikola Pajkovsky · 11 years ago
  6. 6062a8d ipc,sem: fine grained locking for semtimedop by Rik van Riel · 11 years ago
  7. 9f1bc2c9 ipc,sem: have only one list in struct sem_queue by Rik van Riel · 11 years ago
  8. c460b66 ipc,sem: open code and rename sem_lock by Rik van Riel · 11 years ago
  9. 16df367 ipc,sem: do not hold ipc lock more than necessary by Davidlohr Bueso · 11 years ago
  10. 444d0f6 ipc: introduce lockless pre_down ipcctl by Davidlohr Bueso · 11 years ago
  11. 4d2bff5 ipc: introduce obtaining a lockless ipc object by Davidlohr Bueso · 11 years ago
  12. 7bb4def ipc: remove bogus lock comment for ipc_checkid by Davidlohr Bueso · 11 years ago
  13. 1e3c941 ipc/msgutil.c: use linux/uaccess.h by HoSung Jung · 11 years ago
  14. daaf74c ipc: refactor msg list search into separate function by Peter Hurley · 11 years ago
  15. d076ac9 ipc: simplify msg list search by Peter Hurley · 11 years ago
  16. 8ac6ed5 ipc: implement MSG_COPY as a new receive mode by Peter Hurley · 11 years ago
  17. 852028a ipc: remove msg handling from queue scan by Peter Hurley · 11 years ago
  18. 2b3097a ipc: set EFAULT as default error in load_msg() by Peter Hurley · 11 years ago
  19. da085d4 ipc: tighten msg copy loops by Peter Hurley · 11 years ago
  20. be5f4b3 ipc: separate msg allocation from userspace copy by Peter Hurley · 11 years ago
  21. 3d8fa45 ipc: clamp with min() by Peter Hurley · 11 years ago
  22. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  23. 8f68fa2 ipc/util.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  24. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  25. 2dc958f ipc: set msg back to -EAGAIN if copy wasn't performed by Stanislav Kinsbursky · 11 years ago
  26. 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  27. a636b70 ipc: Restrict mounting the mqueue filesystem by Eric W. Biederman · 11 years ago
  28. 38d78e5 mqueue: sys_mq_open: do not call mnt_drop_write() if read-only by Vladimir Davydov · 11 years ago
  29. 88b9e45 ipc: don't allocate a copy larger than max by Peter Hurley · 11 years ago
  30. e1082f4 ipc: fix potential oops when src msg > 4k w/ MSG_COPY by Peter Hurley · 11 years ago
  31. e1fd1f4 get rid of union semop in sys_semctl(2) arguments by Al Viro · 11 years ago
  32. 0e65a81 get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPC by Al Viro · 11 years ago
  33. 56e41d3 merge compat sys_ipc instances by Al Viro · 11 years ago
  34. 22d1a35 make HAVE_SYSCALL_WRAPPERS unconditional by Al Viro · 11 years ago
  35. 54924ea ipc: convert to idr_alloc() by Tejun Heo · 11 years ago
  36. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  37. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  38. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 11 years ago
  39. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  40. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  41. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  42. bc1b69e userns: Allow the unprivileged users to mount mqueue fs by Gao feng · 11 years ago
  43. 3fcfe78 ipc: add more comments to message copying related code by Stanislav Kinsbursky · 11 years ago
  44. 51eeaca ipc: simplify message copying by Stanislav Kinsbursky · 11 years ago
  45. b30efe2 ipc: convert prepare_copy() from macro to function by Stanislav Kinsbursky · 11 years ago
  46. 85398aa ipc: simplify free_copy() call by Stanislav Kinsbursky · 11 years ago
  47. 3a66553 selftests: IPC message queue copy feature test by Stanislav Kinsbursky · 11 years ago
  48. 4a674f3 ipc: introduce message queue copy feature by Stanislav Kinsbursky · 11 years ago
  49. f9dd87f ipc: message queue receive cleanup by Stanislav Kinsbursky · 11 years ago
  50. 03f5956 ipc: add sysctl to specify desired next object id by Stanislav Kinsbursky · 11 years ago
  51. 9afdacd ipc: remove forced assignment of selected message by Stanislav Kinsbursky · 11 years ago
  52. a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  53. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  54. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  55. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 12 years ago
  56. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  57. bcf58e7 userns: Make create_new_namespaces take a user_ns parameter by Eric W. Biederman · 12 years ago
  58. 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
  59. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  60. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  61. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  62. 1638113 ipc/mqueue: remove unnecessary rb_init_node() calls by Michel Lespinasse · 12 years ago
  63. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  64. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  65. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  66. 515e0d6 switch mqueue syscalls to fget_light() by Al Viro · 12 years ago
  67. 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  68. 312b90f mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bit by Al Viro · 12 years ago
  69. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  70. 05ba3f1 ipc: compat: use signed size_t types for msgsnd and msgrcv by Will Deacon · 12 years ago
  71. b610c04 ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPC by Will Deacon · 12 years ago
  72. 079a96a ipc: add COMPAT_SHMLBA support by Will Deacon · 12 years ago
  73. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  74. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  75. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  76. 7d8a456 ipc: shm: restore MADV_REMOVE functionality on shared memory segments by Will Deacon · 12 years ago
  77. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  78. e3fc629 switch aio and shm to do_mmap_pgoff(), make do_mmap() static by Al Viro · 12 years ago
  79. 8b3ec68 take security_mmap_file() outside of ->mmap_sem by Al Viro · 12 years ago
  80. ce2d52c ipc/mqueue: add rbtree node caching support by Doug Ledford · 12 years ago
  81. 113289c ipc/mqueue: strengthen checks on mqueue creation by Doug Ledford · 12 years ago
  82. 2c12ea4 ipc/mqueue: correct mq_attr_ok test by Doug Ledford · 12 years ago
  83. d662985 ipc/mqueue: improve performance of send/recv by Doug Ledford · 12 years ago
  84. cef0184 mqueue: separate mqueue default value from maximum value by KOSAKI Motohiro · 12 years ago
  85. fd1f87d mqueue: don't use kmalloc with KMALLOC_MAX_SIZE by KOSAKI Motohiro · 12 years ago
  86. 5b5c4d1 ipc/mqueue: update maximums for the mqueue subsystem by Doug Ledford · 12 years ago
  87. 02967ea ipc/mqueue: enforce hard limits by Doug Ledford · 12 years ago
  88. 858ee37 ipc/mqueue: switch back to using non-max values on create by Doug Ledford · 12 years ago
  89. 93e6f11 ipc/mqueue: cleanup definition names and locations by Doug Ledford · 12 years ago
  90. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  91. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  92. 76b6db0 userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid by Eric W. Biederman · 12 years ago
  93. 6f9ac6d mqueue: Explicitly capture the user namespace to send the notification to. by Eric W. Biederman · 13 years ago
  94. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  95. 50483c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  96. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  97. 40716e2 hugetlbfs: fix alignment of huge page requests by Steven Truelove · 12 years ago
  98. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  99. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  100. 48b25c4 [PATCH v3] ipc: provide generic compat versions of IPC syscalls by Chris Metcalf · 12 years ago