aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 2-2/+3
2010-05-21AFS: Don't put struct file on the stackGravatar Al Viro 4-36/+41
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 3-0/+10
2010-04-22afs: add bdi backing to mount session.Gravatar Jens Axboe 3-0/+10
2010-04-21AFS: Don't pass error value to page_cache_release() in error handlingGravatar David Howells 1-12/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 11-6/+7
2010-03-22AFS: Potential null dereferenceGravatar Dan Carpenter 1-2/+3
2010-03-05make sure data is on disk before calling ->write_inodeGravatar Christoph Hellwig 3-23/+0
2009-12-10afs: remove manual O_SYNC handlingGravatar Christoph Hellwig 1-9/+0
2009-12-10vfs: Implement proper O_SYNC semanticsGravatar Christoph Hellwig 1-2/+3
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsGravatar David Howells 1-12/+3
2009-10-01afs: remove cache.hGravatar Christoph Hellwig 2-13/+1
2009-09-23seq_file: constify seq_operationsGravatar James Morris 1-4/+4
2009-09-22const: make file_lock_operations constGravatar Alexey Dobriyan 1-1/+1
2009-09-16writeback: get rid of wbc->for_writepagesGravatar Jens Axboe 1-1/+0
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrGravatar David Howells 1-3/+15
2009-07-12AFS: Fix compilation warningGravatar Artem Bityutskiy 1-1/+1
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-07-08headers: mnt_namespace.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-30AFS: Fix lock imbalanceGravatar Jiri Slaby 1-1/+0
2009-06-16AFS: Correctly translate auth error aborts and don't failover in such casesGravatar David Howells 2-0/+18
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+4
2009-06-11switch follow_down()Gravatar Al Viro 1-1/+1
2009-05-09Fix races around the access to ->s_optionsGravatar Al Viro 1-2/+2
2009-05-09Convert obvious places to deactivate_locked_super()Gravatar Al Viro 1-2/+1
2009-04-17AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHEGravatar Matt Kraai 1-0/+2
2009-04-09afs: BUG to BUG_ON changesGravatar Stoyan Gaydarov 1-2/+1
2009-04-03FS-Cache: Make kAFS use FS-CacheGravatar David Howells 13-358/+582
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-1/+0
2009-03-27constify dentry_operations: AFSGravatar Al Viro 1-1/+1
2009-01-22fs/Kconfig: move afs outGravatar Alexey Dobriyan 1-0/+21
2009-01-04fs: symlink write_begin allocation context fixGravatar Nick Piggin 1-1/+1
2008-10-31fs: replace NIPQUAD()Gravatar Harvey Harrison 2-7/+6
2008-10-23[PATCH] fix ->llseek for more directoriesGravatar Christoph Hellwig 1-0/+1
2008-10-16afs: convert to new aopsGravatar Nick Piggin 3-92/+51
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-08-04mm: rename page trylockGravatar Nick Piggin 1-1/+1
2008-08-01[PATCH] pass struct path * to do_add_mount()Gravatar Al Viro 1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 2-4/+2
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-2/+2
2008-06-06Fix various old email addresses for dwmw2Gravatar David Woodhouse 3-3/+3
2008-04-30afs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 2-6/+6
2008-04-29afs: support the CB.ProbeUuid RPC opGravatar David Howells 2-0/+108
2008-04-29afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourselfGravatar David Howells 2-14/+14
2008-04-29afs: use the shorter LIST_HEAD for brevityGravatar Robert P. J. Day 1-1/+1
2008-04-29afs: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-19/+14
2008-04-16AFS: Do not describe debug parameters with their valueGravatar Paul Bolle 1-1/+1
2008-04-03afs: remove smp_prcessor_id() from debug macroGravatar Sven Schnelle 1-1/+1
2008-04-02afs: add missing up_write() on returnGravatar Sven Schnelle 1-0/+1
2008-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-10/+0