aboutsummaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-12-09... and the same kind of leak for mqueueAl Viro
2011-11-02ipc/sem.c: remove private structures from public header fileManfred Spraul
2011-11-02ipc/sem.c: handle spurious wakeupsManfred Spraul
2011-11-02ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID)Manfred Spraul
2011-10-31ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()Wanlong Gao
2011-08-04Do 'shm_init_ns()' in an early pure_initcallLinus Torvalds
2011-08-03shm: optimize exit_shm()Vasiliy Kulikov
2011-08-03shm: fix wrong testsVasiliy Kulikov
2011-07-30shm: optimize locking and ipc_namespace gettingVasiliy Kulikov
2011-07-30shm: handle separate PID namespaces caseVasiliy Kulikov
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov
2011-07-26ipc/mqueue.c: fix mq_open() return valueJiri Slaby
2011-07-26ipc/mqueue.c: refactor failure handlingJiri Slaby
2011-07-25ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMIDManfred Spraul
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu()Lai Jiangshan
2011-07-20ipc,rcu: Convert call_rcu(free_un) to kfree_rcu()Lai Jiangshan
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-10ns proc: Add support for the ipc namespaceEric W. Biederman
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-27ipc: fix util.c kernel-doc warningsRandy Dunlap
2011-03-25ipcns: fix use after free in free_ipc_ns()Xiaotian Feng
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn
2011-01-07fs: icache RCU free inodesNick Piggin
2010-10-30ipc: shm: fix information leak to userlandVasiliy Kulikov
2010-10-29switch get_sb_ns() usersAl Viro
2010-10-27ipc: initialize structure memory to zero for compat functionsDan Rosenberg
2010-10-27ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shmHelge Deller
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-25new helper: ihold()Al Viro
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-01sys_semctl: fix kernel stack leakageDan Rosenberg
2010-08-09switch mqueue to ->evict_inode()Al Viro
2010-07-20ipc/sem.c: bugfix for semop() not reporting successful operationManfred Spraul
2010-06-04mqueue doesn't need make_bad_inode()Al Viro
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-27ipc/sem.c: use ERR_CASTJulia Lawall
2010-05-27ipc/sem.c: update description of the implementationManfred Spraul
2010-05-27ipc/sem.c: move wake_up_process out of the spinlock sectionManfred Spraul
2010-05-27ipc/sem.c: optimize update_queue() for bulk wakeup callsManfred Spraul
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-19Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-05-11mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner
2010-04-06mqueue: Convert message queue timeout to use hrtimersCarsten Emde