summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6
AgeCommit message (Expand)AuthorFilesLines
2012-10-21tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-0/+3
2012-02-03xfs: fix endian conversion issue in discard codeDave Chinner1-2/+2
2012-01-12xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang1-1/+1
2012-01-07xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig2-0/+39
2012-01-07xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig1-25/+5
2011-12-22xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig1-4/+4
2011-12-09xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig1-0/+11
2011-12-09xfs: validate acl countChristoph Hellwig1-0/+2
2011-11-26xfs: fix ->write_inode return valuesChristoph Hellwig1-25/+9
2011-11-26xfs: fix buffer flushing during unmountChristoph Hellwig1-1/+0
2011-11-26xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka1-1/+1
2011-11-26xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig1-3/+14
2011-11-26xfs: dont serialise direct IO reads on page cacheDave Chinner1-3/+14
2011-11-26xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig1-3/+11
2011-10-25xfs: revert to using a kthread for AIL pushingChristoph Hellwig2-12/+3
2011-10-25xfs: start periodic workers laterChristoph Hellwig1-21/+14
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig2-94/+31
2011-06-14xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro1-1/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+2
2011-05-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-2/+47
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han2-4/+5
2011-05-24xfs: add online discard supportChristoph Hellwig3-2/+47
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner2-0/+22
2011-05-19xfs: avoid getting stuck during async inode flushesDave Chinner1-0/+10
2011-05-19xfs: fix duplicate workqueue initialisationDave Chinner1-4/+0
2011-05-19xfs: kill off xfs_printk()Joe Perches2-23/+4
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner1-0/+1
2011-04-28xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGEChristoph Hellwig2-1/+3
2011-04-28xfs: fix compiler warning in xfs_trace.hChristoph Hellwig1-1/+1
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2-1/+1
2011-04-28xfs: exact busy extent trackingChristoph Hellwig1-68/+11
2011-04-28xfs: do not immediately reuse busy extent rangesChristoph Hellwig1-0/+33
2011-04-20xfs: fix duplicate message outputDave Chinner1-1/+3
2011-04-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-240/+194
2011-04-12xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony1-1/+1
2011-04-08xfs: use proper interfaces for on-stack pluggingChristoph Hellwig1-11/+9
2011-04-08xfs: fix xfs_debug warningsChristoph Hellwig2-29/+22
2011-04-08xfs: fix variable set but not used warningsChristoph Hellwig1-2/+0
2011-04-08xfs: push the AIL from memory reclaim and periodic syncDave Chinner1-1/+6
2011-04-08xfs: convert the xfsaild threads to a workqueueDave Chinner1-84/+43
2011-04-08xfs: introduce background inode reclaim workDave Chinner1-3/+66
2011-04-08xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner2-99/+35
2011-04-08xfs: introduce a xfssyncd workqueueDave Chinner3-58/+62
2011-03-31Fix common misspellingsLucas De Marchi5-6/+6
2011-03-31xfs: fix unreferenced var error in xfs_buf.cDave Chinner1-2/+0
2011-03-29Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-309/+151
2011-03-26xfs: stop using the page cache to back the buffer cacheDave Chinner2-297/+84
2011-03-26xfs: register the inode cache shrinker before quotachecksDave Chinner1-10/+24
2011-03-26xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2-4/+28
2011-03-26vmap: flush vmap aliases when mapping failsDave Chinner1-3/+11