aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-28afs: prevent double cell registrationGravatar Sven Schnelle 1-2/+13
2008-03-27[PATCH] do shrink_submounts() for all fs typesGravatar Al Viro 3-10/+0
2008-02-14Use path_put() in a few places instead of {mnt,d}put()Gravatar Jan Blunck 1-2/+1
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-11/+11
2008-02-08mount options: fix afsGravatar Miklos Szeredi 1-0/+5
2008-02-08fs/afs/security.c: fix uninitialized var warningGravatar Andrew Morton 1-1/+1
2008-02-07iget: use iget_failed() in AFSGravatar David Howells 1-4/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 2-3/+3
2008-01-28vfs: Add 64 bit i_version supportGravatar Jean Noel Cordenner 2-5/+7
2007-11-05fs/afs/vlocation.c: fix off-by-oneGravatar Adrian Bunk 1-1/+1
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousGravatar David Howells 1-11/+6
2007-10-17Drop some headers from mm.hGravatar Alexey Dobriyan 1-1/+1
2007-10-17fs/afs/: possible cleanupsGravatar Adrian Bunk 10-11/+17
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-4/+2
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Gravatar Eric W. Biederman 1-2/+3
2007-10-09AFS: clean up explicit check for mandatory locksGravatar Pavel Emelyanov 1-2/+1
2007-09-11afs: mntput called before dputGravatar Andreas Gruenbacher 1-1/+1
2007-07-31AFS: fix file lockingGravatar David Howells 1-47/+79
2007-07-20AFS: Use patched rxrpc_kernel_send_data() correctlyGravatar David Howells 1-11/+10
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+1
2007-07-19afs build fixGravatar Andrew Morton 1-1/+2
2007-07-16AFS: drop explicit externGravatar Randy Dunlap 1-1/+1
2007-07-16AFS: implement file lockingGravatar David Howells 13-15/+881
2007-07-16Make AFS use seq_list_xxx helpersGravatar Pavel Emelianov 1-70/+11
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2007-05-31afs: needs sched.hGravatar Andrew Morton 1-0/+2
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 12-0/+12
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-11/+9
2007-05-16AFS: Fix afs_prepare_write()Gravatar David Howells 1-2/+1
2007-05-16AFS: write back dirty data on unmountGravatar David Howells 1-1/+0
2007-05-11AFS: implement statfsGravatar David Howells 7-15/+426