aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
...
* vfs: Add 64 bit i_version supportJean Noel Cordenner2008-01-282-5/+7
* fs/afs/vlocation.c: fix off-by-oneAdrian Bunk2007-11-051-1/+1
* KEYS: Make request_key() and co fundamentally asynchronousDavid Howells2007-10-171-11/+6
* Drop some headers from mm.hAlexey Dobriyan2007-10-171-1/+1
* fs/afs/: possible cleanupsAdrian Bunk2007-10-1710-11/+17
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-4/+2
* Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-10-151-2/+1
|\
| * AFS: clean up explicit check for mandatory locksPavel Emelyanov2007-10-091-2/+1
* | [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+3
|/
* afs: mntput called before dputAndreas Gruenbacher2007-09-111-1/+1
* AFS: fix file lockingDavid Howells2007-07-311-47/+79
* AFS: Use patched rxrpc_kernel_send_data() correctlyDavid Howells2007-07-201-11/+10
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+1
* afs build fixAndrew Morton2007-07-191-1/+2
* AFS: drop explicit externRandy Dunlap2007-07-161-1/+1
* AFS: implement file lockingDavid Howells2007-07-1613-15/+881
* Make AFS use seq_list_xxx helpersPavel Emelianov2007-07-161-70/+11
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* afs: needs sched.hAndrew Morton2007-05-311-0/+2
* Detach sched.h from mm.hAlexey Dobriyan2007-05-2112-0/+12
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-11/+9
* AFS: Fix afs_prepare_write()David Howells2007-05-161-2/+1
* AFS: write back dirty data on unmountDavid Howells2007-05-161-1/+0
* AFS: implement statfsDavid Howells2007-05-117-15/+426
* AFS: fix a couple of problems with unlinking AFS filesDavid Howells2007-05-114-17/+31
* AFS: fix interminable loop in afs_write_back_from_locked_page()David Howells2007-05-111-2/+3
* AFS: further write support fixesDavid Howells2007-05-102-3/+3
* AFS: write support fixesDavid Howells2007-05-103-17/+216
* AFS: implement basic file write supportDavid Howells2007-05-0911-27/+1483
* AFS: AFS fixupsDavid Howells2007-05-0912-109/+121
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* mm: make read_cache_page synchronousNick Piggin2007-05-072-10/+4
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-1/+1
* [AFS]: Adjust the new netdevice scanning codeDavid Howells2007-05-033-7/+21
* [AFS]: Replace rtnetlink client by direct dev_base walkingPatrick McHardy2007-05-034-475/+55
* [AFS]: Fix memory leak in SRXAFSCB_GetCapabilitiesPatrick McHardy2007-05-031-0/+1
* [AFS]: Fix use of __exit functions from __init pathDavid Howells2007-05-033-4/+4
* [AFS/AF_RXRPC]: Miscellaneous fixes.David Howells2007-05-032-58/+45
* [AF_RXRPC/AFS]: Arch-specific fixes.David Howells2007-04-273-3/+3
* [AFS]: Fix VLocation record update wakeupDavid Howells2007-04-271-9/+8
* [AFS]: Eliminate cmpxchg() usage in vlocation code.David S. Miller2007-04-262-6/+16
* [AFS]: Fix u64 printing in debug logging.David S. Miller2007-04-263-3/+5
* [AFS]: Add "directory write" support.David Howells2007-04-2614-268/+1778
* [AFS]: Implement the CB.InitCallBackState3 operation.David Howells2007-04-262-0/+47
* [AFS]: Add support for the CB.GetCapabilities operation.David Howells2007-04-267-0/+705
* [AFS]: Add security support.David Howells2007-04-2618-238/+945
* [AFS]: Handle multiple mounts of an AFS superblock correctly.David Howells2007-04-261-10/+16
* [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells2007-04-2638-5239/+3999
* [AFS]: Clean up the AFS sourcesDavid Howells2007-04-2636-906/+506
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-147-7/+0