summaryrefslogtreecommitdiffstats
path: root/fs/affs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-39/+38
|\
| * affs: convert data read and write to use foliosMatthew Wilcox (Oracle)2023-08-181-39/+38
* | affs: remove writepage implementationMatthew Wilcox (Oracle)2023-08-221-5/+9
|/
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* affs: initialize fsdata in affs_truncate()Alexander Potapenko2023-01-101-1/+1
* affs: use memcpy_to_page and remove replace kmap_atomic()David Sterba2022-08-011-5/+1
* affs: Convert affs to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-3/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-3/+3
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-2/+2
* fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+2
* mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig2021-06-291-0/+2
* affs: fix basic permission bits to actually workMax Staudt2020-08-311-1/+25
* block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* 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