Commit Graph

283 Commits (35df83970ecdc2cffb141503cf721a740d0f0ec5)

Author SHA1 Message Date
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
Manfred Spraul 636c6be823 ipc/sem.c: optimize single semop operations 15 years ago
Manfred Spraul b97e820fff ipc/sem.c: add a per-semaphore pending list 15 years ago
Manfred Spraul b6e90822e7 ipc/sem.c: optimize if semops fail 15 years ago
Nick Piggin d4212093dc ipc/sem.c: sem preempt improve 15 years ago
Nick Piggin 9cad200c76 ipc/sem.c: sem use list operations 15 years ago
Nick Piggin bf17bb7177 ipc/sem.c: sem optimise undo list search 15 years ago
Serge E. Hallyn 7d6feeb287 ipc ns: fix memory leak (idr) 15 years ago
Al Viro c4caa77815 file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area() 15 years ago
Felipe Contreras f1970c48ef ipc: fix unused variable warning 15 years ago
Eric W. Biederman 2bc4657c15 sysctl ipc: Remove dead binary sysctl support code. 15 years ago
Alexey Dobriyan f0f37e2f77 const: mark struct vm_struct_operations 16 years ago
Alexey Dobriyan 8d65af789f sysctl: remove "struct file *" argument of ->proc_handler 16 years ago
James Morris 88e9d34c72 seq_file: constify seq_operations 16 years ago
Eric B Munson 6bfde05bf5 hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mount 16 years ago
Alexey Dobriyan b87221de6a const: mark remaining super_operations const 16 years ago
Hugh Dickins 2195d2818c fix undefined reference to user_shm_unlock 16 years ago
Hugh Dickins 353d5c30c6 mm: fix hugetlb bug due to user_shm_unlock call 16 years ago
Mimi Zohar 46690f3718 integrity: ima mq_open imbalance msg fix 16 years ago
Johannes Weiner 232086b199 ipc: unbreak 32-bit shmctl/semctl/msgctl 16 years ago
Alexey Dobriyan 665c7741fb ipcns: move free_ipcs() proto 16 years ago
Alexey Dobriyan b4188def44 ipcns: make free_ipc_ns() static 16 years ago
Alexey Dobriyan 612ce478fa ipcns: extract create_ipc_ns() 16 years ago
Alexey Dobriyan 64424289dd ipcns: remove useless get/put while CLONE_NEWIPC 16 years ago