summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2013-08-12xfs: split out EFI/EFD log item format definitionDave Chinner2-86/+85
2013-08-12xfs: split out buf log item format definitionsDave Chinner2-97/+100
2013-08-12xfs: split out inode log item format definitionDave Chinner7-183/+200
2013-08-12xfs: separate out log format definitionsDave Chinner4-208/+207
2013-07-30xfs: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-3/+3
2013-07-24xfs: di_flushiter considered harmfulDave Chinner3-11/+36
2013-07-22xfs: Start using pquotaino from the superblock.Chandra Seetharaman5-43/+158
2013-07-22xfs: Initialize all quota inodes to be NULLFSINOChandra Seetharaman1-0/+18
2013-07-22xfs: Fix a deadlock in xfs_log_commit_cil() code pathChandra Seetharaman1-1/+1
2013-07-22xfs: fix assertion failure in xfs_vm_write_failed()Jie Liu1-1/+14
2013-07-13Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds21-316/+435
2013-07-11xfs: Fix the logic check for all quotas being turned offChandra Seetharaman2-11/+2
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman14-124/+291
2013-07-10xfs: fix sgid inheritance for subdirectories inheriting default acls [V3]Carlos Maiolino1-10/+10
2013-07-09xfs: dquot log reservations are too smallDave Chinner2-9/+25
2013-07-09xfs: remove local fork format handling from xfs_bmapi_write()Dave Chinner4-124/+98
2013-07-09xfs: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-07-09xfs: clean up unused codes at xfs_bulkstat()Jie Liu1-27/+1
2013-07-09Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds43-477/+1180
2013-07-09xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJEric Sandeen2-10/+7
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-4/+2
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-11/+18
2013-06-29[readdir] convert xfsAl Viro7-61/+44
2013-06-28xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDChandra Seetharaman7-53/+123
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