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-02freevxfs: Convert vxfs_immed_read_folio() to use a folioMatthew Wilcox (Oracle)
2022-06-29freevxfs: Remove check of PageErrorMatthew Wilcox (Oracle)
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds
2022-05-18freevxfs: relicense to GPLv2 onlyChristoph Hellwig
2022-05-09freevxfs: Convert vxfs_immed to read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-02freevxfs: switch to ->free_inode()Al Viro
2018-05-22freevxfs_lookup(): use d_splice_alias()Al Viro
2018-01-15vxfs: Define usercopy region in vxfs_inode slab cacheDavid Windsor
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2016-06-13freevxfs: update Kconfig informationKrzysztof Błaszkowski
2016-06-12freevxfs: refactor readdir and lookup codeKrzysztof Błaszkowski
2016-06-12freevxfs: fix lack of inode initializationKrzysztof Błaszkowski
2016-06-12freevxfs: fix memory leak in vxfs_read_fshead()Krzysztof Błaszkowski
2016-06-01freevxfs: update documentation and cresdits for HP-UX supportKrzysztof Błaszkowski
2016-06-01freevxfs: implement ->alloc_inode and ->destroy_inodeChristoph Hellwig
2016-06-01freevxfs: avoid the need for forward declaring the super operationsChristoph Hellwig
2016-06-01freevxfs: move VFS inode allocation into vxfs_blkiget and vxfs_stigetKrzysztof Błaszkowski
2016-06-01freevxfs: remove vxfs_put_fake_inodeKrzysztof Błaszkowski
2016-06-01freevxfs: handle big endian HP-UX file systemsKrzysztof Błaszkowski
2016-05-09more trivial ->iterate_shared conversionsAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro
2015-08-07freevxfs: Grammar s/an negative/a negative/Geert Uytterhoeven
2015-06-24pagemap.h: move dir_pages() over thereFabian Frederick
2015-05-11freevxfs: switch to simple_follow_link()Al Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-04-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-04fs/freevxfs/vxfs_lookup.c: update function commentFabian Frederick
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-06-29[readdir] convert freevxfsAl Viro
2013-03-13fs: Readd the fs module aliases.Eric W. Biederman
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-23new helper: file_inode(file)Al Viro
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 freevxfs to use kuid/kgid where appropriateEric W. Biederman
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-04fs: propagate umode_t, misc bitsAl Viro
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10block: remove per-queue pluggingJens Axboe