aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-12audit: make audit_inode take struct filenameJeff Layton1-2/+2
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-6/+7
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton1-4/+4
2012-10-09ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse1-3/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-39/+39
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-33/+50
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-43/+41
2012-09-26switch mqueue syscalls to fget_light()Al Viro1-12/+14
2012-09-06userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman5-33/+50
2012-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro1-33/+28
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon3-4/+4
2012-07-30ipc: compat: use signed size_t types for msgsnd and msgrcvWill Deacon1-4/+4
2012-07-30ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPCWill Deacon1-1/+1
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon3-7/+12
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-70/+47
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-06-07ipc: shm: restore MADV_REMOVE functionality on shared memory segmentsWill Deacon1-0/+12
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+6
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-1/+1
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro1-0/+5
2012-05-31ipc/mqueue: add rbtree node caching supportDoug Ledford1-23/+81
2012-05-31ipc/mqueue: strengthen checks on mqueue creationDoug Ledford1-9/+18
2012-05-31ipc/mqueue: correct mq_attr_ok testDoug Ledford1-3/+8
2012-05-31ipc/mqueue: improve performance of send/recvDoug Ledford1-43/+130
2012-05-31mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro2-3/+24
2012-05-31mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro1-2/+2
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford1-2/+9
2012-05-31ipc/mqueue: enforce hard limitsDoug Ledford1-3/+5
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford1-2/+3
2012-05-31ipc/mqueue: cleanup definition names and locationsDoug Ledford1-23/+8
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman1-2/+1
2012-04-07mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman1-1/+8
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman1-1/+1
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-6/+64
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+7
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-17/+7
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf1-6/+64
2012-02-14security: trim security.hAl Viro1-0/+2
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins1-1/+1
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins1-15/+22
2012-01-23ipc/mqueue: simplify reading msgqueue limitDavidlohr Bueso1-2/+1
2012-01-10user namespace: make signal.c respect user namespacesSerge E. Hallyn1-1/+6
2012-01-03switch mq_open() to umode_tAl Viro1-1/+1
2012-01-03mqueue: propagate umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-2/+2