aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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 #6]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