1. 2dc958f ipc: set msg back to -EAGAIN if copy wasn't performed by Stanislav Kinsbursky · 11 years ago
  2. 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  3. a636b70 ipc: Restrict mounting the mqueue filesystem by Eric W. Biederman · 11 years ago
  4. 38d78e5 mqueue: sys_mq_open: do not call mnt_drop_write() if read-only by Vladimir Davydov · 11 years ago
  5. 88b9e45 ipc: don't allocate a copy larger than max by Peter Hurley · 11 years ago
  6. e1082f4 ipc: fix potential oops when src msg > 4k w/ MSG_COPY by Peter Hurley · 11 years ago
  7. 54924ea ipc: convert to idr_alloc() by Tejun Heo · 11 years ago
  8. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  9. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  10. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 11 years ago
  11. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 11 years ago
  12. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  13. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  14. bc1b69e userns: Allow the unprivileged users to mount mqueue fs by Gao feng · 11 years ago
  15. 3fcfe78 ipc: add more comments to message copying related code by Stanislav Kinsbursky · 11 years ago
  16. 51eeaca ipc: simplify message copying by Stanislav Kinsbursky · 11 years ago
  17. b30efe2 ipc: convert prepare_copy() from macro to function by Stanislav Kinsbursky · 11 years ago
  18. 85398aa ipc: simplify free_copy() call by Stanislav Kinsbursky · 11 years ago
  19. 3a66553 selftests: IPC message queue copy feature test by Stanislav Kinsbursky · 11 years ago
  20. 4a674f3 ipc: introduce message queue copy feature by Stanislav Kinsbursky · 11 years ago
  21. f9dd87f ipc: message queue receive cleanup by Stanislav Kinsbursky · 11 years ago
  22. 03f5956 ipc: add sysctl to specify desired next object id by Stanislav Kinsbursky · 11 years ago
  23. 9afdacd ipc: remove forced assignment of selected message by Stanislav Kinsbursky · 11 years ago
  24. a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  25. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  26. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 11 years ago
  27. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 11 years ago
  28. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  29. bcf58e7 userns: Make create_new_namespaces take a user_ns parameter by Eric W. Biederman · 12 years ago
  30. 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
  31. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  32. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  33. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  34. 1638113 ipc/mqueue: remove unnecessary rb_init_node() calls by Michel Lespinasse · 12 years ago
  35. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  36. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  37. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  38. 515e0d6 switch mqueue syscalls to fget_light() by Al Viro · 12 years ago
  39. 1efdb69 userns: Convert ipc to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  40. 312b90f mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bit by Al Viro · 12 years ago
  41. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  42. 05ba3f1 ipc: compat: use signed size_t types for msgsnd and msgrcv by Will Deacon · 12 years ago
  43. b610c04 ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPC by Will Deacon · 12 years ago
  44. 079a96a ipc: add COMPAT_SHMLBA support by Will Deacon · 12 years ago
  45. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  46. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  47. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  48. 7d8a456 ipc: shm: restore MADV_REMOVE functionality on shared memory segments by Will Deacon · 12 years ago
  49. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  50. e3fc629 switch aio and shm to do_mmap_pgoff(), make do_mmap() static by Al Viro · 12 years ago
  51. 8b3ec68 take security_mmap_file() outside of ->mmap_sem by Al Viro · 12 years ago
  52. ce2d52c ipc/mqueue: add rbtree node caching support by Doug Ledford · 12 years ago
  53. 113289c ipc/mqueue: strengthen checks on mqueue creation by Doug Ledford · 12 years ago
  54. 2c12ea4 ipc/mqueue: correct mq_attr_ok test by Doug Ledford · 12 years ago
  55. d662985 ipc/mqueue: improve performance of send/recv by Doug Ledford · 12 years ago
  56. cef0184 mqueue: separate mqueue default value from maximum value by KOSAKI Motohiro · 12 years ago
  57. fd1f87d mqueue: don't use kmalloc with KMALLOC_MAX_SIZE by KOSAKI Motohiro · 12 years ago
  58. 5b5c4d1 ipc/mqueue: update maximums for the mqueue subsystem by Doug Ledford · 12 years ago
  59. 02967ea ipc/mqueue: enforce hard limits by Doug Ledford · 12 years ago
  60. 858ee37 ipc/mqueue: switch back to using non-max values on create by Doug Ledford · 12 years ago
  61. 93e6f11 ipc/mqueue: cleanup definition names and locations by Doug Ledford · 12 years ago
  62. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  63. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  64. 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
  65. 6f9ac6d mqueue: Explicitly capture the user namespace to send the notification to. by Eric W. Biederman · 13 years ago
  66. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  67. 50483c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  68. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  69. 40716e2 hugetlbfs: fix alignment of huge page requests by Steven Truelove · 12 years ago
  70. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  71. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  72. 48b25c4 [PATCH v3] ipc: provide generic compat versions of IPC syscalls by Chris Metcalf · 12 years ago
  73. 4040153 security: trim security.h by Al Viro · 12 years ago
  74. 2451326 SHM_UNLOCK: fix Unevictable pages stranded after swap by Hugh Dickins · 12 years ago
  75. 85046579 SHM_UNLOCK: fix long unpreemptible section by Hugh Dickins · 12 years ago
  76. 2a4e64b ipc/mqueue: simplify reading msgqueue limit by Davidlohr Bueso · 12 years ago
  77. 6b550f9 user namespace: make signal.c respect user namespaces by Serge E. Hallyn · 12 years ago
  78. df0a428 switch mq_open() to umode_t by Al Viro · 13 years ago
  79. 1b9d5ff7 mqueue: propagate umode_t by Al Viro · 13 years ago
  80. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  81. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  82. 6f68657 ... and the same kind of leak for mqueue by Al Viro · 12 years ago
  83. e57940d ipc/sem.c: remove private structures from public header file by Manfred Spraul · 13 years ago
  84. 0b0577f ipc/sem.c: handle spurious wakeups by Manfred Spraul · 13 years ago
  85. 3c24783 ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID) by Manfred Spraul · 13 years ago
  86. 32ea845 ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock() by Wanlong Gao · 13 years ago
  87. 140d0b2 Do 'shm_init_ns()' in an early pure_initcall by Linus Torvalds · 13 years ago
  88. 298507d shm: optimize exit_shm() by Vasiliy Kulikov · 13 years ago
  89. 33a30ed shm: fix wrong tests by Vasiliy Kulikov · 13 years ago
  90. 4c677e2 shm: optimize locking and ipc_namespace getting by Vasiliy Kulikov · 13 years ago
  91. 5774ed0 shm: handle separate PID namespaces case by Vasiliy Kulikov · 13 years ago
  92. b34a6b1 ipc: introduce shm_rmid_forced sysctl by Vasiliy Kulikov · 13 years ago
  93. d40dcdb ipc/mqueue.c: fix mq_open() return value by Jiri Slaby · 13 years ago
  94. 0471520 ipc/mqueue.c: refactor failure handling by Jiri Slaby · 13 years ago
  95. d694ad6 ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMID by Manfred Spraul · 13 years ago
  96. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  97. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  98. d4ee9aa ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  99. 693a8b6 ipc,rcu: Convert call_rcu(free_un) to kfree_rcu() by Lai Jiangshan · 13 years ago
  100. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago