aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-211-0/+3
* xfs: fix endian conversion issue in discard codeDave Chinner2012-02-031-2/+2
* xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang2012-01-121-1/+1
* xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig2012-01-062-0/+39
* xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig2012-01-061-25/+5
* xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig2011-12-211-4/+4
* xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-12-091-0/+11
* xfs: validate acl countChristoph Hellwig2011-12-091-0/+2
* xfs: fix ->write_inode return valuesChristoph Hellwig2011-11-261-25/+9
* xfs: fix buffer flushing during unmountChristoph Hellwig2011-11-261-1/+0
* xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka2011-11-261-1/+1
* xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig2011-11-261-3/+14
* xfs: dont serialise direct IO reads on page cacheDave Chinner2011-11-261-3/+14
* xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig2011-11-261-3/+11
* xfs: revert to using a kthread for AIL pushingChristoph Hellwig2011-10-252-12/+3
* xfs: start periodic workers laterChristoph Hellwig2011-10-251-21/+14
* xfs: make log devices with write back caches workChristoph Hellwig2011-06-162-94/+31
* 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-263-2/+47
|\
| * xfs: add online discard supportChristoph Hellwig2011-05-243-2/+47
* | vmscan: change shrinker API by passing shrink_control structYing Han2011-05-252-4/+5
|/
* xfs: reset buffer pointers before freeing themDave Chinner2011-05-192-0/+22
* xfs: avoid getting stuck during async inode flushesDave Chinner2011-05-191-0/+10
* xfs: fix duplicate workqueue initialisationDave Chinner2011-05-191-4/+0
* xfs: kill off xfs_printk()Joe Perches2011-05-192-23/+4
* 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: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2011-04-282-1/+1
* xfs: exact busy extent trackingChristoph Hellwig2011-04-281-68/+11
* xfs: do not immediately reuse busy extent rangesChristoph Hellwig2011-04-281-0/+33
* xfs: fix duplicate message outputDave Chinner2011-04-201-1/+3
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-116-240/+194
|\
| * xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony2011-04-111-1/+1
| * xfs: use proper interfaces for on-stack pluggingChristoph Hellwig2011-04-081-11/+9
| * xfs: fix xfs_debug warningsChristoph Hellwig2011-04-082-29/+22
| * xfs: fix variable set but not used warningsChristoph Hellwig2011-04-081-2/+0
| * xfs: push the AIL from memory reclaim and periodic syncDave Chinner2011-04-081-1/+6
| * xfs: convert the xfsaild threads to a workqueueDave Chinner2011-04-081-84/+43
| * xfs: introduce background inode reclaim workDave Chinner2011-04-081-3/+66
| * xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner2011-04-082-99/+35
| * xfs: introduce a xfssyncd workqueueDave Chinner2011-04-083-58/+62
| * xfs: fix unreferenced var error in xfs_buf.cDave Chinner2011-03-301-2/+0
* | Fix common misspellingsLucas De Marchi2011-03-315-6/+6
|/
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-286-309/+151
|\
| * xfs: stop using the page cache to back the buffer cacheDave Chinner2011-03-262-297/+84
| * xfs: register the inode cache shrinker before quotachecksDave Chinner2011-03-261-10/+24
| * xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-262-4/+28
| * vmap: flush vmap aliases when mapping failsDave Chinner2011-03-261-3/+11