summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2013-06-28xfs: Change xfs_dquot_acct to be a 2-dimensional arrayChandra Seetharaman2-23/+20
2013-06-28xfs: Code cleanup and removal of some typedef usageChandra Seetharaman7-126/+135
2013-06-28xfs: Replace macro XFS_DQ_TO_QIP with a functionChandra Seetharaman3-5/+17
2013-06-28xfs: Replace macro XFS_DQUOT_TREE with a functionChandra Seetharaman3-10/+20
2013-06-28xfs: Define a new function xfs_is_quota_inode()Chandra Seetharaman4-10/+12
2013-06-28xfs: implement inode change countDave Chinner2-0/+15
2013-06-27xfs: Use inode create transactionDave Chinner2-11/+33
2013-06-27xfs: Inode create item recoveryDave Chinner3-14/+145
2013-06-27xfs: Inode create transaction reservationsDave Chinner1-41/+77
2013-06-27xfs: Inode create log itemsDave Chinner6-2/+261
2013-06-27xfs: Introduce an ordered buffer itemDave Chinner5-31/+87
2013-06-27xfs: Introduce ordered log vector supportDave Chinner3-28/+71
2013-06-27xfs: xfs_ifree doesn't need to modify the inode bufferDave Chinner1-28/+4
2013-06-27xfs: don't do IO when creating an new inodeDave Chinner1-8/+28
2013-06-27xfs: don't use speculative prealloc for small filesDave Chinner1-0/+13
2013-06-27xfs: plug directory buffer readaheadDave Chinner1-0/+3
2013-06-27xfs: add pluging for bulkstat readaheadDave Chinner1-0/+3
2013-06-26xfs: Remove dead function prototype xfs_sync_inode_grab()Jie Liu1-1/+0
2013-06-26xfs: Remove the left function variable from xfs_ialloc_get_rec()Jie Liu1-4/+3
2013-06-20xfs: check on-disk (not incore) btree root size in dfrag.cEric Sandeen2-3/+7
2013-06-19xfs: Remove XFS_MOUNT_RETERRJie Liu3-36/+14
2013-06-19xfs: Remove two dead transaction log reservaion macrosJie Liu1-8/+3
2013-06-19xfs: return FIEMAP_EXTENT_UNKNOWN for delayed allocation extentJie Liu1-1/+2
2013-06-19xfs: fix the symbolic link assert in xfs_ifreeMark Tinguely4-15/+51
2013-06-17xfs: Remove struct xfs_chash from xfs_mountJeff Liu1-2/+0
2013-06-17xfs: Don't keep silent if sunit/swidth can not be changed via mountJie Liu1-0/+4
2013-06-17xfs: Remove redundant error variable from xfs_growfs_data_private()Jie Liu1-1/+1
2013-06-17xfs: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-13/+13
2013-06-14xfs: don't shutdown log recovery on validation errorsDave Chinner1-2/+17
2013-06-13xfs: ensure btree root split sets blkno correctlyDave Chinner1-0/+10
2013-06-13xfs: fix implicit padding in directory and attr CRC formatsDave Chinner2-2/+4
2013-06-05xfs: increase number of ACL entries for V5 superblocksDave Chinner2-20/+42
2013-06-05xfs: disable noattr2/attr2 mount options for CRC enabled filesystemsDave Chinner1-0/+11
2013-06-05xfs: inode unlinked list needs to recalculate the inode CRCDave Chinner2-0/+25
2013-06-05xfs: fix log recovery transaction item reorderingDave Chinner1-7/+58
2013-06-04xfs: fix remote attribute invalidation for a leafDave Chinner1-1/+1
2013-06-04xfs: rework dquot CRCsDave Chinner4-31/+58
2013-05-30xfs: fix dir3 freespace block corruptionDave Chinner2-7/+7
2013-05-30xfs: kill suid/sgid through the truncate path.Dave Chinner1-15/+32
2013-05-30xfs: add fsgeom flag for v5 superblock support.Dave Chinner2-1/+4
2013-05-30xfs: disable swap extents ioctl on CRC enabled filesystemsDave Chinner1-0/+8
2013-05-30xfs: fix split buffer vector log recovery supportDave Chinner2-6/+12
2013-05-30xfs: fix incorrect remote symlink block countDave Chinner1-14/+6
2013-05-30xfs: don't emit v5 superblock warnings on writeDave Chinner1-7/+11
2013-05-23xfs: rework remote attr CRCsDave Chinner4-158/+247
2013-05-23xfs: fully initialise temp leaf in xfs_attr3_leaf_compactDave Chinner1-16/+26
2013-05-23xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalanceDave Chinner1-3/+13
2013-05-23xfs: correctly map remote attr buffers during removalDave Chinner1-9/+18
2013-05-23xfs: remote attribute tail zeroing does too muchDave Chinner1-19/+18
2013-05-23xfs: remote attribute read too shortDave Chinner1-6/+9