summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* [XFS] remove unused struct xfs_ail_ticketChristoph Hellwig2005-11-021-13/+0
* [XFS] Track external log/realtime device names for correct reporting inNathan Scott2005-11-025-13/+29
* [XFS] Improve buffered read throughput by removing unnecessary timer callsNathan Scott2005-11-025-84/+140
* [XFS] Remove a null CELL macro and its one caller, not useful to anyone.Nathan Scott2005-11-022-6/+0
* [XFS] Fix up an internal sort function name collision issue.Nathan Scott2005-11-025-7/+7
* [XFS] Make some extended attributes routines take const parameters, forNathan Scott2005-11-025-18/+19
* [XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott2005-11-021-1/+1
* [XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott2005-11-021-1/+1
* [XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott2005-11-0213-114/+354
* [XFS] Move some code around to prepare for the upcoming extendedNathan Scott2005-11-024-99/+90
* [XFS] Introduce two new mount options (nolargeio/largeio) to allowDavid Chinner2005-11-026-35/+43
* [XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott2005-11-025-4/+23
* [XFS] Fix signedness issues in dquot ID handling, allowing uids/gids aboveNathan Scott2005-11-023-10/+4
* [XFS] Add a comment about the use of XFS_SIZE_TOKEN_WANT.Nathan Scott2005-11-021-1/+2
* [XFS] only mark buffers done when all pages are uptodate in additionChristoph Hellwig2005-11-022-8/+8
* [XFS] Stack footprint reduction for xfs_swapext (used from xfs_fsr)Eric Sandeen2005-11-021-31/+40
* [XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig2005-11-0212-59/+190
* [XFS] fix PBF_NONE handlingChristoph Hellwig2005-11-021-1/+2
* [XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig2005-11-027-11/+18
* [XFS] remove unused pagebuf flagsChristoph Hellwig2005-11-022-33/+13
* [XFS] Make sure the threads and shaker in xfs_buf are de-initialized inChristoph Hellwig2005-11-021-62/+25
* [PATCH] mm: split page table lockHugh Dickins2005-10-291-3/+4
* [PATCH] gfp_t: fs/*Al Viro2005-10-284-25/+25
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-082-12/+11
* [PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-103-11/+10
* [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar2005-09-091-1/+1
* [XFS] Revert recent quota Makefile change, not in a fit state for merging.Nathan Scott2005-09-091-2/+13
* [XFS] Fix modular XFS builds (Makefile botch).Nathan Scott2005-09-082-5/+5
* [XFS] Remove special Kconfig XFS menu, make XFS options "inline".Nathan Scott2005-09-081-24/+21
* [XFS] Cleanup some -Wundef flag warnings in the endian macros (thanksNathan Scott2005-09-086-30/+32
* [XFS] Sort out some cosmetic differences between XFS trees.Nathan Scott2005-09-058-161/+217
* [XFS] Fix incorrect use of BMAPI_READ in unwritten extent handlingNathan Scott2005-09-052-4/+3
* [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/+17
* [XFS] Fix racy access to pb_flags. pagebuf_rele() modified pb_flags afterDavid Chinner2005-09-052-18/+51
* [XFS] Retry linux inode cacech lookup if we found a stale inode. ThisChristoph Hellwig2005-09-051-12/+16
* [XFS] Fixes a bug in the quota code when allocating a new dquot recordTim Shimmin2005-09-053-7/+60
* [XFS] remove some dead code from pagebufChristoph Hellwig2005-09-052-37/+0
* [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] Need to be able to reset sb_qflags if not mounting with quotasTim Shimmin2005-09-056-76/+95
* [XFS] streamline the clear_inode pathChristoph Hellwig2005-09-053-156/+25
* [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-024-58/+32
* [XFS] remove unessecary vnode flagsChristoph Hellwig2005-09-023-73/+1
OpenPOWER on IntegriCloud