aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2005-08-19[PATCH] Fix up symlink function pointersGravatar Al Viro 1-5/+5
2005-06-25[PATCH] Cleanup patch for process freezingGravatar Christoph Lameter 2-3/+3
2005-06-24[PATCH] pass iocb to dio_iodone_tGravatar Christoph Hellwig 1-1/+2
2005-06-21Merge rsync://oss.sgi.com/git/xfs-2.6Gravatar Linus Torvalds 73-1107/+957
2005-06-21[PATCH] smp_processor_id() cleanupGravatar Ingo Molnar 1-3/+3
2005-06-22[XFS] Handle inode semaphores properly for dmapi queuesGravatar Dean Roehrich 2-13/+20
2005-06-21[XFS] Remove some debugging code from quota syscalls.Gravatar Nathan Scott 1-3/+0
2005-06-21[XFS] Merge a few minor fixes to the quota warning code.Gravatar Nathan Scott 3-4/+32
2005-06-21[XFS] Merge fixes into realtime quota code, since one/two reported, stillGravatar Nathan Scott 8-141/+143
2005-06-21[XFS] Makes more sense to use the fsxattr interface instead of adding newGravatar Nathan Scott 3-30/+10
2005-06-21[XFS] (mostly) remove xfs_inval_cached_pages Since the last round ofGravatar Christoph Hellwig 4-32/+17
2005-06-21[XFS] simplify ASSERTGravatar Christoph Hellwig 2-7/+1
2005-06-21[XFS] consolidate extent item freeingGravatar Christoph Hellwig 3-103/+35
2005-06-21[XFS] quiesce the filesystem proper when freezingGravatar Christoph Hellwig 3-27/+40
2005-06-21[XFS] add XFS_INOBT_IS_FREE_DISKGravatar Christoph Hellwig 2-2/+11
2005-06-21[XFS] Fix up some warning fallout from functions made staticGravatar Eric Sandeen 2-2/+2
2005-06-21[XFS] Add support for project quota inheritance, a merge of Glens changes.Gravatar Nathan Scott 2-24/+37
2005-06-21[XFS] Add support for project quota, based on Dan Knappes earlier work.Gravatar Nathan Scott 18-203/+348
2005-06-21[XFS] remove xfs_incore_relseGravatar Christoph Hellwig 3-20/+0
2005-06-21[XFS] simplify XFS_PURGE_INODEGravatar Christoph Hellwig 1-7/+1
2005-06-21[XFS] rewrite xfs_iflush_allGravatar Christoph Hellwig 3-94/+25
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkGravatar Christoph Hellwig 39-143/+135
2005-06-21[XFS] Remove dead code. Patch from Adrian BunkGravatar Christoph Hellwig 10-214/+0
2005-06-21[XFS] Fix pagebuf slab initializationGravatar Christoph Hellwig 1-1/+1
2005-06-21[XFS] fix some more compiler warnings in the vnode tracing codeGravatar Christoph Hellwig 1-2/+2
2005-06-21[XFS] rename various pagebuf symbols to xfsbufGravatar Christoph Hellwig 1-66/+77
2005-06-21[XFS] coordinate mmap calls with xfs_dm_punch_holeGravatar Dean Roehrich 2-3/+28
2005-06-21[XFS] Add a get/set interface for XFS project identifiers.Gravatar Nathan Scott 5-2/+28
2005-05-27[XFS] remove an over-zealous WARN_ONGravatar Christoph Hellwig 1-1/+0
2005-05-06[XFS] Fix directory inodes ioctl compat code, minor code consistency cleanupsGravatar Nathan Scott 4-17/+28
2005-05-06[XFS] Fix a bug in xfs_iomap for extent handling of write casesGravatar Russell Cattelan 1-1/+3
2005-05-05[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Gravatar Nathan Scott 4-19/+19
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has co...Gravatar Nathan Scott 4-46/+56
2005-05-05[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesGravatar Nathan Scott 1-5/+3
2005-05-05[XFS] remove noisy printk at vnode trace allocationGravatar Eric Sandeen 1-1/+0
2005-05-05[XFS] stop background sync from waiting for in-use inodesGravatar Daniel Moore 1-1/+4
2005-05-05[XFS] Disable the combination of XFS direct IO and AIO until the IO completionGravatar Nathan Scott 2-2/+44
2005-05-05[XFS] Resolve an issue with xfsbufd not getting along with swsusp.Gravatar Nathan Scott 1-2/+9
2005-05-05[XFS] Fix up warningsGravatar Eric Sandeen 2-4/+4
2005-05-05[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Gravatar Nathan Scott 2-25/+48
2005-05-05[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is heldGravatar Dean Roehrich 2-2/+10
2005-05-05[XFS] Enable XFS_VNODE_TRACEGravatar Eric Sandeen 2-2/+3
2005-05-05[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...Gravatar Nathan Scott 6-7/+8
2005-05-05[XFS] Block mount attempts for filesystems with version 1 directories.Gravatar Nathan Scott 1-0/+9
2005-05-05[XFS] Move the XFS inode to the front of its hash list on a cache hitGravatar Nathan Scott 1-1/+50
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 172-0/+114893