aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2007-05-11AFS: fix a couple of problems with unlinking AFS filesGravatar David Howells 4-17/+31
2007-05-11AFS: fix interminable loop in afs_write_back_from_locked_page()Gravatar David Howells 1-2/+3
2007-05-10AFS: further write support fixesGravatar David Howells 2-3/+3
2007-05-10AFS: write support fixesGravatar David Howells 3-17/+216
2007-05-09AFS: implement basic file write supportGravatar David Howells 11-27/+1483
2007-05-09AFS: AFS fixupsGravatar David Howells 12-109/+121
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-05-07mm: make read_cache_page synchronousGravatar Nick Piggin 2-10/+4
2007-05-03[NET]: Rework dev_base via list_head (v3)Gravatar Pavel Emelianov 1-1/+1
2007-05-03[AFS]: Adjust the new netdevice scanning codeGravatar David Howells 3-7/+21
2007-05-03[AFS]: Replace rtnetlink client by direct dev_base walkingGravatar Patrick McHardy 4-475/+55
2007-05-03[AFS]: Fix memory leak in SRXAFSCB_GetCapabilitiesGravatar Patrick McHardy 1-0/+1
2007-05-03[AFS]: Fix use of __exit functions from __init pathGravatar David Howells 3-4/+4
2007-05-03[AFS/AF_RXRPC]: Miscellaneous fixes.Gravatar David Howells 2-58/+45
2007-04-27[AF_RXRPC/AFS]: Arch-specific fixes.Gravatar David Howells 3-3/+3
2007-04-27[AFS]: Fix VLocation record update wakeupGravatar David Howells 1-9/+8
2007-04-26[AFS]: Eliminate cmpxchg() usage in vlocation code.Gravatar David S. Miller 2-6/+16
2007-04-26[AFS]: Fix u64 printing in debug logging.Gravatar David S. Miller 3-3/+5
2007-04-26[AFS]: Add "directory write" support.Gravatar David Howells 14-268/+1778
2007-04-26[AFS]: Implement the CB.InitCallBackState3 operation.Gravatar David Howells 2-0/+47
2007-04-26[AFS]: Add support for the CB.GetCapabilities operation.Gravatar David Howells 7-0/+705
2007-04-26[AFS]: Add security support.Gravatar David Howells 18-238/+945
2007-04-26[AFS]: Handle multiple mounts of an AFS superblock correctly.Gravatar David Howells 1-10/+16
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.Gravatar David Howells 38-5239/+3999
2007-04-26[AFS]: Clean up the AFS sourcesGravatar David Howells 36-906/+506
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 7-7/+0
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 4-6/+6
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceGravatar Kirill Korotaev 1-1/+1
2006-12-08[PATCH] struct path: convert afsGravatar Josef Sipek 2-6/+6
2006-12-07[PATCH] affs: replace kmalloc+memset with kzallocGravatar Yan Burman 2-5/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hGravatar Nigel Cunningham 2-0/+2
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-3/+3
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-10-11[PATCH] fs/*: use BUILD_BUG_ONGravatar Alexey Dobriyan 1-4/+4
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersGravatar David Howells 1-2/+2
2006-09-30[PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try...Gravatar David Howells 1-1/+0
2006-09-30[PATCH] BLOCK: Don't call block_sync_page() from AFS [try #6]Gravatar David Howells 1-1/+0
2006-09-29[PATCH] afs: add lock annotations to afs_proc_cell_servers_{start,stop}Gravatar Josh Triplett 1-0/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 2-4/+2
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 2-2/+2
2006-06-26[PATCH] fs: use list_move()Gravatar Akinobu Mita 5-18/+9
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 3-23/+16
2006-06-23[PATCH] read_mapping_page for address spaceGravatar Pekka Enberg 2-12/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-11/+13
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Gravatar Trond Myklebust 3-2/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 4-9/+9
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidGravatar NeilBrown 1-3/+3
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-1/+1