aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-05uuid,afs: move struct uuid_v1 back into afsGravatar Christoph Hellwig 1-1/+10
2017-04-20afs: Convert to separately allocated bdiGravatar Jan Kara 1-1/+0
2017-03-16afs: Make struct afs_read::remain 64-bitGravatar David Howells 1-1/+1
2017-03-16afs: Prevent callback expiry timer overflowGravatar Tina Ruchandani 1-2/+2
2017-03-16afs: Migrate vlocation fields to 64-bitGravatar Tina Ruchandani 1-3/+4
2017-03-16afs: Distinguish mountpoints from symlinks by file mode aloneGravatar David Howells 1-1/+0
2017-03-16afs: Flush outstanding writes when an fd is closedGravatar David Howells 1-0/+1
2017-03-16afs: Handle a short write to an AFS pageGravatar David Howells 1-1/+1
2017-03-16afs: Kill struct afs_read::pg_offsetGravatar David Howells 1-1/+0
2017-03-16afs: Deal with an empty callback arrayGravatar Marc Dionne 1-1/+4
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-1/+1
2017-02-10afs: Use core kernel UUID generationGravatar Arnd Bergmann 1-6/+5
2017-02-10afs: Move UUID struct to linux/uuid.hGravatar David Howells 1-25/+2
2017-01-09afs: Refcount the afs_call structGravatar David Howells 1-1/+8
2017-01-09afs: Kill afs_wait_modeGravatar David Howells 1-50/+18
2017-01-09afs: Add some tracepointsGravatar David Howells 1-9/+12
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesGravatar David Howells 1-2/+19
2016-10-13afs: call->operation_ID sometimes used as __be32 sometimes as u32Gravatar David Howells 1-1/+1
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]Gravatar David Howells 1-24/+9
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callGravatar David Howells 1-1/+4
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingGravatar David Howells 1-1/+13
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusGravatar Al Viro 1-1/+1
2014-05-23AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*Gravatar David Howells 1-1/+1
2014-05-06afs: switch to ->write_iter()Gravatar Al Viro 1-2/+1
2014-03-07afs: don't use PREPARE_WORKGravatar Tejun Heo 1-0/+1
2014-01-25afs: get rid of junk in fs/afs/proc.cGravatar Al Viro 1-1/+0
2012-03-16afs: Read of file returns EBADMSGGravatar Anton Blanchard 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-1/+1
2011-01-15AFS: Use d_automount() rather than abusing follow_link()Gravatar David Howells 1-0/+1
2011-01-14afs: add afs_wq and use it instead of the system workqueueGravatar Tejun Heo 1-0/+1
2011-01-12switch afsGravatar Al Viro 1-0/+1
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-1/+1
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+9
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 1-9/+3
2010-08-11AFS: Implement an autocell mount capability [ver #2]Gravatar wanglei 1-2/+9
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-05-21AFS: Don't put struct file on the stackGravatar Al Viro 1-0/+1
2010-04-22afs: add bdi backing to mount session.Gravatar Jens Axboe 1-0/+2
2010-03-05make sure data is on disk before calling ->write_inodeGravatar Christoph Hellwig 1-1/+0
2009-10-01afs: remove cache.hGravatar Christoph Hellwig 1-1/+1
2009-04-03FS-Cache: Make kAFS use FS-CacheGravatar David Howells 1-28/+25
2008-10-16afs: convert to new aopsGravatar Nick Piggin 1-2/+6
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-3/+1
2008-04-30afs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-4/+4
2008-04-03afs: remove smp_prcessor_id() from debug macroGravatar Sven Schnelle 1-1/+1
2008-03-27[PATCH] do shrink_submounts() for all fs typesGravatar Al Viro 1-1/+0
2007-10-17fs/afs/: possible cleanupsGravatar Adrian Bunk 1-1/+0
2007-07-16AFS: implement file lockingGravatar David Howells 1-0/+30