summaryrefslogtreecommitdiff
path: root/fs/afs/file.c
AgeCommit message (Expand)Author
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells
2020-10-27afs: Fix copy_file_range()David Howells
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2019-11-21afs: Rename desc -> req in afs_fetch_data()David Howells
2019-07-30fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells
2019-05-16afs: Get rid of afs_call::reply[]David Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-05-15afs: Fix key leak in afs_release() and afs_evict_inode()David Howells
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells
2018-05-14afs: Fix whole-volume callback handlingDavid Howells
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells
2018-04-09afs: Add stats for data transfer operationsDavid Howells
2018-04-09afs: Fix directory handlingDavid Howells
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2017-11-13afs: Trace page dirty/cleanDavid Howells
2017-11-13afs: Implement shared-writeable mmapDavid Howells
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells
2017-11-13afs: Introduce a file-private data recordDavid Howells
2017-11-13afs: Fix directory read/modify raceDavid Howells
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells
2017-07-09afs: Add metadata xattrsDavid Howells
2017-03-16afs: Don't set PG_error on local EINTR or ENOMEM when filling a pageDavid Howells
2017-03-16afs: Flush outstanding writes when an fd is closedDavid Howells
2017-03-16afs: Handle better the server returning excess or short dataDavid Howells
2017-01-16afs: Conditionalise a new unused variableArnd Bergmann
2017-01-06afs: Make afs_readpages() fetch data in bulkDavid Howells
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-04-11make new_sync_{read,write}() staticAl Viro
2014-05-06afs: switch to ->write_iter()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2012-03-20AFS: checking wrong bit in afs_readpages()Dan Carpenter
2010-05-21AFS: Don't put struct file on the stackAl Viro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells
2009-04-17AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHEMatt Kraai