aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/file.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13afs: Trace page dirty/cleanGravatar David Howells 1-0/+10
2017-11-13afs: Implement shared-writeable mmapGravatar David Howells 1-1/+21
2017-11-13afs: Get rid of the afs_writeback recordGravatar David Howells 1-26/+57
2017-11-13afs: Introduce a file-private data recordGravatar David Howells 1-11/+28
2017-11-13afs: Fix directory read/modify raceGravatar David Howells 1-0/+5
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationGravatar David Howells 1-3/+34
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayGravatar David Howells 1-1/+1
2017-07-09afs: Add metadata xattrsGravatar David Howells 1-0/+1
2017-03-16afs: Don't set PG_error on local EINTR or ENOMEM when filling a pageGravatar David Howells 1-2/+10
2017-03-16afs: Flush outstanding writes when an fd is closedGravatar David Howells 1-0/+1
2017-03-16afs: Handle better the server returning excess or short dataGravatar David Howells 1-2/+5
2017-01-16afs: Conditionalise a new unused variableGravatar Arnd Bergmann 1-0/+2
2017-01-06afs: Make afs_readpages() fetch data in bulkGravatar David Howells 1-2/+129
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesGravatar David Howells 1-5/+32
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2014-05-06afs: switch to ->write_iter()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-4/+6
2012-03-20AFS: checking wrong bit in afs_readpages()Gravatar Dan Carpenter 1-1/+1
2010-05-21AFS: Don't put struct file on the stackGravatar Al Viro 1-27/+37
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsGravatar David Howells 1-12/+3
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrGravatar David Howells 1-3/+15
2009-04-17AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHEGravatar Matt Kraai 1-0/+2
2009-04-03FS-Cache: Make kAFS use FS-CacheGravatar David Howells 1-77/+143
2008-10-16afs: convert to new aopsGravatar Nick Piggin 1-2/+2
2007-07-16AFS: implement file lockingGravatar David Howells 1-0/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2007-05-11AFS: fix a couple of problems with unlinking AFS filesGravatar David Howells 1-1/+1
2007-05-09AFS: implement basic file write supportGravatar David Howells 1-6/+26
2007-05-09AFS: AFS fixupsGravatar David Howells 1-49/+26
2007-04-26[AFS]: Add "directory write" support.Gravatar David Howells 1-0/+7
2007-04-26[AFS]: Add security support.Gravatar David Howells 1-7/+53
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.Gravatar David Howells 1-28/+11
2007-04-26[AFS]: Clean up the AFS sourcesGravatar David Howells 1-14/+6
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-1/+1
2006-09-30[PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try...Gravatar David Howells 1-1/+0
2006-09-30[PATCH] BLOCK: Don't call block_sync_page() from AFS [try #6]Gravatar David Howells 1-1/+0
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidGravatar NeilBrown 1-3/+3
2005-11-07[PATCH] kfree cleanup: fsGravatar Jesper Juhl 1-2/+1
2005-11-07[PATCH] afs: use generic_ro_fopsGravatar Christoph Hellwig 1-30/+0
2005-10-29[PATCH] mm: split page table lockGravatar Hugh Dickins 1-2/+2
2005-10-28[PATCH] gfp_t: fs/*Gravatar Al Viro 1-2/+2
2005-05-01[PATCH] Exterminate PAGE_BUGGravatar Matt Mackall 1-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+305