Linus Torvalds
|
a591afc01d
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 lat temu |
Paul Gortmaker
|
630d9c4727
fs: reduce the use of module.h wherever possible
|
13 lat temu |
Bobby Powers
|
f044db4cb4
fs: Fix close_on_exec pointer in alloc_fdtable
|
13 lat temu |
David Howells
|
1fd36adcd9
Replace the fd_sets in struct fdtable with an array of unsigned longs
|
13 lat temu |
David Howells
|
1dce27c5aa
Wrap accesses to the fd_sets in struct fdtable
|
13 lat temu |
Andrew Morton
|
6d4831c283
vfs: avoid large kmalloc()s for the fdtable
|
14 lat temu |
Changli Gao
|
a892e2d7dc
vfs: use kmalloc() to allocate fdmem if possible
|
15 lat temu |
Paul E. McKenney
|
b97181f242
fs: remove all rcu head initializations, except on_stack initializations
|
15 lat temu |
Jiri Slaby
|
d554ed895d
fs: use rlimit helpers
|
15 lat temu |
Paul E. McKenney
|
7dc5215798
vfs: Apply lockdep-based checking to rcu_dereference() uses
|
15 lat temu |
Alexey Dobriyan
|
d43c36dc6b
headers: remove sched.h from interrupt.h
|
15 lat temu |
Al Viro
|
1027abe882
[PATCH] merge locate_fd() and get_unused_fd()
|
17 lat temu |
Al Viro
|
4e1e018ecc
[PATCH] fix RLIM_NOFILE handling
|
17 lat temu |
Al Viro
|
eceea0b3df
[PATCH] avoid multiplication overflows and signedness issues for max_fds
|
17 lat temu |
Al Viro
|
adbecb128c
[PATCH] dup_fd() part 4 - race fix
|
17 lat temu |
Al Viro
|
afbec7fff4
[PATCH] dup_fd() - part 3
|
17 lat temu |
Al Viro
|
9dec3c4d30
[PATCH] dup_fd() part 2
|
17 lat temu |
Al Viro
|
02afc6267f
[PATCH] dup_fd() fixes, part 1
|
17 lat temu |
Al Viro
|
f52111b154
[PATCH] take init_files to fs/file.c
|
17 lat temu |
Al Viro
|
5c598b3428
[PATCH] fix sysctl_nr_open bugs
|
17 lat temu |
Al Viro
|
9f3acc3140
[PATCH] split linux/file.h
|
17 lat temu |
Eric Dumazet
|
9cfe015aa4
get rid of NR_OPEN and introduce a sysctl_nr_open
|
17 lat temu |
Vadim Lobanov
|
01b2d93ca4
[PATCH] fdtable: Provide free_fdtable() wrapper
|
18 lat temu |
Vadim Lobanov
|
5466b456ed
[PATCH] fdtable: Implement new pagesize-based fdtable allocator
|
18 lat temu |
Vadim Lobanov
|
4fd45812cb
[PATCH] fdtable: Remove the free_files field
|
18 lat temu |
Vadim Lobanov
|
bbea9f6966
[PATCH] fdtable: Make fdarray and fdsets equal in size
|
18 lat temu |
Tejun Heo
|
593be07ae8
[PATCH] file: kill unnecessary timer in fdtable_defer
|
18 lat temu |
David Howells
|
65f27f3844
WorkStruct: Pass the work_struct pointer instead of context data
|
18 lat temu |
Andrew Morton
|
327dcaadc0
[PATCH] expand_fdtable(): remove pointless unlock+lock
|
18 lat temu |
Vadim Lobanov
|
74d392aaab
[PATCH] Clean up expand_fdtable() and expand_files()
|
18 lat temu |