Dominik Brodowski
|
454dab3f96
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
|
7 lat temu |
Ingo Molnar
|
8c5db92a70
Merge branch 'linus' into locking/core, to resolve conflicts
|
7 lat temu |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 lat temu |
Kirill Tkhai
|
0dc208b5d5
locking/rwsem, fs: Use killable down_read() in iterate_dir()
|
7 lat temu |
Al Viro
|
0460b2a28b
readdir: move compat syscalls from compat.c
|
8 lat temu |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 lat temu |
Al Viro
|
002354112f
restore killability of old mutex_lock_killable(&inode->i_mutex) users
|
9 lat temu |
Linus Torvalds
|
0e01df100b
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
9 lat temu |
Al Viro
|
6192269444
introduce a parallel variant of ->iterate()
|
9 lat temu |
Al Viro
|
63b6df1413
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
|
9 lat temu |
Al Viro
|
9902af79c0
parallel lookups: actual switch to rwsem
|
9 lat temu |
Theodore Ts'o
|
1f60fbe727
ext4: allow readdir()'s of large empty directories to be interrupted
|
9 lat temu |
Al Viro
|
5955102c99
wrappers for ->i_mutex access
|
9 lat temu |
Miklos Szeredi
|
ac7576f4b1
vfs: make first argument of dir_context.actor typed
|
10 lat temu |
Heinrich Schuchardt
|
d4c7cf6cff
fanotify: create FAN_ACCESS event for readdir
|
11 lat temu |
Al Viro
|
72c2d53192
file->f_op is never NULL...
|
12 lat temu |
Al Viro
|
ac6614b764
[readdir] constify ->actor
|
12 lat temu |
Al Viro
|
2233f31aad
[readdir] ->readdir() is gone
|
12 lat temu |
Al Viro
|
bb6f619b3a
[readdir] introduce ->iterate(), ctx->pos, dir_emit()
|
12 lat temu |
Al Viro
|
5c0ba4e076
[readdir] introduce iterate_dir() and dir_context
|
12 lat temu |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 lat temu |
Al Viro
|
2903ff019b
switch simple cases of fget_light to fdget
|
13 lat temu |
Al Viro
|
863ced7fe7
switch readdir/getdents to fget_light/fput_light
|
13 lat temu |
Paul Gortmaker
|
630d9c4727
fs: reduce the use of module.h wherever possible
|
13 lat temu |
Kevin Winchester
|
85c9fe8fca
vfs: fix warning: 'dirent' is used uninitialized in this function
|
15 lat temu |
Heiko Carstens
|
d4e82042c4
[CVE-2009-0029] System call wrappers part 32
|
16 lat temu |
Heiko Carstens
|
20f37034fb
[CVE-2009-0029] System call wrappers part 21
|
16 lat temu |
Heiko Carstens
|
e55380edf6
[CVE-2009-0029] Rename old_readdir to sys_old_readdir
|
16 lat temu |
Al Viro
|
53c9c5c0e3
[PATCH] prepare vfs_readdir() callers to returning filldir result
|
17 lat temu |
Al Viro
|
8f3f655da7
[PATCH] fix regular readdir() and friends
|
17 lat temu |