aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro1-2/+6
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-155/+58
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-7/+6
2023-12-28afs: Use the netfs write helpersDavid Howells1-16/+54
2023-12-24afs: Simplify error handlingDavid Howells1-3/+0
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells1-2/+2
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells1-5/+1
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells1-49/+4
2023-12-24afs: Don't use folio->private to record partial modificationDavid Howells1-67/+0
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-7/+1
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells1-13/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24afs: Provide a splice-read wrapperDavid Howells1-1/+19
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)1-12/+2
2022-12-22afs: Stop implementing ->writepage()David Howells1-1/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li1-1/+1
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells1-3/+3
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-2/+2
2022-05-09afs: Convert to release_folioMatthew Wilcox (Oracle)1-6/+5
2022-05-09afs: Convert afs_symlink_readpage to afs_symlink_read_folioMatthew Wilcox (Oracle)1-8/+7
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-31/+10
2022-03-18netfs: Add a netfs inode contextDavid Howells1-24/+2
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells1-1/+2
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-2/+2
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-6/+6
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-1/+1
2022-03-15afs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15afs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-13/+11
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+32
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells1-1/+2
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells1-0/+6
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells1-6/+23
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells1-3/+5
2021-12-16afs: Fix mmapDavid Howells1-2/+3
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells1-31/+39
2021-11-02afs: Sort out symlink readingDavid Howells1-5/+9
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells1-1/+66
2021-09-13afs: Add missing vnode validation checksDavid Howells1-1/+15
2021-09-10afs: Fix missing put on afs_read objects and missing get on the key thereinDavid Howells1-1/+2
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells1-1/+18
2021-04-23afs: Use new netfs lib read helper APIDavid Howells1-249/+78
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells1-0/+15
2021-04-23afs: Prepare for use of THPsDavid Howells1-4/+4
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells1-0/+9
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells1-80/+110
2021-04-23afs: Move key to afs_read structDavid Howells1-7/+9
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells1-11/+9
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells1-164/+35
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells1-1/+0
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells1-10/+61
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells1-6/+2
2020-10-27afs: Fix copy_file_range()David Howells1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells1-1/+1
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-30/+32
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-1/+1
2019-11-21afs: Rename desc -> req in afs_fetch_data()David Howells1-3/+3
2019-07-30fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai1-5/+7
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+2
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu1-4/+2
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-5/+15
2019-05-16afs: Get rid of afs_call::reply[]David Howells1-1/+1
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-1/+1
2019-05-15afs: Fix key leak in afs_release() and afs_evict_inode()David Howells1-3/+4
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-2/+3
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-4/+4
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-1/+1
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells1-1/+6
2018-04-09afs: Add stats for data transfer operationsDavid Howells1-0/+6
2018-04-09afs: Fix directory handlingDavid Howells1-7/+7
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells1-2/+4
2017-11-13afs: Trace page dirty/cleanDavid Howells1-0/+10
2017-11-13afs: Implement shared-writeable mmapDavid Howells1-1/+21
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-26/+57
2017-11-13afs: Introduce a file-private data recordDavid Howells1-11/+28
2017-11-13afs: Fix directory read/modify raceDavid Howells1-0/+5
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-3/+34
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells1-1/+1
2017-07-09afs: Add metadata xattrsDavid Howells1-0/+1
2017-03-16afs: Don't set PG_error on local EINTR or ENOMEM when filling a pageDavid Howells1-2/+10
2017-03-16afs: Flush outstanding writes when an fd is closedDavid Howells1-0/+1
2017-03-16afs: Handle better the server returning excess or short dataDavid Howells1-2/+5
2017-01-16afs: Conditionalise a new unused variableArnd Bergmann1-0/+2
2017-01-06afs: Make afs_readpages() fetch data in bulkDavid Howells1-2/+129
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells1-5/+32
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2014-05-06afs: switch to ->write_iter()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-4/+6
2012-03-20AFS: checking wrong bit in afs_readpages()Dan Carpenter1-1/+1
2010-05-21AFS: Don't put struct file on the stackAl Viro1-27/+37
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells1-12/+3
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells1-3/+15
2009-04-17AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHEMatt Kraai1-0/+2
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells1-77/+143
2008-10-16afs: convert to new aopsNick Piggin1-2/+2
2007-07-16AFS: implement file lockingDavid Howells1-0/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-11AFS: fix a couple of problems with unlinking AFS filesDavid Howells1-1/+1
2007-05-09AFS: implement basic file write supportDavid Howells1-6/+26
2007-05-09AFS: AFS fixupsDavid Howells1-49/+26
2007-04-26[AFS]: Add "directory write" support.David Howells1-0/+7
2007-04-26[AFS]: Add security support.David Howells1-7/+53
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-28/+11
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-14/+6
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-09-30[PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try...David Howells1-1/+0
2006-09-30[PATCH] BLOCK: Don't call block_sync_page() from AFS [try #6]David Howells1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown1-3/+3
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-2/+1
2005-11-07[PATCH] afs: use generic_ro_fopsChristoph Hellwig1-30/+0
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-2/+2
2005-10-28[PATCH] gfp_t: fs/*Al Viro1-2/+2
2005-05-01[PATCH] Exterminate PAGE_BUGMatt Mackall1-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+305