Commit Graph

81 Commits (924d38f404936495b59ef7fa3ff232d978d64b18)

Author SHA1 Message Date
Al Viro 7f4b36f9bb get rid of files_defer_init() 11 years ago
Eric Biggers 99aea68134 vfs: Don't let __fdget_pos() get FMODE_PATH files 11 years ago
Al Viro bd2a31d522 get rid of fget_light() 11 years ago
Paul E. McKenney add1f09954 fs: Substitute rcu_access_pointer() for rcu_dereference_raw() 11 years ago
Eric W. Biederman 96c7a2ff21 fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem 11 years ago
Oleg Nesterov e6ff9a9fa4 fs: __fget_light() can use __fget() in slow path 11 years ago
Oleg Nesterov ad46183445 fs: factor out common code in fget_light() and fget_raw_light() 11 years ago
Oleg Nesterov 1deb46e256 fs: factor out common code in fget() and fget_raw() 11 years ago
Oleg Nesterov ce08b62d18 change close_files() to use rcu_dereference_raw(files->fdt) 11 years ago
Oleg Nesterov a8d4b8345e introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty() 11 years ago
Al Viro ac3e3c5b11 don't bother with deferred freeing of fdtables 12 years ago
Thomas Gleixner eece09ec21 locking: Various static lock initializer fixes 12 years ago
Greg Kroah-Hartman 6ae141718e misc: remove __dev* attributes. 12 years ago
Al Viro a77cfcb429 fix off-by-one in argument passed by iterate_fd() to callbacks 12 years ago
Al Viro c4144670fd kill daemonize() 12 years ago
Al Viro 5a8477660d kill bogus BUG_ON() in do_close_on_exec() 12 years ago
Al Viro 08f05c4974 Return the right error value when dup[23]() newfd argument is too large 12 years ago
Richard W.M. Jones aed976475b dup3: Return an error when oldfd == newfd. 13 years ago
Al Viro 4557c669ef export fget_light 13 years ago
Al Viro 864bdb3b6c new helper: daemonize_descriptors() 13 years ago
Al Viro c3c073f808 new helper: iterate_fd() 13 years ago
Al Viro ad47bd7252 make expand_files() and alloc_fd() static 13 years ago
Al Viro b8318b01a8 take __{set,clear}_{open_fd,close_on_exec}() into fs/file.c 13 years ago
Al Viro 8280d16172 new helper: replace_fd() 13 years ago
Al Viro fe17f22d7f take purely descriptor-related stuff from fcntl.c to file.c 13 years ago
Al Viro 6a6d27de34 take close-on-exec logics to fs/file.c, clean it up a bit 13 years ago
Al Viro 483ce1d4b8 take descriptor-related part of close() to file.c 13 years ago
Al Viro 0ee8cdfe6a take fget() and friends to fs/file.c 13 years ago
Al Viro f869e8a7f7 expose a low-level variant of fd_install() for binder 13 years ago
Al Viro 56007cae94 move put_unused_fd() and fd_install() to fs/file.c 13 years ago
Al Viro 1983e781da trim free_fdtable_rcu() 13 years ago
Al Viro b9e02af0ae don't bother with call_rcu() in put_files_struct() 13 years ago
Al Viro 7cf4dc3c8d move files_struct-related bits from kernel/exit.c to fs/file.c 13 years ago
Al Viro dcfadfa4ec new helper: __alloc_fd() 13 years ago
Al Viro f33ff9927f take rlimit check to callers of expand_files() 13 years ago
Al Viro 1a7bd2265f make get_unused_fd_flags() a function 13 years ago
Paul Gortmaker 630d9c4727 fs: reduce the use of module.h wherever possible 13 years ago
Bobby Powers f044db4cb4 fs: Fix close_on_exec pointer in alloc_fdtable 13 years ago
David Howells 1fd36adcd9 Replace the fd_sets in struct fdtable with an array of unsigned longs 13 years ago
David Howells 1dce27c5aa Wrap accesses to the fd_sets in struct fdtable 13 years ago
Andrew Morton 6d4831c283 vfs: avoid large kmalloc()s for the fdtable 14 years ago
Changli Gao a892e2d7dc vfs: use kmalloc() to allocate fdmem if possible 15 years ago
Paul E. McKenney b97181f242 fs: remove all rcu head initializations, except on_stack initializations 15 years ago
Jiri Slaby d554ed895d fs: use rlimit helpers 15 years ago
Paul E. McKenney 7dc5215798 vfs: Apply lockdep-based checking to rcu_dereference() uses 15 years ago
Alexey Dobriyan d43c36dc6b headers: remove sched.h from interrupt.h 16 years ago
Al Viro 1027abe882 [PATCH] merge locate_fd() and get_unused_fd() 17 years ago
Al Viro 4e1e018ecc [PATCH] fix RLIM_NOFILE handling 17 years ago
Al Viro eceea0b3df [PATCH] avoid multiplication overflows and signedness issues for max_fds 17 years ago
Al Viro adbecb128c [PATCH] dup_fd() part 4 - race fix 17 years ago