summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Fix a 32 bit value wraparound when providing a mapping for a largeNathan Scott2005-11-251-7/+6Star
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0Star
* [PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg2005-11-071-2/+2
* [XFS] Remove no-longer-used qsort source.Nathan Scott2005-11-041-4/+4
* [XFS] Cleanup cosmetic differences between source trees.Nathan Scott2005-11-032-9/+8Star
* [XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF.Nathan Scott2005-11-021-2/+3
* [XFS] Fix boundary conditions when issuing direct IOs from large userspaceNathan Scott2005-11-021-12/+16
* [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott2005-11-022-2/+2
* [XFS] Simplify pagebuf_rele Remove a conditional that can not be trueChristoph Hellwig2005-11-021-25/+4Star
* [XFS] Rework the dquot hash sizing heuristics.Nathan Scott2005-11-021-13/+1Star
* [XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c changeEric Sandeen2005-11-021-0/+1
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-0239-1051/+448Star
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-029-61/+45Star
* [XFS] Improve buffered read throughput by removing unnecessary timer callsNathan Scott2005-11-024-17/+140
* [XFS] Remove a null CELL macro and its one caller, not useful to anyone.Nathan Scott2005-11-021-4/+0Star
* [XFS] Fix up an internal sort function name collision issue.Nathan Scott2005-11-021-1/+1
* [XFS] Make some extended attributes routines take const parameters, forNathan Scott2005-11-021-5/+6
* [XFS] Introduce two new mount options (nolargeio/largeio) to allowDavid Chinner2005-11-022-1/+2
* [XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott2005-11-022-0/+15
* [XFS] only mark buffers done when all pages are uptodate in additionChristoph Hellwig2005-11-022-8/+8
* [XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig2005-11-024-4/+76
* [XFS] fix PBF_NONE handlingChristoph Hellwig2005-11-021-1/+2
* [XFS] remove unused pagebuf flagsChristoph Hellwig2005-11-022-33/+13Star
* [XFS] Make sure the threads and shaker in xfs_buf are de-initialized inChristoph Hellwig2005-11-021-62/+25Star
* [PATCH] mm: split page table lockHugh Dickins2005-10-301-3/+4
* [PATCH] gfp_t: fs/*Al Viro2005-10-284-25/+25
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-092-12/+11Star
* [PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-103-11/+10Star
* [XFS] Sort out some cosmetic differences between XFS trees.Nathan Scott2005-09-052-6/+15
* [XFS] Fix incorrect use of BMAPI_READ in unwritten extent handlingNathan Scott2005-09-051-1/+1
* [XFS] replace "extern inline" with "static inline" Patch from Adrian BunkChristoph Hellwig2005-09-051-1/+1
* [XFS] Switch kernel thread handling to the kthread_ APIChristoph Hellwig2005-09-054-46/+17Star
* [XFS] Fix racy access to pb_flags. pagebuf_rele() modified pb_flags afterDavid Chinner2005-09-052-18/+51
* [XFS] remove some dead code from pagebufChristoph Hellwig2005-09-052-37/+0Star
* [XFS] allow a null behaviour pointer in linvfs_clear_inodeChristoph Hellwig2005-09-051-3/+6
* [XFS] Manage spinlock differences between kernel versions a bit.Nathan Scott2005-09-051-0/+3
* [XFS] add handlers to fix xfs_flock_t alignment issues in compat ioctlsEric Sandeen2005-09-051-3/+62
* [XFS] Check if there is first behavior before calling VOP_RECLAIM fromFelix Blyakher2005-09-051-3/+5
* [XFS] streamline the clear_inode pathChristoph Hellwig2005-09-053-156/+25Star
* [XFS] Delay I/O completion for unwritten extents after conversionChristoph Hellwig2005-09-052-2/+26
* [XFS] Delay direct I/O completion to a workqueue This is nessecaryChristoph Hellwig2005-09-052-29/+48
* [XFS] Add in the new xfs_aops.h header file for I/O completion struct.Christoph Hellwig2005-09-051-0/+49
* [XFS] Add infrastructure for tracking I/O completionsChristoph Hellwig2005-09-024-85/+132
* [XFS] add infrastructure for waiting on I/O completion at inode reclaimChristoph Hellwig2005-09-023-14/+29
* [XFS] remove unessecary vnode flagsChristoph Hellwig2005-09-022-62/+1Star
* [XFS] Fix sparse warnings in kmem_* functions Patch from Victor FuscoChristoph Hellwig2005-09-022-22/+24
* [XFS] remove struct vnode::v_typeChristoph Hellwig2005-09-025-57/+42Star
* [XFS] Fix check for writeable file in xfs_ioc_space ioctl codeEric Sandeen2005-09-021-1/+1
* [XFS] Add a chunk of tracing code to diagnose truncate related issues.Nathan Scott2005-09-022-3/+15
* [XFS] Make metadata IO completion consistent with other IO completionNathan Scott2005-09-021-6/+11