summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2014-01-24xfs: allow logical-sector sized O_DIRECTEric Sandeen-3/+26
2014-01-24xfs: rename xfs_buftarg structure membersEric Sandeen-9/+9
2014-01-24xfs: clean up xfs_buftargEric Sandeen-6/+4
2014-01-09Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers-69/+84
2014-01-09Merge branch 'xfs-misc' into for-nextBen Myers-1/+2
2014-01-09xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu-0/+1
2014-01-06xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu-1/+1
2013-12-18xfs: assert that we hold the ilock for extent map accessChristoph Hellwig-0/+6
2013-12-18xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_intChristoph Hellwig-5/+3
2013-12-18xfs: use xfs_ilock_attr_map_shared in xfs_attr_getChristoph Hellwig-2/+3
2013-12-18xfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterateChristoph Hellwig-2/+4
2013-12-18xfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobpChristoph Hellwig-3/+4
2013-12-18xfs: take the ilock around xfs_bmapi_read in xfs_zero_remaining_bytesChristoph Hellwig-0/+6
2013-12-18xfs: reinstate the ilock in xfs_readdirBen Myers-0/+4
2013-12-18xfs: add xfs_ilock_attr_map_sharedChristoph Hellwig-21/+41
2013-12-18xfs: rename xfs_ilock_map_sharedChristoph Hellwig-17/+12
2013-12-18xfs: remove xfs_iunlock_map_sharedChristoph Hellwig-19/+5
2013-12-18xfs: no need to lock the inode in xfs_find_handleChristoph Hellwig-4/+0
2013-12-18Merge branch 'xfs-for-linus-v3.13-rc5' into for-nextBen Myers-40/+92
2013-12-17xfs: abort metadata writeback on permanent errorsDave Chinner-5/+32
2013-12-17xfs: swalloc doesn't align allocations properlyDave Chinner-6/+17
2013-12-17xfs: remove xfsbdstrat errorChristoph Hellwig-29/+43
2013-12-17xfs: align initial file allocations correctlyDave Chinner-2/+7
2013-12-17MAINTAINERS: fix incorrect mail address of XFS maintainerNamjae Jeon-1/+1
2013-12-17xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu-21/+50
2013-12-17xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu-1/+2
2013-12-17xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu-6/+3
2013-12-17xfs: fix memory leak in xfs_dir2_node_removenameMark Tinguely-13/+13
2013-12-13Merge branch 'xfs-factor-icluster-macros' into for-nextBen Myers-82/+65
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_imapJie Liu-2/+2
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_ifree_clusterJie Liu-13/+6
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_initJie Liu-15/+8
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_bulkstatJie Liu-13/+9
2013-12-13xfs: introduce a common helper xfs_icluster_size_fsbJie Liu-0/+10
2013-12-13xfs: get rid of XFS_IALLOC_BLOCKS macrosJie Liu-20/+15
2013-12-13xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu-21/+18
2013-12-13xfs: get rid of XFS_IALLOC_INODES macrosJie Liu-9/+8
2013-12-13xfs: remove the quotaoff log format from the quotaoff log itemChristoph Hellwig-16/+8
2013-12-13xfs: remove the dquot log format from the dquot log itemChristoph Hellwig-17/+9
2013-12-13xfs: remove the inode log format from the inode log itemChristoph Hellwig-19/+11
2013-12-13xfs: format logged extents directly into the CILChristoph Hellwig-106/+26
2013-12-13xfs: format log items write directly into the linear CIL bufferChristoph Hellwig-114/+125
2013-12-13xfs: introduce xlog_copy_iovecChristoph Hellwig-108/+103
2013-12-13xfs: refactor xfs_inode_item_formatChristoph Hellwig-76/+89
2013-12-13xfs: refactor xfs_inode_item_sizeChristoph Hellwig-27/+35
2013-12-13xfs: refactor xfs_buf_item_format_segmentChristoph Hellwig-33/+39
2013-12-13xfs: remove duplicate code in xlog_cil_insert_format_itemsChristoph Hellwig-20/+13
2013-12-11xfs: align initial file allocations correctlyDave Chinner-2/+7
2013-12-11xfs: fix calculation of freed inode cluster blocksBen Myers-1/+1
2013-12-11MAINTAINERS: fix incorrect mail address of XFS maintainerNamjae Jeon-1/+1