| Commit message (Expand) | Author | Age | Files | Lines |
* | [XFS] Resolve the xlog_grant_log_space hang, revert inline to macro. | Nathan Scott | 2005-11-25 | 1 | -24/+12 |
* | [XFS] Fix a case where attr2 format was being used unconditionally. | Nathan Scott | 2005-11-25 | 1 | -3/+8 |
* | [XFS] Tight loop in xfs_finish_reclaim_all prevented the xfslogd to run | Felix Blyakher | 2005-11-25 | 1 | -2/+3 |
* | [XFS] Fix a 32 bit value wraparound when providing a mapping for a large | Nathan Scott | 2005-11-25 | 1 | -7/+6 |
* | [XFS] handle error returns from freeze_bdev | Christoph Hellwig | 2005-11-25 | 1 | -1/+1 |
* | [XFS] Fix potential overflow in xfs_iomap_t delta for very large extents | Eric Sandeen | 2005-11-25 | 1 | -1/+1 |
* | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 2005-11-09 | 3 | -8/+1 |
* | [PATCH] mm: rename kmem_cache_s to kmem_cache | Pekka J Enberg | 2005-11-07 | 1 | -2/+2 |
* | [XFS] Remove no-longer-used qsort source. | Nathan Scott | 2005-11-04 | 3 | -182/+4 |
* | [XFS] Fix an inode32 regression - if no options are presented, must still | Nathan Scott | 2005-11-04 | 1 | -2/+2 |
* | [XFS] Remove several no-longer-used files. | Nathan Scott | 2005-11-03 | 4 | -2300/+0 |
* | [XFS] Cleanup cosmetic differences between source trees. | Nathan Scott | 2005-11-03 | 4 | -35/+19 |
* | [XFS] fix XFS quota for modular XFS builds | Nathan Scott | 2005-11-03 | 1 | -1/+1 |
* | [XFS] Fixed the inconsistency between attribute b-tree intermidiate node | Yingping Lu | 2005-11-03 | 1 | -1/+2 |
* | [XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF. | Nathan Scott | 2005-11-02 | 1 | -2/+3 |
* | [XFS] Fix calculation of reserved AGs for inodes in 32-bit inode mode | Eric Sandeen | 2005-11-02 | 1 | -1/+1 |
* | [XFS] Fix boundary conditions when issuing direct IOs from large userspace | Nathan Scott | 2005-11-02 | 1 | -12/+16 |
* | [XFS] Remove an unhelpful ifdef, the comment above the routine explains | Nathan Scott | 2005-11-02 | 1 | -13/+1 |
* | [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it. | Nathan Scott | 2005-11-02 | 4 | -168/+39 |
* | [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS. | Nathan Scott | 2005-11-02 | 6 | -12/+19 |
* | [XFS] Endianess annotations for various allocator data structures | Christoph Hellwig | 2005-11-02 | 16 | -811/+794 |
* | [XFS] remove unused code from xfs_iomap_write_direct | Eric Sandeen | 2005-11-02 | 1 | -8/+0 |
* | [XFS] fix old xfs_setattr mis-merge from irix; mostly harmless esp if not | Eric Sandeen | 2005-11-02 | 1 | -3/+3 |
* | [XFS] Fixing size report discrepancy between ls and du caused by xfs_fsr | Yingping Lu | 2005-11-02 | 1 | -1/+23 |
* | [XFS] Fixed a bug in reporting extent list for attribute fork running | Yingping Lu | 2005-11-02 | 1 | -6/+7 |
* | [XFS] Simplify pagebuf_rele Remove a conditional that can not be true | Christoph Hellwig | 2005-11-02 | 1 | -25/+4 |
* | [XFS] Rework the final mount options flag bit to make room for more. | Nathan Scott | 2005-11-02 | 3 | -33/+42 |
* | [XFS] Rework the dquot hash sizing heuristics. | Nathan Scott | 2005-11-02 | 3 | -31/+20 |
* | [XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c change | Eric Sandeen | 2005-11-02 | 1 | -0/+1 |
* | [XFS] Disable attr2 by default, until a more appropriate time to enable | Nathan Scott | 2005-11-02 | 1 | -1/+9 |
* | [XFS] Prevent data corruption on extending truncate case from cxfs client | Eric Sandeen | 2005-11-02 | 1 | -1/+3 |
* | [XFS] Fix sparse warnings in ktrace.[ch] | Christoph Hellwig | 2005-11-02 | 2 | -2/+2 |
* | [XFS] silence gcc4 warnings. the directory ones are wrong because of | Christoph Hellwig | 2005-11-02 | 5 | -4/+20 |
* | [XFS] Remove unused type, xfs_gap_t. | Nathan Scott | 2005-11-02 | 1 | -18/+0 |
* | [XFS] endianess annotations and cleanup for the quota code | Christoph Hellwig | 2005-11-02 | 8 | -292/+271 |
* | [XFS] Show additional mount options in /proc/mounts, fix up some debug | Nathan Scott | 2005-11-02 | 1 | -0/+4 |
* | [XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode. | Nathan Scott | 2005-11-02 | 2 | -11/+12 |
* | [XFS] Remove dead code in xfs_iomap_write_direct; save some stack | Eric Sandeen | 2005-11-02 | 1 | -8/+4 |
* | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 2005-11-02 | 12 | -312/+132 |
* | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 2005-11-02 | 157 | -4056/+1762 |
* | [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. | Nathan Scott | 2005-11-02 | 93 | -3093/+1567 |
* | [XFS] remove unused struct xfs_ail_ticket | Christoph Hellwig | 2005-11-02 | 1 | -13/+0 |
* | [XFS] Track external log/realtime device names for correct reporting in | Nathan Scott | 2005-11-02 | 5 | -13/+29 |
* | [XFS] Improve buffered read throughput by removing unnecessary timer calls | Nathan Scott | 2005-11-02 | 5 | -84/+140 |
* | [XFS] Remove a null CELL macro and its one caller, not useful to anyone. | Nathan Scott | 2005-11-02 | 2 | -6/+0 |
* | [XFS] Fix up an internal sort function name collision issue. | Nathan Scott | 2005-11-02 | 5 | -7/+7 |
* | [XFS] Make some extended attributes routines take const parameters, for | Nathan Scott | 2005-11-02 | 5 | -18/+19 |
* | [XFS] Ondisk format extension for extended attributes (attr2). Basically, | Nathan Scott | 2005-11-02 | 1 | -1/+1 |
* | [XFS] Ondisk format extension for extended attributes (attr2). Basically, | Nathan Scott | 2005-11-02 | 1 | -1/+1 |
* | [XFS] Ondisk format extension for extended attributes (attr2). Basically, | Nathan Scott | 2005-11-02 | 13 | -114/+354 |