aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-11-04NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledGravatar Chuck Lever 3-21/+44
2005-11-04NFSv4: Teach NFSv4 to cache locks when we hold a delegationGravatar Trond Myklebust 1-8/+28
2005-11-04NFSv4: Recover locks too when returning a delegationGravatar Trond Myklebust 3-2/+55
2005-11-04NFSv4: Fix recovery of flock() locks.Gravatar Trond Myklebust 1-2/+2
2005-11-04NFSv4: Return any delegations before sillyrenaming the fileGravatar Trond Myklebust 1-0/+3
2005-11-04NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEIDGravatar Trond Myklebust 1-5/+3
2005-11-04NFSv4: Fix problem with OPEN_DOWNGRADEGravatar Trond Myklebust 6-51/+19
2005-11-04NFSv4: Fix a race between open() and close()Gravatar Trond Myklebust 3-47/+49
2005-11-03Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Gravatar Linus Torvalds 176-11922/+5668
2005-11-04[XFS] Remove no-longer-used qsort source.Gravatar Nathan Scott 3-182/+4
2005-11-04[XFS] Fix an inode32 regression - if no options are presented, must stillGravatar Nathan Scott 1-2/+2
2005-11-03[XFS] Remove several no-longer-used files.Gravatar Nathan Scott 4-2300/+0
2005-11-03[XFS] Cleanup cosmetic differences between source trees.Gravatar Nathan Scott 4-35/+19
2005-11-03[XFS] fix XFS quota for modular XFS buildsGravatar Nathan Scott 1-1/+1
2005-11-03[XFS] Add a mechanism for XFS to use the generic quota sync method.Gravatar Nathan Scott 1-1/+7
2005-11-03[XFS] Fixed the inconsistency between attribute b-tree intermidiate nodeGravatar Yingping Lu 1-1/+2
2005-11-02Merge git://brick.kernel.dk/data/git/linux-2.6-blockGravatar Linus Torvalds 1-3/+4
2005-11-02[XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF.Gravatar Nathan Scott 1-2/+3
2005-11-02[XFS] Fix calculation of reserved AGs for inodes in 32-bit inode modeGravatar Eric Sandeen 1-1/+1
2005-11-02[XFS] Fix boundary conditions when issuing direct IOs from large userspaceGravatar Nathan Scott 1-12/+16
2005-11-02[XFS] Remove an unhelpful ifdef, the comment above the routine explainsGravatar Nathan Scott 1-13/+1
2005-11-02[XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.Gravatar Nathan Scott 4-168/+39
2005-11-02[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Gravatar Nathan Scott 6-12/+19
2005-11-02[XFS] Endianess annotations for various allocator data structuresGravatar Christoph Hellwig 16-811/+794
2005-11-02[XFS] remove unused code from xfs_iomap_write_directGravatar Eric Sandeen 1-8/+0
2005-11-02[XFS] fix old xfs_setattr mis-merge from irix; mostly harmless esp if notGravatar Eric Sandeen 1-3/+3
2005-11-02[XFS] Fixing size report discrepancy between ls and du caused by xfs_fsrGravatar Yingping Lu 1-1/+23
2005-11-02[XFS] Fixed a bug in reporting extent list for attribute fork runningGravatar Yingping Lu 1-6/+7
2005-11-02[XFS] Simplify pagebuf_rele Remove a conditional that can not be trueGravatar Christoph Hellwig 1-25/+4
2005-11-02[XFS] Rework the final mount options flag bit to make room for more.Gravatar Nathan Scott 3-33/+42
2005-11-02[XFS] Rework the dquot hash sizing heuristics.Gravatar Nathan Scott 3-31/+20
2005-11-02[XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c changeGravatar Eric Sandeen 1-0/+1
2005-11-02[XFS] Disable attr2 by default, until a more appropriate time to enableGravatar Nathan Scott 1-1/+9
2005-11-02[XFS] Prevent data corruption on extending truncate case from cxfs clientGravatar Eric Sandeen 1-1/+3
2005-11-02[XFS] Fix sparse warnings in ktrace.[ch]Gravatar Christoph Hellwig 2-2/+2
2005-11-02[XFS] silence gcc4 warnings. the directory ones are wrong because ofGravatar Christoph Hellwig 5-4/+20
2005-11-02[XFS] Remove unused type, xfs_gap_t.Gravatar Nathan Scott 1-18/+0
2005-11-02[XFS] endianess annotations and cleanup for the quota codeGravatar Christoph Hellwig 8-292/+271
2005-11-02[XFS] Show additional mount options in /proc/mounts, fix up some debugGravatar Nathan Scott 1-0/+4
2005-11-02[XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode.Gravatar Nathan Scott 2-11/+12
2005-11-02[XFS] Remove dead code in xfs_iomap_write_direct; save some stackGravatar Eric Sandeen 1-8/+4
2005-11-02[XFS] Update license/copyright notices to match the prefered SGIGravatar Nathan Scott 12-312/+132
2005-11-02[XFS] Update license/copyright notices to match the prefered SGIGravatar Nathan Scott 157-4056/+1762
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Gravatar Nathan Scott 93-3093/+1567
2005-11-02[XFS] remove unused struct xfs_ail_ticketGravatar Christoph Hellwig 1-13/+0
2005-11-02[XFS] Track external log/realtime device names for correct reporting inGravatar Nathan Scott 5-13/+29
2005-11-02[XFS] Improve buffered read throughput by removing unnecessary timer callsGravatar Nathan Scott 5-84/+140
2005-11-02[XFS] Remove a null CELL macro and its one caller, not useful to anyone.Gravatar Nathan Scott 2-6/+0
2005-11-02[XFS] Fix up an internal sort function name collision issue.Gravatar Nathan Scott 5-7/+7
2005-11-02[XFS] Make some extended attributes routines take const parameters, forGravatar Nathan Scott 5-18/+19