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-06-04Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-27jffs2: fix memory leak in jffs2_do_fill_superBaokun Li
2022-05-09jffs2: Convert jffs2 to read_folioMatthew Wilcox (Oracle)
2022-03-17jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-15jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageChristoph Hellwig
2019-09-05vfs: Convert jffs2 to use the new mount APIDavid Howells
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-07-12jffs2: pass the correct prototype to read_cache_pageChristoph Hellwig
2019-04-09fs: mark expected switch fall-throughsGustavo A. R. Silva
2018-07-18jffs2: use 64-bit intermediate timestampsArnd Bergmann
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-26jffs2: Fix use-after-free bug in jffs2_iget()'s error handling pathJake Daryll Obina
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-28fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2015-06-24Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds
2015-05-11jffs2: switch to simple_follow_link()Al Viro
2015-05-08jffs2: fix unbalanced lockingBrian Norris
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds
2014-04-04mm: remove read_cache_page_async()Sasha Levin
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-11jffs2: unlock f->sem on error in jffs2_new_inode()Wang Guoli
2014-01-26jffs2: use generic posix ACL infrastructureChristoph Hellwig
2013-10-28jffs2: do not support the MLC nandHuang Shijie
2012-09-21userns: Convert jffs2 to use kuid and kgid where appropriateEric W. Biederman
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-31Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches
2012-03-27jffs2: Convert printks to pr_<level>Joe Perches
2012-03-27jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-09jffs2: fix up error handling for insert_inode_lockedEric Sandeen
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-19jffs2: implement mount option parsing and compression overridingAndres Salomon
2011-08-01switch posix_acl_create() to umode_t *Al Viro
2011-07-26jffs2: S_ISLNK(mode & S_IFMT) is pointlessAl Viro