summaryrefslogtreecommitdiff
path: root/ipc
AgeCommit message (Expand)Author
2012-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon
2012-07-30ipc: compat: use signed size_t types for msgsnd and msgrcvWill Deacon
2012-07-30ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPCWill Deacon
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-06-07ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro
2012-05-31ipc/mqueue: add rbtree node caching supportDoug Ledford
2012-05-31ipc/mqueue: strengthen checks on mqueue creationDoug Ledford
2012-05-31ipc/mqueue: correct mq_attr_ok testDoug Ledford
2012-05-31ipc/mqueue: improve performance of send/recvDoug Ledford
2012-05-31mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro
2012-05-31mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford
2012-05-31ipc/mqueue: enforce hard limitsDoug Ledford
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford
2012-05-31ipc/mqueue: cleanup definition names and locationsDoug Ledford
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman
2012-04-07mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf
2012-02-14security: trim security.hAl Viro
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins
2012-01-23ipc/mqueue: simplify reading msgqueue limitDavidlohr Bueso
2012-01-10user namespace: make signal.c respect user namespacesSerge E. Hallyn
2012-01-03switch mq_open() to umode_tAl Viro
2012-01-03mqueue: propagate umode_tAl Viro
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