summaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
Commit message (Expand)AuthorAgeFilesLines
* sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2016-11-211-2/+2
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-9/+9
* vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-231-1/+1
* ipc/mqueue: The mqueue filesystem should never contain executablesEric W. Biederman2016-06-231-0/+1
* vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-231-11/+8
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
* ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie2015-08-071-5/+0
* ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso2015-05-081-21/+33
* VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-11/+11
* new helper: audit_file()Al Viro2014-11-191-2/+2
* ipc: use device_initcallDavidlohr Bueso2014-04-071-1/+1
* ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso2014-02-251-3/+3
* ipc: remove braces for single statementsDavidlohr Bueso2014-01-271-3/+3
* ipc: whitespace cleanupManfred Spraul2014-01-271-8/+8
* locks: break delegations on unlinkJ. Bruce Fields2013-11-091-1/+1
* audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-07-091-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-281-2/+10
|\
| * ipc: Restrict mounting the mqueue filesystemEric W. Biederman2013-03-271-2/+10
* | mqueue: sys_mq_open: do not call mnt_drop_write() if read-onlyVladimir Davydov2013-03-221-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-8/+8
|\
| * new helper: file_inode(file)Al Viro2013-02-221-8/+8
* | userns: Allow the unprivileged users to mount mqueue fsGao feng2013-01-271-0/+1
|/
* audit: make audit_inode take struct filenameJeff Layton2012-10-121-2/+2
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-6/+7
* audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-121-4/+4
* ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse2012-10-091-3/+0
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-43/+41
* switch mqueue syscalls to fget_light()Al Viro2012-09-261-12/+14
* mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro2012-08-181-33/+28
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-231-70/+47
* don't pass nameidata * to vfs_create()Al Viro2012-07-141-1/+1
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* ipc/mqueue: add rbtree node caching supportDoug Ledford2012-05-311-23/+81
* ipc/mqueue: strengthen checks on mqueue creationDoug Ledford2012-05-311-9/+18
* ipc/mqueue: correct mq_attr_ok testDoug Ledford2012-05-311-3/+8
* ipc/mqueue: improve performance of send/recvDoug Ledford2012-05-311-43/+130
* mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro2012-05-311-3/+6
* mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro2012-05-311-2/+2
* ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford2012-05-311-2/+9
* ipc/mqueue: enforce hard limitsDoug Ledford2012-05-311-3/+5
* ipc/mqueue: switch back to using non-max values on createDoug Ledford2012-05-311-2/+3
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-031-2/+1
* | mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman2012-04-071-1/+8
|/
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-17/+7
* ipc/mqueue: simplify reading msgqueue limitDavidlohr Bueso2012-01-231-2/+1
* user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-101-1/+6
OpenPOWER on IntegriCloud