Commit Graph

308 Commits (1603dd495f87ae97763870d57237744d90bc2bab)

Author SHA1 Message Date
Vasiliy Kulikov b34a6b1da3 ipc: introduce shm_rmid_forced sysctl 14 years ago
Jiri Slaby d40dcdb017 ipc/mqueue.c: fix mq_open() return value 14 years ago
Jiri Slaby 04715206c0 ipc/mqueue.c: refactor failure handling 14 years ago
Manfred Spraul d694ad62bf ipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMID 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Lai Jiangshan d4ee9aa33d ipc,rcu: Convert call_rcu(ipc_immediate_free) to kfree_rcu() 14 years ago
Lai Jiangshan 693a8b6eec ipc,rcu: Convert call_rcu(free_un) to kfree_rcu() 14 years ago
KOSAKI Motohiro ca16d140af mm: don't access vm_flags as 'int' 14 years ago
Eric W. Biederman a00eaf11a2 ns proc: Add support for the ipc namespace 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Randy Dunlap 6213cfe824 ipc: fix util.c kernel-doc warnings 14 years ago
Xiaotian Feng be4d250ab4 ipcns: fix use after free in free_ipc_ns() 14 years ago
Serge E. Hallyn b0e77598f8 userns: user namespaces: convert several capable() calls 14 years ago
Serge E. Hallyn b515498f5b userns: add a user namespace owner of ipc ns 14 years ago
Nick Piggin fa0d7e3de6 fs: icache RCU free inodes 14 years ago
Vasiliy Kulikov 3af54c9bd9 ipc: shm: fix information leak to userland 14 years ago
Al Viro ceefda6931 switch get_sb_ns() users 14 years ago
Dan Rosenberg 03145beb45 ipc: initialize structure memory to zero for compat functions 14 years ago
Helge Deller b795218075 ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shm 14 years ago
Christoph Hellwig 85fe4025c6 fs: do not assign default i_ino in new_inode 14 years ago
Al Viro 7de9c6ee3e new helper: ihold() 14 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Dan Rosenberg 982f7c2b2e sys_semctl: fix kernel stack leakage 15 years ago
Al Viro 6d8af64c1c switch mqueue to ->evict_inode() 15 years ago
Manfred Spraul c61284e991 ipc/sem.c: bugfix for semop() not reporting successful operation 15 years ago
Al Viro 0abbb609ac mqueue doesn't need make_bad_inode() 15 years ago
Christoph Hellwig 7ea8085910 drop unused dentry argument to ->fsync 15 years ago
Julia Lawall 4de85cd6d6 ipc/sem.c: use ERR_CAST 15 years ago
Manfred Spraul c5cf6359ad ipc/sem.c: update description of the implementation 15 years ago
Manfred Spraul 0a2b9d4c79 ipc/sem.c: move wake_up_process out of the spinlock section 15 years ago
Manfred Spraul fd5db42254 ipc/sem.c: optimize update_queue() for bulk wakeup calls 15 years ago
Alexey Dobriyan 4be929be34 kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN 15 years ago
André Goddard Rosa a3ed2a1571 mqueue: fix kernel BUG caused by double free() on mq_open() 15 years ago
Carsten Emde 9ca7d8e683 mqueue: Convert message queue timeout to use hrtimers 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Anton Blanchard 45575f5a42 ppc64 sys_ipc breakage in 2.6.34-rc2 15 years ago
Jiri Slaby f1eb1332b8 ipc: use rlimit helpers 15 years ago
Christoph Hellwig baed7fc9b5 Add generic sys_ipc wrapper 15 years ago
André Goddard Rosa 2329e392ac mqueue: fix typo "failues" -> "failures" 15 years ago
André Goddard Rosa 8d8ffefaaf mqueue: only set error codes if they are really necessary 15 years ago
André Goddard Rosa 04db0dde0e mqueue: simplify do_open() error handling 15 years ago
André Goddard Rosa 8834cf796a mqueue: apply mathematics distributivity on mq_bytes calculation 15 years ago
André Goddard Rosa c8308b1c91 mqueue: remove unneeded info->messages initialization 15 years ago
André Goddard Rosa 4294a8eedb mqueue: fix mq_open() file descriptor leak on user-space processes 15 years ago
David Howells ed5e5894b2 nommu: fix SYSV SHM for NOMMU 15 years ago
Al Viro b65a9cfc2c Untangling ima mess, part 2: deal with counters 15 years ago
Al Viro 0552f879d4 Untangling ima mess, part 1: alloc_file() 15 years ago
Al Viro 2c48b9c455 switch alloc_file() to passing struct path 15 years ago
Amerigo Wang e5cc9c7b1a ipc: remove unreachable code in sem.c 15 years ago
Manfred Spraul d987f8b213 ipc/sem.c: optimize single sops when semval is zero 15 years ago