summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-05fs/file.c: initialize init_files.resize_waitShuriyc Chu1-0/+1
2016-09-27fs/file: more unsigned file descriptorsAlexey Dobriyan4-23/+23
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro7-27/+33
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2015-12-07fs/file.c: __const_max is actually __const_min :-)Rasmus Villemoes1-3/+3
2015-11-06vfs: clear remainder of 'full_fds_bits' in dup_fd()Eric Biggers1-32/+32
2015-10-31vfs: conditionally clear close-on-exec flagLinus Torvalds1-1/+2
2015-10-31vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds2-4/+37
2015-07-01fs/file.c: __fget() and dup2() atomicity rulesEric Dumazet1-2/+8
2015-07-01fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet3-19/+55
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov4-22/+40
2014-12-11fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds63-547/+1936
2014-10-09missing annotation in fs/file.cAl Viro1-0/+1
2014-09-07rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney6-11/+24
2014-05-06fs/file.c: don't open-code kvfree()Al Viro1-8/+3
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-1537/+911
2014-04-02get rid of files_defer_init()Al Viro3-10/+4
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds137-1134/+2363
2014-03-23vfs: Don't let __fdget_pos() get FMODE_PATH filesEric Biggers1-15/+4
2014-03-10get rid of fget_light()Al Viro4-39/+56
2014-02-17fs: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney1-1/+1
2014-02-11fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmemEric W. Biederman1-1/+1
2014-01-25fs: __fget_light() can use __fget() in slow pathOleg Nesterov1-11/+3
2014-01-25fs: factor out common code in fget_light() and fget_raw_light()Oleg Nesterov1-24/+9
2014-01-25fs: factor out common code in fget() and fget_raw()Oleg Nesterov1-17/+8
2014-01-25change close_files() to use rcu_dereference_raw(files->fdt)Oleg Nesterov1-17/+9
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov4-29/+23
2013-05-01don't bother with deferred freeing of fdtablesAl Viro2-67/+2
2013-02-19locking: Various static lock initializer fixesThomas Gleixner4-6/+6
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman4-5/+4
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds273-4221/+1375
2012-11-30fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro1-6/+8
2012-11-29kill daemonize()Al Viro7-128/+1
2012-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+3
2012-11-12kill bogus BUG_ON() in do_close_on_exec()Al Viro1-1/+0
2012-10-31Return the right error value when dup[23]() newfd argument is too largeAl Viro1-2/+2
2012-10-10dup3: Return an error when oldfd == newfd.Richard W.M. Jones1-0/+3
2012-09-27export fget_lightAl Viro1-0/+1
2012-09-27new helper: daemonize_descriptors()Al Viro3-3/+8
2012-09-27new helper: iterate_fd()Al Viro5-84/+71
2012-09-27make expand_files() and alloc_fd() staticAl Viro3-4/+2
2012-09-27take __{set,clear}_{open_fd,close_on_exec}() into fs/file.cAl Viro2-20/+20
2012-09-27new helper: replace_fd()Al Viro3-39/+64
2012-09-27take purely descriptor-related stuff from fcntl.c to file.cAl Viro3-128/+137
2012-09-27take close-on-exec logics to fs/file.c, clean it up a bitAl Viro3-35/+44
2012-09-27take descriptor-related part of close() to file.cAl Viro4-53/+31
2012-09-27take fget() and friends to fs/file.cAl Viro2-106/+106
2012-09-27expose a low-level variant of fd_install() for binderAl Viro3-13/+18
2012-09-27move put_unused_fd() and fd_install() to fs/file.cAl Viro2-44/+44
[next]