Age | Commit message (Expand) | Author |
2023-07-02 | fs: move cleanup from init_file() into its callers | Amir Goldstein |
2023-06-19 | fs: use backing_file container for internal files with "fake" f_path | Amir Goldstein |
2023-06-19 | fs: move kmem_cache_zalloc() into alloc_empty_file*() helpers | Amir Goldstein |
2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton |
2022-08-16 | locks: fix TOCTOU race when granting write lease | Amir Goldstein |
2022-08-03 | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-07-16 | fs: remove no_llseek | Jason A. Donenfeld |
2022-07-16 | fs: clear or set FMODE_LSEEK based on llseek function | Jason A. Donenfeld |
2022-06-10 | keep iocb_flags() result cached in struct file | Al Viro |
2022-06-10 | struct file: use anonymous union member for rcuhead and llist | Al Viro |
2022-06-04 | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-05-14 | fs: remove fget_many and fput_many interface | Gou Hao |
2022-04-07 | SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() | Trond Myklebust |
2022-02-17 | fs/file_table: fix adding missing kmemleak_not_leak() | Luis Chamberlain |
2022-02-09 | Fix regression due to "fs: move binfmt_misc sysctl to its own file" | Domenico Andreoli |
2022-01-22 | fs: move fs stat sysctls to file_table.c | Luis Chamberlain |
2020-10-25 | epoll: take epitem list out of struct file | Al Viro |
2020-10-17 | task_work: cleanup notification modes | Jens Axboe |
2020-06-29 | Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes" | Mel Gorman |
2020-06-16 | fs: Do not check if there is a fsnotify watcher on pseudo inodes | Mel Gorman |
2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-06-02 | vfs: track per-sb writeback errors and report them to syncfs | Jeff Layton |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig |
2019-08-19 | vfs: Export flush_delayed_fput for use by knfsd. | Trond Myklebust |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-03-20 | vfs: syscall: Add open_tree(2) to reference or clone a mount | Al Viro |
2019-02-28 | fs: add fget_many() and fput_many() | Jens Axboe |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS |
2018-12-28 | mm: reference totalram_pages and managed_pages once per function | Arun KS |
2018-08-21 | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-07-18 | vfs: make open_with_fake_path() not contribute to nr_files | Miklos Szeredi |
2018-07-12 | make alloc_file() static | Al Viro |
2018-07-12 | new helper: alloc_file_clone() | Al Viro |
2018-07-12 | new wrapper: alloc_file_pseudo() | Al Viro |
2018-07-12 | fold put_filp() into fput() | Al Viro |
2018-07-12 | introduce FMODE_OPENED | Al Viro |
2018-07-12 | pass ->f_flags value to alloc_empty_file() | Al Viro |
2018-07-12 | pass creds to get_empty_filp(), make sure dentry_open() passes the right creds | Al Viro |
2018-07-12 | alloc_file(): switch to passing O_... flags instead of FMODE_... mode | Al Viro |
2018-07-10 | fold security_file_free() into file_free() | Al Viro |
2017-12-07 | vfs: remove unused hardirq.h | Yang Shi |
2017-11-15 | fs, mm: account filp cache to kmemcg | Shakeel Butt |
2017-11-08 | ima: call ima_file_free() prior to calling fasync | Mimi Zohar |
2017-08-28 | fput: Don't reinvent the wheel but use existing llist API | Byungchul Park |
2017-07-06 | fs: new infrastructure for writeback error handling and reporting | Jeff Layton |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar |
2016-12-05 | constify alloc_file() | Al Viro |
2015-08-07 | fs, file table: reinit files_stat.max_files after deferred memory initialisation | Mel Gorman |
2015-06-23 | remove the pointless include of lglock.h | Al Viro |
2015-04-11 | ->aio_read and ->aio_write removed | Al Viro |