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
2022-05-109p: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)
2022-04-01Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)
2022-03-159p: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)
2022-03-159p: Convert to invalidate_folioMatthew Wilcox (Oracle)
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2022-01-129p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells
2022-01-119p: fix enodata when reading growing fileDominique Martinet
2022-01-109p: Copy local writes to the cache when writing to the serverDavid Howells
2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells
2021-11-11netfs, 9p, afs, ceph: Use foliosDavid Howells
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet
2021-11-039p: fix file headersDominique Martinet
2021-11-039p: Convert to using the netfs helper lib to do reads and cachingDavid Howells
2021-10-059p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells
2019-07-129p: pass the correct prototype to read_cache_pageChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2017-10-119p: set page uptodate when required in write_end()Alexander Levin
2016-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-109p: saner ->write_end() on failing copy into non-uptodate pageAl Viro
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-05-30missed comment updates from ->direct_IO() prototype changeAl Viro
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-04-19Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-129p: get rid of v9fs_direct_file_read()Al Viro
2015-04-129p: switch p9_client_read() to passing struct iov_iter *Al Viro
2015-04-129p: get rid of v9fs_direct_file_write()Al Viro
2015-04-129p: switch ->writepage() to direct use of p9_client_write()Al Viro
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-209p: kerneldoc warning fixesFabian Frederick
2014-10-099p: switch to %p[dD]Al Viro
2014-05-07pass iov_iter to ->direct_IO()Al Viro
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet
2013-05-22mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-08aio: don't include aio.h in sched.hKent Overstreet
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2011-03-15fs/9p: Add direct IO support in cached modeAneesh Kumar K.V
2011-03-15fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V