summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] FUSE: pass file handle in setattrMiklos Szeredi2005-11-071-14/+14
* [PATCH] FUSE: atomic create+openMiklos Szeredi2005-11-074-48/+211
* [PATCH] FUSE: add access callMiklos Szeredi2005-11-072-0/+38
* [PATCH] VFS: pass file pointer to filesystem from ftruncate()Miklos Szeredi2005-11-073-5/+9
* [PATCH] remove superflous ctime/mtime updates in affsChristoph Hellwig2005-11-071-17/+1Star
* [PATCH] afs: use generic_ro_fopsChristoph Hellwig2005-11-073-32/+1Star
* [PATCH] vxfs: use generic_ro_fopsChristoph Hellwig2005-11-071-10/+1Star
* [PATCH] befs: use generic_ro_fopsChristoph Hellwig2005-11-071-7/+1Star
* [PATCH] fix remaining missing includesTim Schmielau2005-11-071-0/+1
* [PATCH] memory leak in dentry_open()Peter Staubach2005-11-071-1/+8
* [PATCH] __find_get_block_slow() cleanupCoywolf Qi Hunt2005-11-071-3/+3
* [PATCH] smbfs: 'names_cache' memory leakDavi Arnaut2005-11-071-2/+2
* [PATCH] V9FS: 'names_cache' memory leakDavi Arnaut2005-11-072-8/+8
* [PATCH] quota: small cleanupsAdrian Bunk2005-11-072-0/+2
* [PATCH] aio: remove aio_max_nr accounting raceZach Brown2005-11-071-10/+21
* [PATCH] fuse: remove dead code from fuse_permissionChristoph Hellwig2005-11-071-3/+0Star
* [PATCH] fs/smbfs/request.c: turn NULL dereference into BUG()Adrian Bunk2005-11-071-2/+1Star
* [PATCH] hfs needs nlsLennert Buytenhek2005-11-071-0/+1
* [PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_ea...Paul E. McKenney2005-11-071-6/+4Star
* [PATCH] Process Events ConnectorMatt Helsley2005-11-071-0/+2
* [PATCH] write_inode_now(): write inode if not BDI_CAP_NO_WRITEBACKAndrew Morton2005-11-071-1/+1
* [PATCH] s390: cleanup of include/asm-s390/vtoc.hPeter Oberparleiter2005-11-071-7/+8
* [PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg2005-11-073-6/+6
* NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledChuck Lever2005-11-043-21/+44
* NFSv4: Teach NFSv4 to cache locks when we hold a delegationTrond Myklebust2005-11-041-8/+28
* NFSv4: Recover locks too when returning a delegationTrond Myklebust2005-11-043-2/+55
* NFSv4: Fix recovery of flock() locks.Trond Myklebust2005-11-041-2/+2
* NFSv4: Return any delegations before sillyrenaming the fileTrond Myklebust2005-11-041-0/+3
* NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEIDTrond Myklebust2005-11-041-5/+3Star
* NFSv4: Fix problem with OPEN_DOWNGRADETrond Myklebust2005-11-046-51/+19Star
* NFSv4: Fix a race between open() and close()Trond Myklebust2005-11-043-47/+49
* Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2005-11-04176-11922/+5668Star
|\
| * [XFS] Remove no-longer-used qsort source.Nathan Scott2005-11-043-182/+4Star
| * [XFS] Fix an inode32 regression - if no options are presented, must stillNathan Scott2005-11-031-2/+2
| * [XFS] Remove several no-longer-used files.Nathan Scott2005-11-034-2300/+0Star
| * [XFS] Cleanup cosmetic differences between source trees.Nathan Scott2005-11-034-35/+19Star
| * [XFS] fix XFS quota for modular XFS buildsNathan Scott2005-11-031-1/+1
| * [XFS] Add a mechanism for XFS to use the generic quota sync method.Nathan Scott2005-11-031-1/+7
| * [XFS] Fixed the inconsistency between attribute b-tree intermidiate nodeYingping Lu2005-11-031-1/+2
| * [XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF.Nathan Scott2005-11-021-2/+3
| * [XFS] Fix calculation of reserved AGs for inodes in 32-bit inode modeEric Sandeen2005-11-021-1/+1
| * [XFS] Fix boundary conditions when issuing direct IOs from large userspaceNathan Scott2005-11-021-12/+16
| * [XFS] Remove an unhelpful ifdef, the comment above the routine explainsNathan Scott2005-11-021-13/+1Star
| * [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.Nathan Scott2005-11-024-168/+39Star
| * [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott2005-11-026-12/+19
| * [XFS] Endianess annotations for various allocator data structuresChristoph Hellwig2005-11-0216-811/+794Star
| * [XFS] remove unused code from xfs_iomap_write_directEric Sandeen2005-11-021-8/+0Star
| * [XFS] fix old xfs_setattr mis-merge from irix; mostly harmless esp if notEric Sandeen2005-11-021-3/+3
| * [XFS] Fixing size report discrepancy between ls and du caused by xfs_fsrYingping Lu2005-11-021-1/+23
| * [XFS] Fixed a bug in reporting extent list for attribute fork runningYingping Lu2005-11-021-6/+7