aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18ipc: convert to new timestamp accessorsJeff Layton1-9/+10
2023-07-24mqueue: convert to ctime accessor functionsJeff Layton1-12/+11
2023-02-24Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2023-01-27ipc,namespace: batch free ipc_namespace structuresRik van Riel1-5/+0
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-1/+1
2022-12-11ipc: fix memory leak in init_mqueue_fs()Zhengchao Shao1-2/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2022-10-09Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2022-10-03ipc: mqueue: remove unnecessary conditionalsJingyu Wang1-2/+1
2022-07-19ipc: mqueue: fix possible memory leak in init_mqueue_fs()Hangyu Hua1-0/+1
2022-07-17ipc/mqueue: remove unnecessary (void*) conversionYu Zhe1-1/+1
2022-06-03Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds1-6/+4
2022-05-09ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long1-0/+14
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-08ipc: Store mqueue sysctls in the ipc namespaceAlexey Gladkov1-6/+4
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-19/+21
2021-05-22ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam1-2/+4
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov1-19/+21
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+2
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-1/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-05-07ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov1-8/+26
2020-04-07ipc/mqueue.c: fix a brace coding style issueSomala Swaraj1-3/+2
2020-02-04ipc/mqueue.c: update/document memory barriersManfred Spraul1-14/+78
2020-02-04ipc/mqueue.c: remove duplicated codeDavidlohr Bueso1-13/+18
2019-09-25ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring1-12/+8
2019-09-25ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring1-1/+1
2019-09-05new helper: get_tree_keyed()Al Viro1-2/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+5
2019-07-16ipc/mqueue.c: only perform resource calculation if user validKees Cook1-9/+10
2019-05-25mqueue: set ->user_ns before ->get_tree()Al Viro1-4/+5
2019-05-14ipc/mqueue: optimize msg_get()Davidlohr Bueso1-25/+35
2019-05-14ipc/mqueue: remove redundant wq task assignmentDavidlohr Bueso1-2/+0
2019-05-14ipc: prevent lockup on alloc_msg and free_msgLi Rongqing1-2/+8
2019-05-01mqueue: switch to ->free_inode()Al Viro1-8/+2
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-22/+72
2019-02-28ipc: Convert mqueue fs to fs_contextDavid Howells1-22/+72
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-8/+8
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-4/+4
2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann1-39/+41
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann1-3/+3
2018-03-24Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman1-55/+19
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-06ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws1-1/+1
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-130/+111
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-12signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman1-0/+1
2018-01-05mqueue: switch to on-demand creation of internal mountAl Viro1-19/+55
2018-01-05tidy do_mq_open() up a bitAl Viro1-6/+3
2018-01-05mqueue: clean prepare_open() upAl Viro1-18/+11
2018-01-05do_mq_open(): move all work prior to dentry_open() into a helperAl Viro1-46/+31
2018-01-05mqueue: fold mq_attr_ok() into mqueue_get_inode()Al Viro1-50/+21
2018-01-05move dentry_open() calls up into do_mq_open()Al Viro1-24/+20
2018-01-05mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdataAl Viro1-8/+11
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-09-03ipc: mqueue: Replace timespec with timespec64Deepa Dinamani1-14/+14
2017-07-09mqueue: fix a use-after-free in sys_mq_notify()Cong Wang1-1/+3
2017-07-04mqueue: move compat syscalls to native onesAl Viro1-88/+261
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-27ipc/mqueue: add missing sparse annotationLuc Van Oostenryck1-0/+1
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-9/+9
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman1-1/+1
2016-06-23ipc/mqueue: The mqueue filesystem should never contain executablesEric W. Biederman1-0/+1
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-11/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-08-07ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie1-5/+0
2015-05-08ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso1-21/+33
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-11/+11
2014-11-19new helper: audit_file()Al Viro1-2/+2
2014-04-07ipc: use device_initcallDavidlohr Bueso1-1/+1
2014-02-25ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso1-3/+3
2014-01-27ipc: remove braces for single statementsDavidlohr Bueso1-3/+3
2014-01-27ipc: whitespace cleanupManfred Spraul1-8/+8
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-1/+1
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton1-0/+2
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+10
2013-03-27ipc: Restrict mounting the mqueue filesystemEric W. Biederman1-2/+10
2013-03-22mqueue: sys_mq_open: do not call mnt_drop_write() if read-onlyVladimir Davydov1-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+8
2013-02-22new helper: file_inode(file)Al Viro1-8/+8
2013-01-27userns: Allow the unprivileged users to mount mqueue fsGao feng1-0/+1
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-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-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro1-33/+28
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-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 Motohiro1-3/+6
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-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-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-17/+7
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
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-09... and the same kind of leak for mqueueAl Viro1-5/+3
2011-10-31ipc/mqueue.c: fix wrong use of schedule_hrtimeout_range_clock()Wanlong Gao1-2/+2
2011-07-26ipc/mqueue.c: fix mq_open() return valueJiri Slaby1-5/+7
2011-07-26ipc/mqueue.c: refactor failure handlingJiri Slaby1-56/+57
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-10-29switch get_sb_ns() usersAl Viro1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-09switch mqueue to ->evict_inode()Al Viro1-9/+7
2010-06-04mqueue doesn't need make_bad_inode()Al Viro1-1/+0
2010-05-19Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-49/+25
2010-05-11mqueue: fix kernel BUG caused by double free() on mq_open()André Goddard Rosa1-1/+1
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner1-0/+1
2010-04-06mqueue: Convert message queue timeout to use hrtimersCarsten Emde1-49/+25
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-12ipc: use rlimit helpersJiri Slaby1-1/+1
2010-03-03mqueue: fix typo "failues" -> "failures"André Goddard Rosa1-1/+1
2010-03-03mqueue: only set error codes if they are really necessaryAndré Goddard Rosa1-27/+50
2010-03-03mqueue: simplify do_open() error handlingAndré Goddard Rosa1-6/+10
2010-03-03mqueue: apply mathematics distributivity on mq_bytes calculationAndré Goddard Rosa1-4/+5
2010-03-03mqueue: remove unneeded info->messages initializationAndré Goddard Rosa1-8/+5
2010-03-03mqueue: fix mq_open() file descriptor leak on user-space processesAndré Goddard Rosa1-2/+1
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro1-2/+0
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-2/+2
2009-06-29integrity: ima mq_open imbalance msg fixMimi Zohar1-0/+2
2009-04-07namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn1-64/+1
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn1-29/+82
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn1-56/+68
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-0/+2
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens1-11/+11
2009-01-14[CVE-2009-0029] System call wrappers part 25Heiko Carstens1-3/+3
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+1
2009-01-08mqueue: fix si_pid value in mqueue do_notify()Sukadev Bhattiprolu1-1/+2
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2009-01-04sanitize audit_mq_open()Al Viro1-12/+11
2009-01-04sanitize AUDIT_MQ_SENDRECVAl Viro1-24/+30
2009-01-04sanitize audit_mq_notify()Al Viro1-7/+7
2009-01-04sanitize audit_mq_getsetattr()Al Viro1-5/+1
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-4/+7
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-1/+1
2008-11-14CRED: Separate task security context from task_structDavid Howells1-1/+1
2008-11-14CRED: Wrap task credential accesses in the SYSV IPC subsystemDavid Howells1-3/+3
2008-10-20message queues: increase range limitsJoe Korty1-6/+14
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25ipc: use simple_read_from_buffer()Akinobu Mita1-18/+7
2008-06-05netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev1-1/+1
2008-05-03tiny mq_open optimizationUlrich Drepper1-2/+1
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen1-2/+14
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen1-1/+4
2008-02-08Pidns: fix badly converted mqueues pid handlingPavel Emelyanov1-1/+1
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov1-2/+1
2007-11-29ipc: lost unlock and fput in mqueue.c on error pathPavel Emelyanov1-2/+4
2007-11-07[NETLINK]: Fix unicast timeoutsPatrick McHardy1-2/+4
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro1-4/+4
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-2/+5
2007-10-18sysctl mqueue: remove the binary sysctl numbersEric W. Biederman1-10/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-10[NET]: cleanup 3rd argument in netlink_sendskbDenis V. Lunev1-3/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-11[PATCH] complete message queue auditingAmy Griffis1-0/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-03-06[PATCH] mqueue: nested locking annotationPeter Zijlstra1-1/+2
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-2/+2
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-2/+2
2006-12-08[PATCH] struct path: convert ipcJosef Sipek1-8/+8
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-03Michal Wronski: update contact infoMichal Wronski1-1/+1
2006-10-02[PATCH] update mq_notify to use a struct pidCedric Le Goater1-12/+15
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-4/+1