summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner2011-06-241-0/+7
* xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner2011-06-241-2/+5
* xfs: reset inode per-lifetime state when recycling itDave Chinner2011-06-242-4/+19
* xfs: make log devices with write back caches workChristoph Hellwig2011-06-163-95/+41Star
* xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro2011-06-141-1/+1
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+2
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-05-2614-318/+360
|\
| * xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig2011-05-251-0/+2
| * xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig2011-05-251-2/+6
| * xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig2011-05-251-4/+1Star
| * xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig2011-05-251-3/+6
| * xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig2011-05-251-8/+8
| * xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig2011-05-251-4/+5
| * xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig2011-05-251-8/+6Star
| * xfs: remove if_lastexChristoph Hellwig2011-05-253-223/+203Star
| * xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig2011-05-252-63/+33Star
| * xfs: do not discard alloc btree blocksChristoph Hellwig2011-05-244-5/+10
| * xfs: add online discard supportChristoph Hellwig2011-05-249-8/+90
* | vmscan: change shrinker API by passing shrink_control structYing Han2011-05-253-7/+8
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-05-2425-417/+721
|\|
| * xfs: obey minleft values during extent allocation correctlyDave Chinner2011-05-191-1/+0Star
| * xfs: reset buffer pointers before freeing themDave Chinner2011-05-194-38/+67
| * xfs: avoid getting stuck during async inode flushesDave Chinner2011-05-191-0/+10
| * xfs: fix xfs_itruncate_start tracingDave Chinner2011-05-191-1/+1
| * xfs: fix duplicate workqueue initialisationDave Chinner2011-05-191-4/+0Star
| * xfs: kill off xfs_printk()Joe Perches2011-05-192-23/+4Star
| * xfs: fix race condition in AIL push triggerDave Chinner2011-05-091-6/+10
| * xfs: make AIL target updates and compares 32bit safe.Dave Chinner2011-05-091-3/+4
| * xfs: always push the AIL to the targetDave Chinner2011-05-091-1/+1
| * xfs: exit AIL push work correctly when AIL is emptyDave Chinner2011-05-091-13/+13
| * xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner2011-05-091-0/+1
| * xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGEChristoph Hellwig2011-04-282-1/+3
| * xfs: fix compiler warning in xfs_trace.hChristoph Hellwig2011-04-281-1/+1
| * xfs: cleanup duplicate initializationsDavid Sterba2011-04-283-8/+3Star
| * xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2011-04-286-19/+61
| * xfs: exact busy extent trackingChristoph Hellwig2011-04-289-248/+237Star
| * xfs: do not immediately reuse busy extent rangesChristoph Hellwig2011-04-282-79/+361
| * xfs: optimize AGFL refillsChristoph Hellwig2011-04-282-27/+6Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\ \
| * | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
| |/
* | xfs: fix race condition in AIL push triggerDave Chinner2011-05-101-6/+10
* | xfs: make AIL target updates and compares 32bit safe.Dave Chinner2011-05-101-3/+4
* | xfs: always push the AIL to the targetDave Chinner2011-05-101-1/+1
* | xfs: exit AIL push work correctly when AIL is emptyDave Chinner2011-05-101-13/+13
* | xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner2011-05-101-0/+1
|/
* xfs: fix duplicate message outputDave Chinner2011-04-201-1/+3
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-1217-507/+531
|\
| * xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony2011-04-121-1/+1
| * xfs: use proper interfaces for on-stack pluggingChristoph Hellwig2011-04-081-11/+9Star
| * xfs: fix xfs_debug warningsChristoph Hellwig2011-04-082-29/+22Star