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-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-02jfs: switch to ->free_inode()Al Viro
2018-09-20jfs: remove redundant dquot_initialize() in jfs_evict_inode()Chao Yu
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-03-30jfs: Coalesce some formatsJoe Perches
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro
2015-07-17Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2015-06-04jfs: fix indentation on if statementColin Ian King
2015-05-11jfs: switch to simple_follow_link()Al Viro
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-12direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-12Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-07pass iov_iter to ->direct_IO()Al Viro
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner
2013-09-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-05-08aio: don't include aio.h in sched.hKent Overstreet
2013-05-01jfs: fix a couple racesDave Kleikamp
2012-12-21jfs: drop vmtruncateMarco Stornelli
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2011-07-21fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig
2011-03-10block: remove per-queue pluggingJens Axboe
2010-08-10switch jfs to ->evict_inode()Al Viro
2010-08-10get rid of nobh_write_begin_newtruncChristoph Hellwig
2010-08-10sort out blockdev_direct_IO variantsChristoph Hellwig
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov
2010-03-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2009-03-26jfs: Use lowercase names of quota functionsJan Kara
2008-12-16jfs: ensure symlinks are NUL-terminatedDave Kleikamp
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells
2007-10-16fs: restore nobhNick Piggin
2007-10-16jfs: convert to new aopsNick Piggin
2007-04-25Copy i_flags to jfs inode flags on writeDave Kleikamp
2007-01-09JFS: Add lockdep annotationsDave Kleikamp
2006-10-02JFS: White space cleanupDave Kleikamp
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson
2006-07-26JFS: Quota support broken, no quota_read and quota_writeDave Kleikamp
2006-06-29[PATCH] mark address_space_operations constChristoph Hellwig