summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-10-16afs: convert to new aopsNick Piggin
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-08-04mm: rename page trylockNick Piggin
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-06-06Fix various old email addresses for dwmw2David Woodhouse
2008-04-30afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29afs: support the CB.ProbeUuid RPC opDavid Howells
2008-04-29afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourselfDavid Howells
2008-04-29afs: use the shorter LIST_HEAD for brevityRobert P. J. Day
2008-04-29afs: use non-racy method for proc entries creationDenis V. Lunev
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle
2008-04-03afs: remove smp_prcessor_id() from debug macroSven Schnelle
2008-04-02afs: add missing up_write() on returnSven Schnelle
2008-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-03-28afs: prevent double cell registrationSven Schnelle
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro
2008-02-14Use path_put() in a few places instead of {mnt,d}put()Jan Blunck
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-08mount options: fix afsMiklos Szeredi
2008-02-08fs/afs/security.c: fix uninitialized var warningAndrew Morton
2008-02-07iget: use iget_failed() in AFSDavid Howells
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner
2007-11-05fs/afs/vlocation.c: fix off-by-oneAdrian Bunk
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells
2007-10-17Drop some headers from mm.hAlexey Dobriyan
2007-10-17fs/afs/: possible cleanupsAdrian Bunk
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-10-09AFS: clean up explicit check for mandatory locksPavel Emelyanov
2007-09-11afs: mntput called before dputAndreas Gruenbacher
2007-07-31AFS: fix file lockingDavid Howells
2007-07-20AFS: Use patched rxrpc_kernel_send_data() correctlyDavid Howells
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19afs build fixAndrew Morton
2007-07-16AFS: drop explicit externRandy Dunlap
2007-07-16AFS: implement file lockingDavid Howells
2007-07-16Make AFS use seq_list_xxx helpersPavel Emelianov
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-05-31afs: needs sched.hAndrew Morton
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-16AFS: Fix afs_prepare_write()David Howells
2007-05-16AFS: write back dirty data on unmountDavid Howells
2007-05-11AFS: implement statfsDavid Howells