summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [XFS] Simplify pagebuf_rele Remove a conditional that can not be trueChristoph Hellwig2005-11-021-25/+4Star
| * [XFS] Rework the final mount options flag bit to make room for more.Nathan Scott2005-11-023-33/+42
| * [XFS] Rework the dquot hash sizing heuristics.Nathan Scott2005-11-023-31/+20Star
| * [XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c changeEric Sandeen2005-11-021-0/+1
| * [XFS] Disable attr2 by default, until a more appropriate time to enableNathan Scott2005-11-021-1/+9
| * [XFS] Prevent data corruption on extending truncate case from cxfs clientEric Sandeen2005-11-021-1/+3
| * [XFS] Fix sparse warnings in ktrace.[ch]Christoph Hellwig2005-11-022-2/+2
| * [XFS] silence gcc4 warnings. the directory ones are wrong because ofChristoph Hellwig2005-11-025-4/+20
| * [XFS] Remove unused type, xfs_gap_t.Nathan Scott2005-11-021-18/+0Star
| * [XFS] endianess annotations and cleanup for the quota codeChristoph Hellwig2005-11-028-292/+271Star
| * [XFS] Show additional mount options in /proc/mounts, fix up some debugNathan Scott2005-11-021-0/+4
| * [XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode.Nathan Scott2005-11-022-11/+12
| * [XFS] Remove dead code in xfs_iomap_write_direct; save some stackEric Sandeen2005-11-021-8/+4Star
| * [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-0212-312/+132Star
| * [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-02157-4056/+1762Star