1. d4fff2d Merge 4.9.188 into android-4.9 by Greg Kroah-Hartman · 4 years, 9 months ago
  2. 62369d5 ipc/mqueue.c: only perform resource calculation if user valid by Kees Cook · 4 years, 10 months ago
  3. a80a7ab Merge 4.9.183 into android-4.9 by Greg Kroah-Hartman · 4 years, 10 months ago
  4. 7b5598c ipc: prevent lockup on alloc_msg and free_msg by Li Rongqing · 5 years ago
  5. 3f353c3 Merge 4.9.38 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. e695284 mqueue: fix a use-after-free in sys_mq_notify() by Cong Wang · 7 years ago
  7. bbcd0ff ANDROID: vfs: Add permission2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  8. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  9. a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 8 years ago
  10. 3ee6901 ipc/mqueue: The mqueue filesystem should never contain executables by Eric W. Biederman · 8 years ago
  11. d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 8 years ago
  12. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  13. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  14. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  15. de54b9a ipc: modify message queue accounting to not take kernel data structures into account by Marcus Gelderie · 9 years ago
  16. fa6004a ipc/mqueue: Implement lockless pipelined wakeups by Davidlohr Bueso · 9 years ago
  17. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 9 years ago
  18. 9f45f5b new helper: audit_file() by Al Viro · 9 years ago
  19. 6d08a25 ipc: use device_initcall by Davidlohr Bueso · 10 years ago
  20. f3713fd ipc,mqueue: remove limits for the amount of system-wide queues by Davidlohr Bueso · 10 years ago
  21. 3ab08fe ipc: remove braces for single statements by Davidlohr Bueso · 10 years ago
  22. 239521f ipc: whitespace cleanup by Manfred Spraul · 10 years ago
  23. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  24. 79f6530 audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record by Jeff Layton · 11 years ago
  25. 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  26. a636b70 ipc: Restrict mounting the mqueue filesystem by Eric W. Biederman · 11 years ago
  27. 38d78e5 mqueue: sys_mq_open: do not call mnt_drop_write() if read-only by Vladimir Davydov · 11 years ago
  28. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  29. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  30. bc1b69e userns: Allow the unprivileged users to mount mqueue fs by Gao feng · 11 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. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  36. 515e0d6 switch mqueue syscalls to fget_light() by Al Viro · 12 years ago
  37. 312b90f mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bit by Al Viro · 12 years ago
  38. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  39. 312b63f don't pass nameidata * to vfs_create() by Al Viro · 12 years ago
  40. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  41. ce2d52c ipc/mqueue: add rbtree node caching support by Doug Ledford · 12 years ago
  42. 113289c ipc/mqueue: strengthen checks on mqueue creation by Doug Ledford · 12 years ago
  43. 2c12ea4 ipc/mqueue: correct mq_attr_ok test by Doug Ledford · 12 years ago
  44. d662985 ipc/mqueue: improve performance of send/recv by Doug Ledford · 12 years ago
  45. cef0184 mqueue: separate mqueue default value from maximum value by KOSAKI Motohiro · 12 years ago
  46. fd1f87d mqueue: don't use kmalloc with KMALLOC_MAX_SIZE by KOSAKI Motohiro · 12 years ago
  47. 5b5c4d1 ipc/mqueue: update maximums for the mqueue subsystem by Doug Ledford · 12 years ago
  48. 02967ea ipc/mqueue: enforce hard limits by Doug Ledford · 12 years ago
  49. 858ee37 ipc/mqueue: switch back to using non-max values on create by Doug Ledford · 12 years ago
  50. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  51. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  52. 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
  53. 6f9ac6d mqueue: Explicitly capture the user namespace to send the notification to. by Eric W. Biederman · 12 years ago
  54. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  55. 2a4e64b ipc/mqueue: simplify reading msgqueue limit by Davidlohr Bueso · 12 years ago
  56. 6b550f9 user namespace: make signal.c respect user namespaces by Serge E. Hallyn · 12 years ago
  57. df0a428 switch mq_open() to umode_t by Al Viro · 13 years ago
  58. 1b9d5ff7 mqueue: propagate umode_t by Al Viro · 13 years ago
  59. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  60. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  61. 6f68657 ... and the same kind of leak for mqueue by Al Viro · 12 years ago
  62. 32ea845 ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock() by Wanlong Gao · 12 years ago
  63. d40dcdb ipc/mqueue.c: fix mq_open() return value by Jiri Slaby · 13 years ago
  64. 0471520 ipc/mqueue.c: refactor failure handling by Jiri Slaby · 13 years ago
  65. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  66. ceefda6 switch get_sb_ns() users by Al Viro · 14 years ago
  67. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  68. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  69. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  70. 6d8af64 switch mqueue to ->evict_inode() by Al Viro · 14 years ago
  71. 0abbb60 mqueue doesn't need make_bad_inode() by Al Viro · 14 years ago
  72. 164d44f Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  73. a3ed2a1 mqueue: fix kernel BUG caused by double free() on mq_open() by André Goddard Rosa · 14 years ago
  74. dbb6be6 Merge branch 'linus' into timers/core by Thomas Gleixner · 14 years ago
  75. 9ca7d8e mqueue: Convert message queue timeout to use hrtimers by Carsten Emde · 14 years ago
  76. 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
  77. f1eb133 ipc: use rlimit helpers by Jiri Slaby · 14 years ago
  78. 2329e39 mqueue: fix typo "failues" -> "failures" by André Goddard Rosa · 14 years ago
  79. 8d8ffef mqueue: only set error codes if they are really necessary by André Goddard Rosa · 14 years ago
  80. 04db0dd mqueue: simplify do_open() error handling by André Goddard Rosa · 14 years ago
  81. 8834cf7 mqueue: apply mathematics distributivity on mq_bytes calculation by André Goddard Rosa · 14 years ago
  82. c8308b1 mqueue: remove unneeded info->messages initialization by André Goddard Rosa · 14 years ago
  83. 4294a8e mqueue: fix mq_open() file descriptor leak on user-space processes by André Goddard Rosa · 14 years ago
  84. b65a9cf Untangling ima mess, part 2: deal with counters by Al Viro · 14 years ago
  85. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  86. 46690f3 integrity: ima mq_open imbalance msg fix by Mimi Zohar · 15 years ago
  87. bdc8e5f namespaces: mqueue namespace: adapt sysctl by Serge E. Hallyn · 15 years ago
  88. 7eafd7c namespaces: ipc namespaces: implement support for posix msqueues by Serge E. Hallyn · 15 years ago
  89. 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 15 years ago
  90. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  91. db1dd4d Use f_lock to protect f_flags by Jonathan Corbet · 15 years ago
  92. c4ea37c [CVE-2009-0029] System call wrappers part 26 by Heiko Carstens · 15 years ago
  93. d5460c9 [CVE-2009-0029] System call wrappers part 25 by Heiko Carstens · 15 years ago
  94. 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 15 years ago
  95. a668499 mqueue: fix si_pid value in mqueue do_notify() by Sukadev Bhattiprolu · 15 years ago
  96. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  97. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 15 years ago
  98. 564f699 sanitize audit_mq_open() by Al Viro · 15 years ago
  99. c32c8af sanitize AUDIT_MQ_SENDRECV by Al Viro · 15 years ago
  100. 20114f7 sanitize audit_mq_notify() by Al Viro · 15 years ago