Al Viro
|
5955102c99
wrappers for ->i_mutex access
|
9 年 前 |
Vladimir Davydov
|
5d097056c9
kmemcg: account certain kmem allocations to memcg
|
9 年 前 |
Marcus Gelderie
|
de54b9ac25
ipc: modify message queue accounting to not take kernel data structures into account
|
10 年 前 |
Davidlohr Bueso
|
fa6004ad45
ipc/mqueue: Implement lockless pipelined wakeups
|
10 年 前 |
David Howells
|
75c3cfa855
VFS: assorted weird filesystems: d_inode() annotations
|
10 年 前 |
Al Viro
|
9f45f5bf30
new helper: audit_file()
|
10 年 前 |
Davidlohr Bueso
|
6d08a2567c
ipc: use device_initcall
|
11 年 前 |
Davidlohr Bueso
|
f3713fd9cf
ipc,mqueue: remove limits for the amount of system-wide queues
|
11 年 前 |
Davidlohr Bueso
|
3ab08fe204
ipc: remove braces for single statements
|
11 年 前 |
Manfred Spraul
|
239521f31d
ipc: whitespace cleanup
|
11 年 前 |
J. Bruce Fields
|
b21996e36c
locks: break delegations on unlink
|
14 年 前 |
Jeff Layton
|
79f6530cb5
audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record
|
12 年 前 |
Linus Torvalds
|
2c3de1c2d7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
12 年 前 |
Eric W. Biederman
|
a636b702ed
ipc: Restrict mounting the mqueue filesystem
|
12 年 前 |
Vladimir Davydov
|
38d78e587d
mqueue: sys_mq_open: do not call mnt_drop_write() if read-only
|
12 年 前 |
Linus Torvalds
|
d895cb1af1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 年 前 |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 年 前 |
Gao feng
|
bc1b69ed22
userns: Allow the unprivileged users to mount mqueue fs
|
12 年 前 |
Jeff Layton
|
adb5c2473d
audit: make audit_inode take struct filename
|
13 年 前 |
Jeff Layton
|
91a27b2a75
vfs: define struct filename and have getname() return it
|
13 年 前 |
Jeff Layton
|
bfcec70874
audit: set the name_len in audit_inode for parent lookups
|
13 年 前 |
Michel Lespinasse
|
1638113d9d
ipc/mqueue: remove unnecessary rb_init_node() calls
|
13 年 前 |
Al Viro
|
2903ff019b
switch simple cases of fget_light to fdget
|
13 年 前 |
Al Viro
|
515e0d6634
switch mqueue syscalls to fget_light()
|
13 年 前 |
Al Viro
|
312b90fbed
mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bit
|
13 年 前 |
Al Viro
|
765927b2d5
switch dentry_open() to struct path, make it grab references itself
|
13 年 前 |
Al Viro
|
312b63fba9
don't pass nameidata * to vfs_create()
|
13 年 前 |
Al Viro
|
ebfc3b49a7
don't pass nameidata to ->create()
|
13 年 前 |
Doug Ledford
|
ce2d52cc13
ipc/mqueue: add rbtree node caching support
|
13 年 前 |
Doug Ledford
|
113289cc08
ipc/mqueue: strengthen checks on mqueue creation
|
13 年 前 |