summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2012-11-17xfs: fix reading of wrapped log dataDave Chinner1-1/+1
2012-10-21tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-0/+3
2012-04-02xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara1-22/+11
2012-04-02xfs: fix inode lookup raceDave Chinner1-6/+12
2012-02-03xfs: fix endian conversion issue in discard codeDave Chinner1-2/+2
2012-02-03xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2012-01-12xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang1-1/+1
2012-01-06xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig2-0/+39
2012-01-06xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig1-25/+5
2011-12-21xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig3-28/+4
2011-12-21xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig1-4/+4
2011-12-09xfs: fix attr2 vs large data fork assertChristoph Hellwig1-25/+39
2011-12-09xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig3-0/+33
2011-12-09xfs: validate acl countChristoph Hellwig1-0/+2
2011-11-26xfs: fix ->write_inode return valuesChristoph Hellwig1-25/+9
2011-11-26xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka1-1/+2
2011-11-26xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino1-4/+10
2011-11-26xfs: fix buffer flushing during unmountChristoph Hellwig2-20/+10
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-11-26xfs: fix error handling for synchronous writesChristoph Hellwig1-1/+0
2011-10-25xfs: revert to using a kthread for AIL pushingChristoph Hellwig4-51/+45
2011-10-25xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig5-10/+24
2011-10-25xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig1-1/+0
2011-10-25xfs: use a cursor for bulk AIL insertionDave Chinner3-28/+118
2011-10-25xfs: start periodic workers laterChristoph Hellwig1-21/+14
2011-07-06xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner2-8/+10
2011-06-23xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner1-0/+7
2011-06-23xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner1-2/+5
2011-06-23xfs: reset inode per-lifetime state when recycling itDave Chinner2-4/+19
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig3-95/+41
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 Torvalds14-318/+360
2011-05-25xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig1-0/+2
2011-05-25xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig1-2/+6
2011-05-25xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig1-4/+1
2011-05-25xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig1-3/+6
2011-05-25xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig1-8/+8
2011-05-25xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig1-4/+5
2011-05-25xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig1-8/+6
2011-05-25xfs: remove if_lastexChristoph Hellwig3-223/+203
2011-05-25xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig2-63/+33
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han3-7/+8
2011-05-24xfs: do not discard alloc btree blocksChristoph Hellwig4-5/+10
2011-05-24xfs: add online discard supportChristoph Hellwig9-8/+90
2011-05-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds25-417/+721
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1