summaryrefslogtreecommitdiff
path: root/fs/affs/file.c
Commit message (Expand)AuthorAge
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-01
* fs/affs: bugfix: Write files greater than page size on OFSFabian Frederick2017-04-26
* fs/affs: bugfix: enable writes on OFS disksFabian Frederick2017-04-26
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro2016-02-20
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-17
|\
| * fs/affs: use affs_test_opt()Fabian Frederick2015-04-17
| * fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick2015-04-17
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-11
* | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-11
|/
* make new_sync_{read,write}() staticAl Viro2015-04-11
* Merge branch 'iocb' into for-davemAl Viro2015-04-09
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* | fs/affs/file.c: unlock/release page on errorTaesoo Kim2015-03-25
|/
* fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick2015-02-17
* fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick2015-02-17
* fs/affs: fix casting in printed messagesGeert Uytterhoeven2015-02-17
* fs/affs/file.c: remove obsolete pagesize checkFabian Frederick2014-12-13
* fs/affs/file.c: add support to O_DIRECTFabian Frederick2014-12-13
* fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfFabian Frederick2014-12-13
* fs/affs/file.c: forward declaration clean-upFabian Frederick2014-12-13
* fs/affs/file.c: fix shadow warningsFabian Frederick2014-10-14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* | fs/affs: pr_debug cleanupFabian Frederick2014-06-06
* | fs/affs/file.c: remove unnecessary function parametersFabian Frederick2014-06-06
|/
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* affs: use loff_t in affs_truncate()Dan Carpenter2013-09-11
* affs: drop vmtruncateMarco Stornelli2012-12-20
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* block: remove per-queue pluggingJens Axboe2011-03-10
* affs: testing the wrong variableDan Carpenter2010-10-25
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-09
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* sanitize ->fsync() for affsAl Viro2009-06-11
* fs: symlink write_begin allocation context fixNick Piggin2009-01-04
* [PATCH] f_count may wrap aroundAl Viro2008-07-26
* [PATCH] fix reservation discarding in affsRoman Zippel2008-05-06
* affs: be*_add_cpu conversionMarcin Slusarz2008-04-30
* fs/affs/file.c: use BUG_ONJulia Lawall2008-04-29
* fs: affs convert to new aopsNick Piggin2007-10-16
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-10
* affs: use zero_user_pageNate Diller2007-05-09
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-12
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-01
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-28