aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-9/+8
2011-07-20fs: move inode_dio_done to the end_io handlerGravatar Christoph Hellwig 1-0/+3
2011-07-20xfs: make use of new shrinker callout for the inode cacheGravatar Dave Chinner 3-56/+46
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Gravatar Al Viro 2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Gravatar Al Viro 1-1/+1
2011-07-06xfs: unpin stale inodes directly in IOP_COMMITTEDGravatar Dave Chinner 2-8/+10
2011-06-23xfs: prevent bogus assert when trying to remove non-existent attributeGravatar Dave Chinner 1-0/+7
2011-06-23xfs: clear XFS_IDIRTY_RELEASE on truncate downGravatar Dave Chinner 1-2/+5
2011-06-23xfs: reset inode per-lifetime state when recycling itGravatar Dave Chinner 2-4/+19
2011-06-16xfs: make log devices with write back caches workGravatar Christoph Hellwig 3-95/+41
2011-06-14xfs: fix ->mknod() return value on xfs_get_acl() failureGravatar Al Viro 1-1/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeGravatar Christoph Hellwig 1-1/+2
2011-05-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 14-318/+360
2011-05-25xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentGravatar Christoph Hellwig 1-0/+2
2011-05-25xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecGravatar Christoph Hellwig 1-2/+6
2011-05-25xfs: fix up asserts in xfs_iflush_forkGravatar Christoph Hellwig 1-4/+1
2011-05-25xfs: do not do pointer arithmetic on extent recordsGravatar Christoph Hellwig 1-3/+6
2011-05-25xfs: do not use unchecked extent indices in xfs_bunmapiGravatar Christoph Hellwig 1-8/+8
2011-05-25xfs: do not use unchecked extent indices in xfs_bmapiGravatar Christoph Hellwig 1-4/+5
2011-05-25xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Gravatar Christoph Hellwig 1-8/+6
2011-05-25xfs: remove if_lastexGravatar Christoph Hellwig 3-223/+203
2011-05-25xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagGravatar Christoph Hellwig 2-63/+33
2011-05-25vmscan: change shrinker API by passing shrink_control structGravatar Ying Han 3-7/+8
2011-05-24xfs: do not discard alloc btree blocksGravatar Christoph Hellwig 4-5/+10
2011-05-24xfs: add online discard supportGravatar Christoph Hellwig 9-8/+90
2011-05-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 25-417/+721
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-05-19xfs: obey minleft values during extent allocation correctlyGravatar Dave Chinner 1-1/+0
2011-05-19xfs: reset buffer pointers before freeing themGravatar Dave Chinner 4-38/+67
2011-05-19xfs: avoid getting stuck during async inode flushesGravatar Dave Chinner 1-0/+10
2011-05-19xfs: fix xfs_itruncate_start tracingGravatar Dave Chinner 1-1/+1
2011-05-19xfs: fix duplicate workqueue initialisationGravatar Dave Chinner 1-4/+0
2011-05-19xfs: kill off xfs_printk()Gravatar Joe Perches 2-23/+4
2011-05-10treewide: fix a few typos in commentsGravatar Justin P. Mattock 1-1/+1
2011-05-09xfs: fix race condition in AIL push triggerGravatar Dave Chinner 1-6/+10
2011-05-09xfs: make AIL target updates and compares 32bit safe.Gravatar Dave Chinner 1-3/+4
2011-05-09xfs: always push the AIL to the targetGravatar Dave Chinner 1-1/+1
2011-05-09xfs: exit AIL push work correctly when AIL is emptyGravatar Dave Chinner 1-13/+13
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGGravatar Dave Chinner 1-0/+1
2011-05-09xfs: fix race condition in AIL push triggerGravatar Dave Chinner 1-6/+10
2011-05-09xfs: make AIL target updates and compares 32bit safe.Gravatar Dave Chinner 1-3/+4
2011-05-09xfs: always push the AIL to the targetGravatar Dave Chinner 1-1/+1
2011-05-09xfs: exit AIL push work correctly when AIL is emptyGravatar Dave Chinner 1-13/+13
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGGravatar Dave Chinner 1-0/+1
2011-04-28xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGEGravatar Christoph Hellwig 2-1/+3
2011-04-28xfs: fix compiler warning in xfs_trace.hGravatar Christoph Hellwig 1-1/+1
2011-04-28xfs: cleanup duplicate initializationsGravatar David Sterba 3-8/+3
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyGravatar Christoph Hellwig 6-19/+61
2011-04-28xfs: exact busy extent trackingGravatar Christoph Hellwig 9-248/+237
2011-04-28xfs: do not immediately reuse busy extent rangesGravatar Christoph Hellwig 2-79/+361