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
2019-08-19vfs: Export flush_delayed_fput for use by knfsd.Trond Myklebust
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-21vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro
2019-02-28fs: add fget_many() and fput_many()Jens Axboe
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-08-22Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi
2018-07-12make alloc_file() staticAl Viro
2018-07-12new helper: alloc_file_clone()Al Viro
2018-07-12new wrapper: alloc_file_pseudo()Al Viro
2018-07-12fold put_filp() into fput()Al Viro
2018-07-12introduce FMODE_OPENEDAl Viro
2018-07-12pass ->f_flags value to alloc_empty_file()Al Viro
2018-07-12pass creds to get_empty_filp(), make sure dentry_open() passes the right credsAl Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-07-11fold security_file_free() into file_free()Al Viro
2017-12-07vfs: remove unused hardirq.hYang Shi
2017-11-16fs, mm: account filp cache to kmemcgShakeel Butt
2017-11-08ima: call ima_file_free() prior to calling fasyncMimi Zohar
2017-08-28fput: Don't reinvent the wheel but use existing llist APIByungchul Park
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-12-06constify alloc_file()Al Viro
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman
2015-06-24remove the pointless include of lglock.hAl Viro
2015-04-12->aio_read and ->aio_write removedAl Viro
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-13fs/file_table.c: Update alloc_file() commentEric Biggers
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-07fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-05-07new methods: ->read_iter() and ->write_iter()Al Viro
2014-05-07replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-05Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-04-02get rid of files_defer_init()Al Viro
2014-04-02mark struct file that had write access grabbed by open()Al Viro
2014-04-02get rid of DEBUG_WRITECOUNTAl Viro
2014-04-02don't bother with {get,put}_write_access() on non-regular filesAl Viro
2014-03-31locks: rename locks_remove_flock to locks_remove_fileJeff Layton
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-09get rid of s_files and files_lockAl Viro
2013-10-25file->f_op is never NULL...Al Viro
2013-10-20nfsd regression since delayed fput()Al Viro
2013-09-12fs/file_table.c:fput(): make comment more truthfulAndrew Morton
2013-09-04only regular files with FMODE_WRITE need to be on s_filesAl Viro
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov
2013-07-13fs/file_table.c:fput(): add commentAndrew Morton