Yann Droneaud
|
8d10a03582
fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0)
|
10 년 전 |
Linus Torvalds
|
d6dd50e07c
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 년 전 |
Al Viro
|
e983094d6d
missing annotation in fs/file.c
|
11 년 전 |
Paul E. McKenney
|
bde6c3aa99
rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops
|
11 년 전 |
Al Viro
|
f6c0a1920e
fs/file.c: don't open-code kvfree()
|
11 년 전 |
Linus Torvalds
|
5166701b36
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
11 년 전 |
Al Viro
|
7f4b36f9bb
get rid of files_defer_init()
|
11 년 전 |
Linus Torvalds
|
b3fd4ea9df
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
11 년 전 |
Eric Biggers
|
99aea68134
vfs: Don't let __fdget_pos() get FMODE_PATH files
|
11 년 전 |
Al Viro
|
bd2a31d522
get rid of fget_light()
|
11 년 전 |
Paul E. McKenney
|
add1f09954
fs: Substitute rcu_access_pointer() for rcu_dereference_raw()
|
11 년 전 |
Eric W. Biederman
|
96c7a2ff21
fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem
|
11 년 전 |
Oleg Nesterov
|
e6ff9a9fa4
fs: __fget_light() can use __fget() in slow path
|
11 년 전 |
Oleg Nesterov
|
ad46183445
fs: factor out common code in fget_light() and fget_raw_light()
|
11 년 전 |
Oleg Nesterov
|
1deb46e256
fs: factor out common code in fget() and fget_raw()
|
11 년 전 |
Oleg Nesterov
|
ce08b62d18
change close_files() to use rcu_dereference_raw(files->fdt)
|
11 년 전 |
Oleg Nesterov
|
a8d4b8345e
introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty()
|
11 년 전 |
Al Viro
|
ac3e3c5b11
don't bother with deferred freeing of fdtables
|
12 년 전 |
Thomas Gleixner
|
eece09ec21
locking: Various static lock initializer fixes
|
14 년 전 |
Greg Kroah-Hartman
|
6ae141718e
misc: remove __dev* attributes.
|
12 년 전 |
Linus Torvalds
|
9977d9b379
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 년 전 |
Al Viro
|
a77cfcb429
fix off-by-one in argument passed by iterate_fd() to callbacks
|
12 년 전 |
Al Viro
|
c4144670fd
kill daemonize()
|
13 년 전 |
Linus Torvalds
|
8d938105e4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 년 전 |
Al Viro
|
5a8477660d
kill bogus BUG_ON() in do_close_on_exec()
|
12 년 전 |
Al Viro
|
08f05c4974
Return the right error value when dup[23]() newfd argument is too large
|
12 년 전 |
Richard W.M. Jones
|
aed976475b
dup3: Return an error when oldfd == newfd.
|
13 년 전 |
Al Viro
|
4557c669ef
export fget_light
|
13 년 전 |
Al Viro
|
864bdb3b6c
new helper: daemonize_descriptors()
|
13 년 전 |
Al Viro
|
c3c073f808
new helper: iterate_fd()
|
13 년 전 |