aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-03[AFS/AF_RXRPC]: Miscellaneous fixes.David Howells2-58/+45
2007-04-27[AF_RXRPC/AFS]: Arch-specific fixes.David Howells3-3/+3
2007-04-27[AFS]: Fix VLocation record update wakeupDavid Howells1-9/+8
2007-04-26[AFS]: Eliminate cmpxchg() usage in vlocation code.David S. Miller2-6/+16
2007-04-26[AFS]: Fix u64 printing in debug logging.David S. Miller3-3/+5
2007-04-26[AFS]: Add "directory write" support.David Howells14-268/+1778
2007-04-26[AFS]: Implement the CB.InitCallBackState3 operation.David Howells2-0/+47
2007-04-26[AFS]: Add support for the CB.GetCapabilities operation.David Howells7-0/+705
2007-04-26[AFS]: Add security support.David Howells18-238/+945
2007-04-26[AFS]: Handle multiple mounts of an AFS superblock correctly.David Howells1-10/+16
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells38-5239/+3999
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells36-906/+506
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau7-7/+0
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven4-6/+6
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-1/+1
2006-12-08[PATCH] struct path: convert afsJosef Sipek2-6/+6
2006-12-07[PATCH] affs: replace kmalloc+memset with kzallocYan Burman2-5/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2-0/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-3/+3
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-11[PATCH] fs/*: use BUILD_BUG_ONAlexey Dobriyan1-4/+4
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-2/+2