aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-11-07[PATCH] fs/super.c: unexport user_get_superAdrian Bunk1-2/+0
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl39-245/+137
2005-11-07[PATCH] kernel-docs: fix kernel-doc format problemsRandy Dunlap1-2/+3
2005-11-07[PATCH] jbd doc: fix some kernel-doc warningsRandy Dunlap1-2/+2
2005-11-07[PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-service portNeilBrown1-0/+1
2005-11-07[PATCH] knfsd: Fix some minor sign problems in nfsd/xdrNeilBrown1-1/+2
2005-11-07[PATCH] knfsd: Allow run-time selection of NFS versions to exportNeilBrown2-28/+133
2005-11-07[PATCH] knfsd: Restore functionality to read from file in /proc/fs/nfsd/NeilBrown1-1/+15
2005-11-07[PATCH] knfsd: fix setattr-on-symlink error returnNeilBrown1-1/+8
2005-11-07[PATCH] FUSE: pass file handle in setattrMiklos Szeredi1-14/+14
2005-11-07[PATCH] FUSE: atomic create+openMiklos Szeredi4-48/+211
2005-11-07[PATCH] FUSE: add access callMiklos Szeredi2-0/+38
2005-11-07[PATCH] VFS: pass file pointer to filesystem from ftruncate()Miklos Szeredi3-5/+9
2005-11-07[PATCH] remove superflous ctime/mtime updates in affsChristoph Hellwig1-17/+1
2005-11-07[PATCH] afs: use generic_ro_fopsChristoph Hellwig3-32/+1
2005-11-07[PATCH] vxfs: use generic_ro_fopsChristoph Hellwig1-10/+1
2005-11-07[PATCH] befs: use generic_ro_fopsChristoph Hellwig1-7/+1
2005-11-07[PATCH] fix remaining missing includesTim Schmielau1-0/+1
2005-11-07[PATCH] memory leak in dentry_open()Peter Staubach1-1/+8
2005-11-07[PATCH] __find_get_block_slow() cleanupCoywolf Qi Hunt1-3/+3
2005-11-07[PATCH] smbfs: 'names_cache' memory leakDavi Arnaut1-2/+2
2005-11-07[PATCH] V9FS: 'names_cache' memory leakDavi Arnaut2-8/+8
2005-11-07[PATCH] quota: small cleanupsAdrian Bunk2-0/+2
2005-11-07[PATCH] aio: remove aio_max_nr accounting raceZach Brown1-10/+21
2005-11-07[PATCH] fuse: remove dead code from fuse_permissionChristoph Hellwig1-3/+0
2005-11-07[PATCH] fs/smbfs/request.c: turn NULL dereference into BUG()Adrian Bunk1-2/+1
2005-11-07[PATCH] hfs needs nlsLennert Buytenhek1-0/+1
2005-11-07[PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_each_entry_rcuPaul E. McKenney1-6/+4
2005-11-07[PATCH] Process Events ConnectorMatt Helsley1-0/+2
2005-11-07[PATCH] write_inode_now(): write inode if not BDI_CAP_NO_WRITEBACKAndrew Morton1-1/+1
2005-11-07[PATCH] s390: cleanup of include/asm-s390/vtoc.hPeter Oberparleiter1-7/+8
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg3-6/+6
2005-11-04NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledChuck Lever3-21/+44
2005-11-04NFSv4: Teach NFSv4 to cache locks when we hold a delegationTrond Myklebust1-8/+28
2005-11-04NFSv4: Recover locks too when returning a delegationTrond Myklebust3-2/+55
2005-11-04NFSv4: Fix recovery of flock() locks.Trond Myklebust1-2/+2
2005-11-04NFSv4: Return any delegations before sillyrenaming the fileTrond Myklebust1-0/+3
2005-11-04NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEIDTrond Myklebust1-5/+3
2005-11-04NFSv4: Fix problem with OPEN_DOWNGRADETrond Myklebust6-51/+19
2005-11-04NFSv4: Fix a race between open() and close()Trond Myklebust3-47/+49
2005-11-03Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds176-11922/+5668
2005-11-04[XFS] Remove no-longer-used qsort source.Nathan Scott3-182/+4
2005-11-04[XFS] Fix an inode32 regression - if no options are presented, must stillNathan Scott1-2/+2
2005-11-03[XFS] Remove several no-longer-used files.Nathan Scott4-2300/+0
2005-11-03[XFS] Cleanup cosmetic differences between source trees.Nathan Scott4-35/+19
2005-11-03[XFS] fix XFS quota for modular XFS buildsNathan Scott1-1/+1
2005-11-03[XFS] Add a mechanism for XFS to use the generic quota sync method.Nathan Scott1-1/+7
2005-11-03[XFS] Fixed the inconsistency between attribute b-tree intermidiate nodeYingping Lu1-1/+2
2005-11-02Merge git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-3/+4
2005-11-02[XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF.Nathan Scott1-2/+3