Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-11latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-09-28fs/file: more unsigned file descriptorsAlexey Dobriyan
2015-11-01vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds
2015-07-23rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-07-01fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet
2014-04-02get rid of files_defer_init()Al Viro
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov
2013-05-02don't bother with deferred freeing of fdtablesAl Viro
2012-11-29kill daemonize()Al Viro
2012-09-27new helper: daemonize_descriptors()Al Viro
2012-09-27new helper: iterate_fd()Al Viro
2012-09-27make expand_files() and alloc_fd() staticAl Viro
2012-09-27take __{set,clear}_{open_fd,close_on_exec}() into fs/file.cAl Viro
2012-09-27take close-on-exec logics to fs/file.c, clean it up a bitAl Viro
2012-09-27take descriptor-related part of close() to file.cAl Viro
2012-09-27expose a low-level variant of fd_install() for binderAl Viro
2012-09-27move files_struct-related bits from kernel/exit.c to fs/file.cAl Viro
2012-09-27new helper: __alloc_fd()Al Viro
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells
2011-07-27atomic: use <linux/atomic.h>Arun Sharma
2011-07-09rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2010-08-20kernel: __rcu annotationsArnd Bergmann
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-07-21vfs: fix RCU-lockdep false positive due to /procPaul E. McKenney
2010-06-15vfs: add fs.h to define struct filePaul E. McKenney
2010-02-25vfs: Abstract rcu_dereference_check for files-fdtable usePaul E. McKenney
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney
2009-04-03kmemtrace, fs: fix linux/fdtable.h header file dependenciesIngo Molnar
2009-01-01filp_cachep can be static in fs/file_table.cEric Dumazet
2008-05-17[PATCH] dup_fd() fixes, part 1Al Viro
2008-05-01[PATCH] split linux/file.hAl Viro