aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells1-0/+1
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-4/+4
2024-12-20afs: Make {Y,}FS.FetchData an asynchronous operationDavid Howells1-0/+12
2024-12-20afs: Use netfslib for directoriesDavid Howells1-2/+2
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-1/+4
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells1-1/+3
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells1-98/+93
2024-05-01netfs: Remove the old writeback codeDavid Howells1-40/+0
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-0/+2
2024-05-01netfs, afs: Implement helpers for new write codeDavid Howells1-0/+54
2024-05-01afs: Use alternative invalidation to using launder_folioDavid Howells1-7/+3
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-797/+29
2024-01-10Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2023-12-28afs: Use the netfs write helpersDavid Howells1-678/+29
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells1-3/+3
2023-12-24afs: Don't use folio->private to record partial modificationDavid Howells1-150/+38
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-9/+0
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-12-10afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)1-4/+2
2023-10-18afs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-07-04afs: Fix accidental truncation when storing dataDavid Howells1-3/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+8
2023-06-23afs: convert pagevec to folio_batch in afs_extend_writeback()Matthew Wilcox (Oracle)1-8/+8
2023-06-19afs: Fix waiting for writeback then skipping folioVishal Moola (Oracle)1-2/+4
2023-06-19afs: Fix dangling folio ref counts in writebackVishal Moola (Oracle)1-0/+1
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-2/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-57/+59
2023-02-03afs: use bvec_set_folio to initialize a bvecChristoph Hellwig1-5/+3
2023-02-02afs: convert afs_writepages_region() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-57/+59
2022-12-22afs: Stop implementing ->writepage()David Howells1-36/+47
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-08-13afs: Enable multipage folio supportDavid Howells1-1/+1
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-11/+10
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells1-0/+1
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-04-08fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu1-2/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+4
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+5
2022-03-18afs: Maintain netfs_i_context::remote_i_sizeDavid Howells1-4/+3
2022-03-18netfs: Add a netfs inode contextDavid Howells1-2/+1
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-2/+3
2022-03-15afs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-3/+2
2022-03-11afs: Fix potential thrashing in afs writebackDavid Howells1-1/+8
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells1-12/+75
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells1-1/+0
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells1-180/+167
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-4/+5
2021-10-05afs: Fix afs_launder_page() to set correct start file positionDavid Howells1-2/+1
2021-09-27mm/writeback: Add folio_wait_writeback()Matthew Wilcox (Oracle)1-4/+5
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells1-1/+1
2021-09-13afs: Add missing vnode validation checksDavid Howells1-2/+15
2021-09-10afs: Fix page leakDavid Howells1-2/+8
2021-07-21afs: Fix setting of writeback_indexDavid Howells1-1/+1
2021-07-21afs: check function returnTom Rix1-5/+11
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+9
2021-06-21afs: Fix afs_write_end() to handle short writesDavid Howells1-2/+9
2021-06-18afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)1-5/+8
2021-06-07afs: Fix partial writeback of large files on fsync and closeMarc Dionne1-1/+1
2021-05-01afs: Fix speculative status fetchesDavid Howells1-0/+1
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells1-96/+12
2021-04-23afs: Use new netfs lib read helper APIDavid Howells1-2/+5
2021-04-23afs: Prepare for use of THPsDavid Howells1-195/+239
2021-04-23afs: Extract writeback extension into its own functionDavid Howells1-42/+67
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells1-0/+10
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells1-43/+57
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells1-8/+19
2021-04-23afs: Move key to afs_read structDavid Howells1-6/+6
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells1-35/+25
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells1-10/+0
2021-03-23afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)1-2/+1
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells1-1/+4
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells1-5/+0
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells1-0/+1
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells1-1/+1
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells1-18/+13
2020-10-29afs: Fix where page->private is set during writeDavid Howells1-15/+26
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells1-12/+11
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells1-8/+10
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells1-4/+6
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells1-0/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-15afs: Fix interruption of operationsDavid Howells1-0/+1
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells1-0/+6
2020-06-15afs: Concoct ctimesDavid Howells1-0/+1
2020-06-15afs: afs_write_end() should change i_size under the right lockDavid Howells1-2/+2
2020-06-15afs: Fix non-setting of mtime when writing into mmapDavid Howells1-0/+1
2020-06-11afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells1-0/+1
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-58/+90
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-1/+1
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-43/+55
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-1/+1
2019-04-13afs: Unlock pages for __pagevec_release()Marc Dionne1-0/+1
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-9/+9
2018-10-24afs: Don't invoke the server to read data beyond EOFDavid Howells1-0/+11
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-0/+1
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-1/+1
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+21
2018-04-11page cache: use xa_lockMatthew Wilcox1-4/+5
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells1-19/+13
2018-04-09afs: Add stats for data transfer operationsDavid Howells1-0/+6
2018-04-09afs: Fix directory handlingDavid Howells1-1/+2
2018-01-02afs: Fix missing error handling in afs_write_end()David Howells1-3/+5
2017-11-24afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells1-0/+5
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-322/+387
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-2/+2
2017-11-15afs: use find_get_pages_range_tag()Jan Kara1-9/+2
2017-11-13afs: Trace page dirty/cleanDavid Howells1-13/+21
2017-11-13afs: Implement shared-writeable mmapDavid Howells1-8/+32
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-317/+316
2017-11-13afs: Introduce a file-private data recordDavid Howells1-2/+2
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-2/+36
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-03-16afs: Don't wait for page writeback with the page lock heldDavid Howells1-5/+4
2017-03-16afs: ->writepage() shouldn't call clear_page_dirty_for_io()David Howells1-3/+3
2017-03-16afs: Fix afs_kill_pages()David Howells1-3/+7
2017-03-16afs: Fix page leak in afs_write_begin()David Howells1-2/+5
2017-03-16afs: Flush outstanding writes when an fd is closedDavid Howells1-0/+14
2017-03-16afs: Handle a short write to an AFS pageDavid Howells1-9/+19
2017-03-16afs: Fix page overput in afs_fill_page()David Howells1-0/+1
2017-03-16afs: Fix missing put_page()David Howells1-0/+1
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells1-4/+15
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-3/+2
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-4/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-13/+13
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2014-11-19afs_fsync: don't bother with ->f_path.dentryAl Viro1-5/+4
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-05-06afs: switch to ->write_iter()Al Viro1-6/+5
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-4/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-4/+14
2011-06-16afs: afs_fill_page reads too much, or wrong dataAnton Blanchard1-12/+9
2011-02-25afs: Fix oops in afs_unlink_writebackAnton Blanchard1-0/+1
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-18/+1
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-1/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+2
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig1-21/+0
2009-12-10afs: remove manual O_SYNC handlingChristoph Hellwig1-9/+0
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+3
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells1-0/+21
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-10-16afs: convert to new aopsNick Piggin1-88/+43
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2007-10-17Drop some headers from mm.hAlexey Dobriyan1-1/+1
2007-10-17fs/afs/: possible cleanupsAdrian Bunk1-3/+3
2007-05-16AFS: Fix afs_prepare_write()David Howells1-2/+1
2007-05-11AFS: fix interminable loop in afs_write_back_from_locked_page()David Howells1-2/+3
2007-05-10AFS: further write support fixesDavid Howells1-2/+2
2007-05-10AFS: write support fixesDavid Howells1-11/+3
2007-05-09AFS: implement basic file write supportDavid Howells1-0/+835