aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-08mount options: fix afsMiklos Szeredi1-0/+5
2008-02-08fs/afs/security.c: fix uninitialized var warningAndrew Morton1-1/+1
2008-02-07iget: use iget_failed() in AFSDavid Howells1-4/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2-3/+3
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner2-5/+7
2007-11-05fs/afs/vlocation.c: fix off-by-oneAdrian Bunk1-1/+1
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells1-11/+6
2007-10-17Drop some headers from mm.hAlexey Dobriyan1-1/+1
2007-10-17fs/afs/: possible cleanupsAdrian Bunk10-11/+17
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-4/+2
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-2/+3
2007-10-09AFS: clean up explicit check for mandatory locksPavel Emelyanov1-2/+1
2007-09-11afs: mntput called before dputAndreas Gruenbacher1-1/+1
2007-07-31AFS: fix file lockingDavid Howells1-47/+79
2007-07-20AFS: Use patched rxrpc_kernel_send_data() correctlyDavid Howells1-11/+10
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+1
2007-07-19afs build fixAndrew Morton1-1/+2
2007-07-16AFS: drop explicit externRandy Dunlap1-1/+1
2007-07-16AFS: implement file lockingDavid Howells13-15/+881
2007-07-16Make AFS use seq_list_xxx helpersPavel Emelianov1-70/+11
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-31afs: needs sched.hAndrew Morton1-0/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan12-0/+12
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-11/+9
2007-05-16AFS: Fix afs_prepare_write()David Howells1-2/+1
2007-05-16AFS: write back dirty data on unmountDavid Howells1-1/+0
2007-05-11AFS: implement statfsDavid Howells7-15/+426
2007-05-11AFS: fix a couple of problems with unlinking AFS filesDavid Howells4-17/+31
2007-05-11AFS: fix interminable loop in afs_write_back_from_locked_page()David Howells1-2/+3
2007-05-10AFS: further write support fixesDavid Howells2-3/+3
2007-05-10AFS: write support fixesDavid Howells3-17/+216
2007-05-09AFS: implement basic file write supportDavid Howells11-27/+1483
2007-05-09AFS: AFS fixupsDavid Howells12-109/+121
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin2-10/+4
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-1/+1
2007-05-03[AFS]: Adjust the new netdevice scanning codeDavid Howells3-7/+21
2007-05-03[AFS]: Replace rtnetlink client by direct dev_base walkingPatrick McHardy4-475/+55
2007-05-03[AFS]: Fix memory leak in SRXAFSCB_GetCapabilitiesPatrick McHardy1-0/+1
2007-05-03[AFS]: Fix use of __exit functions from __init pathDavid Howells3-4/+4