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
2020-06-06Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-31vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-21fs: inode.c: get rid of docs warningsMauro Carvalho Chehab
2020-03-06futex: Fix inode life-time issuePeter Zijlstra
2020-02-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino
2020-01-23fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg
2019-12-18fs: avoid softlockups in s_inodes iteratorsEric Sandeen
2019-12-09fs: Do not overload update_timeDeepa Dinamani
2019-12-09fs: Delete timespec64_trunc()Deepa Dinamani
2019-09-25mm,thp: avoid writes to file with THP in pagecacheSong Liu
2019-08-30vfs: Add timestamp_truncate() apiDeepa Dinamani
2019-07-13Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2019-07-11Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds
2019-07-01vfs: only allow FSSETXATTR to set DAX flag on files and dirsDarrick J. Wong
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-06-09vfs: introduce file_modified() helperAmir Goldstein
2019-05-31mm: fix page cache convergence regressionJohannes Weiner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-02new inode method: ->free_inode()Al Viro
2019-04-29Abort file_remove_privs() for non-reg. filesAlexander Lochmann
2019-04-26fs: use timespec64 in relatime_need_updateArnd Bergmann
2019-03-06fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta
2019-02-13Revert "mm: don't reclaim inodes with many attached pages"Dave Chinner
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds
2018-12-18vfs: replace current_kernel_time64 with ktime equivalentArnd Bergmann
2018-11-18mm: don't reclaim inodes with many attached pagesRoman Gushchin
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-21page cache: Finish XArray conversionMatthew Wilcox
2018-08-22Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-14Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-03vfs: don't evict uninitialized inodeMiklos Szeredi
2018-08-03new primitive: discard_new_inode()Al Viro
2018-07-18Revert "vfs: update ovl inode before relatime check"Miklos Szeredi
2018-07-18Revert "ovl: fix relatime for directories"Miklos Szeredi
2018-07-05Fix up non-directory creation in SGID directoriesLinus Torvalds
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-07Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31vfs: factor out inode_insert5()Miklos Szeredi
2018-05-31fs: clear writeback errors in inode_init_alwaysDarrick J. Wong
2018-05-26fs: add timespec64_truncate()Deepa Dinamani