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-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-02qnx6: switch to ->free_inode()Al Viro
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-08-09fs/qnx6: update debugging to current functionsFabian Frederick
2014-08-09fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick
2014-08-09fs/qnx6: convert printk to pr_foo()Fabian Frederick
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-01-09treewide: Fix typo in various driversMasanari Iida
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert the qnx6 filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-07-14qnx6: don't bother with ->i_dentry in inode-freeing callbackAl Viro
2012-03-21fs: initial qnx6fs additionKai Bankett