- 61c1e68 [XFS] remove unused struct xfs_ail_ticket by Christoph Hellwig · 19 years ago
- fc1f8c1 [XFS] Track external log/realtime device names for correct reporting in by Nathan Scott · 19 years ago
- 4aeb664 [XFS] Improve buffered read throughput by removing unnecessary timer calls by Nathan Scott · 19 years ago
- 0fdfb37 [XFS] Remove a null CELL macro and its one caller, not useful to anyone. by Nathan Scott · 19 years ago
- 380b5dc [XFS] Fix up an internal sort function name collision issue. by Nathan Scott · 19 years ago
- 80cce77 [XFS] Make some extended attributes routines take const parameters, for by Nathan Scott · 19 years ago
- f74dee4 [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
- af4e34a [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
- d8cc890 [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
- aa82daa [XFS] Move some code around to prepare for the upcoming extended by Nathan Scott · 19 years ago
- e8c8b3a [XFS] Introduce two new mount options (nolargeio/largeio) to allow by David Chinner · 19 years ago
- ee34807 [XFS] Provide a mechiansm for flushing delalloc before quota reporting. by Nathan Scott · 19 years ago
- c310ab6 [XFS] Fix signedness issues in dquot ID handling, allowing uids/gids above by Nathan Scott · 19 years ago
- 30dab21 [XFS] Add a comment about the use of XFS_SIZE_TOKEN_WANT. by Nathan Scott · 19 years ago
- c86e711 [XFS] only mark buffers done when all pages are uptodate in addition by Christoph Hellwig · 19 years ago
- d0cfb37 [XFS] Stack footprint reduction for xfs_swapext (used from xfs_fsr) by Eric Sandeen · 19 years ago
- f538d4d [XFS] write barrier support Issue all log sync operations as ordered by Christoph Hellwig · 19 years ago
- 739cafd [XFS] fix PBF_NONE handling by Christoph Hellwig · 19 years ago
- da1650a [XFS] Add format checking to cmn_err and icmn_err by Christoph Hellwig · 19 years ago
- 88741a9 [XFS] remove unused pagebuf flags by Christoph Hellwig · 19 years ago
- 04d8b28 [XFS] Make sure the threads and shaker in xfs_buf are de-initialized in by Christoph Hellwig · 19 years ago
- 4c21e2f [PATCH] mm: split page table lock by Hugh Dickins · 19 years ago
- 27496a8 [PATCH] gfp_t: fs/* by Al Viro · 19 years ago
- dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
- 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
- a9f6a0d [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions by Ingo Molnar · 19 years ago
- c9fc0d6 [XFS] Revert recent quota Makefile change, not in a fit state for merging. by Nathan Scott · 19 years ago
- eccdfcd [XFS] Fix modular XFS builds (Makefile botch). by Nathan Scott · 19 years ago
- 20ba028 [XFS] Remove special Kconfig XFS menu, make XFS options "inline". by Nathan Scott · 19 years ago
- f016bad [XFS] Cleanup some -Wundef flag warnings in the endian macros (thanks by Nathan Scott · 19 years ago
- cde410a [XFS] Sort out some cosmetic differences between XFS trees. by Nathan Scott · 19 years ago
- c31e887 [XFS] Fix incorrect use of BMAPI_READ in unwritten extent handling by Nathan Scott · 19 years ago
- a3c476d [XFS] replace "extern inline" with "static inline" Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
- 4df08c5 [XFS] Switch kernel thread handling to the kthread_ API by Christoph Hellwig · 19 years ago
- 2f92658 [XFS] Fix racy access to pb_flags. pagebuf_rele() modified pb_flags after by David Chinner · 19 years ago
- ba403ab [XFS] Retry linux inode cacech lookup if we found a stale inode. This by Christoph Hellwig · 19 years ago
- efa092f [XFS] Fixes a bug in the quota code when allocating a new dquot record by Tim Shimmin · 19 years ago
- 0f9fffb [XFS] remove some dead code from pagebuf by Christoph Hellwig · 19 years ago
- 02ba71d [XFS] allow a null behaviour pointer in linvfs_clear_inode by Christoph Hellwig · 19 years ago
- 53937c5 [XFS] Manage spinlock differences between kernel versions a bit. by Nathan Scott · 19 years ago
- 526c420 [XFS] add handlers to fix xfs_flock_t alignment issues in compat ioctls by Eric Sandeen · 19 years ago
- 0c147f9 [XFS] Check if there is first behavior before calling VOP_RECLAIM from by Felix Blyakher · 19 years ago
- 4cd4a03 [XFS] Need to be able to reset sb_qflags if not mounting with quotas by Tim Shimmin · 19 years ago
- 56d433e [XFS] streamline the clear_inode path by Christoph Hellwig · 19 years ago
- c1a073b [XFS] Delay I/O completion for unwritten extents after conversion by Christoph Hellwig · 19 years ago
- f097386 [XFS] Delay direct I/O completion to a workqueue This is nessecary by Christoph Hellwig · 19 years ago
- 65b3da3 [XFS] Add in the new xfs_aops.h header file for I/O completion struct. by Christoph Hellwig · 19 years ago
- 0829c36 [XFS] Add infrastructure for tracking I/O completions by Christoph Hellwig · 19 years ago
- 51c91ed [XFS] add infrastructure for waiting on I/O completion at inode reclaim time by Christoph Hellwig · 19 years ago
- 592cb26 [XFS] remove unessecary vnode flags by Christoph Hellwig · 19 years ago
- 760dea6 [XFS] Fix sparse warnings in kmem_* functions Patch from Victor Fusco by Christoph Hellwig · 19 years ago
- 6f948fb [XFS] Need to unlock the AIL before calling xfs_force_shutdown() because by Tim Shimmin · 19 years ago
- 0432dab [XFS] remove struct vnode::v_type by Christoph Hellwig · 19 years ago
- 155ffd0 [XFS] Remove extraneous quotacheck diagnostics. by Nathan Scott · 19 years ago
- e69a333 [XFS] Add in grpid/nogrpid mount option parsing, actual code was always there.. by Nathan Scott · 19 years ago
- 7e9c639 [XFS] 929956 add log debugging and tracing info by Tim Shimmin · 19 years ago
- 32fb9b5 [XFS] Fix up the calculation of the reservation overhead to hopefully by Tim Shimmin · 19 years ago
- d52b44d [XFS] Fix regression in transaction reserved-block accounting for direct writes. by Nathan Scott · 19 years ago
- ad4a8ac [XFS] Fix check for writeable file in xfs_ioc_space ioctl code by Eric Sandeen · 19 years ago
- 3bdbfb1 [XFS] Prevent the incore superblock sb_fdblocks count from leaking when we by David Chinner · 19 years ago
- bcec2b7 [XFS] Add a chunk of tracing code to diagnose truncate related issues. by Nathan Scott · 19 years ago
- eedb553 [XFS] Make metadata IO completion consistent with other IO completion handlers. by Nathan Scott · 19 years ago
- cdb6268 [XFS] replace vn_get usage by ihold by Christoph Hellwig · 19 years ago
- bb3f724 [XFS] send dmapi events from nopage for mmapped files by Dean Roehrich · 19 years ago
- 536388b [XFS] upate copyrights by Dean Roehrich · 19 years ago
- 616b1c7 [XFS] Update copyrights by Dean Roehrich · 19 years ago
- 008b150 [PATCH] Fix up symlink function pointers by Al Viro · 19 years ago
- 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
- 92198f7 [PATCH] pass iocb to dio_iodone_t by Christoph Hellwig · 20 years ago
- 2a5a68b Merge rsync://oss.sgi.com/git/xfs-2.6 by Linus Torvalds · 20 years ago
- 39c715b [PATCH] smp_processor_id() cleanup by Ingo Molnar · 20 years ago
- e1a40fa [XFS] Handle inode semaphores properly for dmapi queues by Dean Roehrich · 20 years ago
- ad89d02 [XFS] Remove some debugging code from quota syscalls. by Nathan Scott · 20 years ago
- 754002b [XFS] Merge a few minor fixes to the quota warning code. by Nathan Scott · 20 years ago
- 06d10dd [XFS] Merge fixes into realtime quota code, since one/two reported, still by Nathan Scott · 20 years ago
- 77bc5be [XFS] Makes more sense to use the fsxattr interface instead of adding new by Nathan Scott · 20 years ago
- bd5a876 [XFS] (mostly) remove xfs_inval_cached_pages Since the last round of by Christoph Hellwig · 20 years ago
- d130c14 [XFS] simplify ASSERT by Christoph Hellwig · 20 years ago
- 7d795ca [XFS] consolidate extent item freeing by Christoph Hellwig · 20 years ago
- f898d6c [XFS] quiesce the filesystem proper when freezing by Christoph Hellwig · 20 years ago
- 48fab6b [XFS] add XFS_INOBT_IS_FREE_DISK by Christoph Hellwig · 20 years ago
- 6add2c4 [XFS] Fix up some warning fallout from functions made static by Eric Sandeen · 20 years ago
- 365ca83 [XFS] Add support for project quota inheritance, a merge of Glens changes. by Nathan Scott · 20 years ago
- c8ad20f [XFS] Add support for project quota, based on Dan Knappes earlier work. by Nathan Scott · 20 years ago
- 8401e96 [XFS] remove xfs_incore_relse by Christoph Hellwig · 20 years ago
- 66f58d2 [XFS] simplify XFS_PURGE_INODE by Christoph Hellwig · 20 years ago
- efa8027 [XFS] rewrite xfs_iflush_all by Christoph Hellwig · 20 years ago
- ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 20 years ago
- 4372d6e [XFS] Remove dead code. Patch from Adrian Bunk by Christoph Hellwig · 20 years ago
- cf9937c [XFS] Fix pagebuf slab initialization by Christoph Hellwig · 20 years ago
- 02de1f0 [XFS] fix some more compiler warnings in the vnode tracing code by Christoph Hellwig · 20 years ago
- 23ea403 [XFS] rename various pagebuf symbols to xfsbuf by Christoph Hellwig · 20 years ago
- 6fac0cb [XFS] coordinate mmap calls with xfs_dm_punch_hole by Dean Roehrich · 20 years ago
- b74e215 [XFS] Add a get/set interface for XFS project identifiers. by Nathan Scott · 20 years ago
- 66f5507 [XFS] remove an over-zealous WARN_ON by Christoph Hellwig · 20 years ago
- d387039 [XFS] Fix directory inodes ioctl compat code, minor code consistency cleanups by Nathan Scott · 20 years ago
- 68d1498 [XFS] Fix a bug in xfs_iomap for extent handling of write cases by Russell Cattelan · 20 years ago
- f403b7f [XFS] Cleanup use of loff_t vs xfs_off_t in the core code. by Nathan Scott · 20 years ago
- 24e17b5 [XFS] Use the right offset when ensuring a delayed allocate conversion has covered the offset originally requested. Can cause data corruption when multiple processes are performing writeout on different areas of the same file. Quite difficult to hit though. by Nathan Scott · 20 years ago
- 775bf6c [XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimes by Nathan Scott · 20 years ago