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