aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo11-6/+7
2010-03-22AFS: Potential null dereferenceDan Carpenter1-2/+3
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig3-23/+0
2009-12-10afs: remove manual O_SYNC handlingChristoph Hellwig1-9/+0
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+3
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells1-12/+3
2009-10-01afs: remove cache.hChristoph Hellwig2-13/+1
2009-09-23seq_file: constify seq_operationsJames Morris1-4/+4
2009-09-22const: make file_lock_operations constAlexey Dobriyan1-1/+1
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells1-3/+15
2009-07-12AFS: Fix compilation warningArtem Bityutskiy1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0
2009-06-30AFS: Fix lock imbalanceJiri Slaby1-1/+0
2009-06-16AFS: Correctly translate auth error aborts and don't failover in such casesDavid Howells2-0/+18
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-06-11switch follow_down()Al Viro1-1/+1
2009-05-09Fix races around the access to ->s_optionsAl Viro1-2/+2
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-04-17AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHEMatt Kraai1-0/+2
2009-04-09afs: BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells13-358/+582
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-27constify dentry_operations: AFSAl Viro1-1/+1
2009-01-22fs/Kconfig: move afs outAlexey Dobriyan1-0/+21
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-10-31fs: replace NIPQUAD()Harvey Harrison2-7/+6
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-16afs: convert to new aopsNick Piggin3-92/+51
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro2-4/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-2/+2
2008-06-06Fix various old email addresses for dwmw2David Woodhouse3-3/+3
2008-04-30afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-6/+6
2008-04-29afs: support the CB.ProbeUuid RPC opDavid Howells2-0/+108
2008-04-29afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourselfDavid Howells2-14/+14
2008-04-29afs: use the shorter LIST_HEAD for brevityRobert P. J. Day1-1/+1
2008-04-29afs: use non-racy method for proc entries creationDenis V. Lunev1-19/+14
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle1-1/+1
2008-04-03afs: remove smp_prcessor_id() from debug macroSven Schnelle1-1/+1
2008-04-02afs: add missing up_write() on returnSven Schnelle1-0/+1
2008-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-10/+0
2008-03-28afs: prevent double cell registrationSven Schnelle1-2/+13
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro3-10/+0
2008-02-14Use path_put() in a few places instead of {mnt,d}put()Jan Blunck1-2/+1
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-11/+11