aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/dhowells/linux-fsLinus 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/git/dhowells/linux-fsLinus 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