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-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-03NFS: clean up a needless assignment in nfs_file_write()Lukas Bulwahn
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-13NFS: Fix another fsync() issue after a server rebootTrond Myklebust
2022-08-11Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-02nfs: Convert to migrate_folioMatthew Wilcox (Oracle)
2022-07-12NFS: remove redundant code in nfs_file_write()ChenXiaoSong
2022-06-01Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-17NFS: Do not report flush errors in nfs_write_end()Trond Myklebust
2022-05-17NFS: Don't report ENOSPC write errors twiceTrond Myklebust
2022-05-17NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYSTrond Myklebust
2022-05-10nfs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-10VFS: add FMODE_CAN_ODIRECT file flagNeilBrown
2022-05-10nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown
2022-05-10mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown
2022-05-10mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown
2022-05-09nfs: Convert nfs to read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)
2022-03-30Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15nfs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)
2022-03-15nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown
2022-03-13NFS: remove IS_SWAPFILE hackNeilBrown
2022-02-25Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski
2021-09-10locks: remove LOCK_MAND flock lock supportJeff Layton
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-04-13NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validityTrond Myklebust
2021-02-17NFS: Add support for eager writesTrond Myklebust
2021-02-08NFS: Always clear an invalid mapping when attempting a buffered writeTrond Myklebust
2021-02-08NFS: Optimise sparse writes past the end of fileTrond Myklebust
2021-02-08NFS: Fix documenting comment for nfs_revalidate_file_size()Trond Myklebust
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-08-05nfs: nfs_file_write() should check for writeback errorsScott Mayhew
2020-08-01nfs: ensure correct writeback errors are returned on close()Scott Mayhew
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia
2020-06-26NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia
2020-01-15NFS: Fix up fsync() when the server rebootedTrond Myklebust
2020-01-15fs/nfs, swapon: check holes in swapfileMurphy Zhou
2019-11-18NFS: Return -ETXTBSY when attempting to write to a swapfileAnna Schumaker