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