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-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-03Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds
2022-08-03Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-08-03Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2022-08-02ext2: remove nobh supportChristoph Hellwig
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-08-01Merge tag 'fs.idmapped.overlay.acl.v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-16fs: remove no_llseekJason A. Donenfeld
2022-07-16fs-verity: mention btrfs supportEric Biggers
2022-07-15Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li
2022-07-08ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner
2022-06-29docs: Improve ->read_folio documentationMatthew Wilcox (Oracle)
2022-06-28docs: filesystems: f2fs: fix description about compress ioctlChao Liu
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-24docs: Remove duplicate wordDeming Wang
2022-06-21Documentation: update btrfs list of features and link to readthedocs.ioDavid Sterba
2022-06-16ext4, doc: remove unnecessary escapingWang Jianjian
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-10fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-06-01Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-05-29erofs: update documentationGao Xiang
2022-05-27Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-25Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-25Merge tag 'fs.idmapped.v5.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-24Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-20mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner
2022-05-20Documentation: filesystems: proc: update meminfo sectionJohannes Weiner
2022-05-19fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo
2022-05-17Documentation: Add an explanation of NFSv4 client identifiersChuck Lever
2022-05-17cachefiles: document on-demand read modeJeffle Xu
2022-05-16block: remove last remaining traces of IDE documentationPaul Gortmaker
2022-05-13fsverity: update the documentationMimi Zohar
2022-05-10fs: Add free_folio address space operationMatthew Wilcox (Oracle)
2022-05-10fs: Add aops->release_folioMatthew Wilcox (Oracle)
2022-05-10doc: update documentation for swap_activate and swap_rwNeilBrown
2022-05-09fs: Add read_folio documentationMatthew Wilcox (Oracle)
2022-05-09docs: Add small intro to idmap examplesRodrigo Campos
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 netfs_write_begin()Matthew Wilcox (Oracle)