summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2013-12-13xfs: format logged extents directly into the CILChristoph Hellwig3-106/+26
2013-12-13xfs: format log items write directly into the linear CIL bufferChristoph Hellwig8-114/+125
2013-12-13xfs: introduce xlog_copy_iovecChristoph Hellwig6-108/+103
2013-12-13xfs: refactor xfs_inode_item_formatChristoph Hellwig1-76/+89
2013-12-13xfs: refactor xfs_inode_item_sizeChristoph Hellwig1-27/+35
2013-12-13xfs: refactor xfs_buf_item_format_segmentChristoph Hellwig1-33/+39
2013-12-13xfs: remove duplicate code in xlog_cil_insert_format_itemsChristoph Hellwig1-20/+13
2013-12-12xfs: align initial file allocations correctlyDave Chinner1-2/+7
2013-12-12xfs: fix calculation of freed inode cluster blocksBen Myers1-1/+1
2013-12-12xfs: xfs_dir2_block_to_sf temp buffer allocation failsDave Chinner1-24/+34
2013-12-10xfs: growfs overruns AGFL buffer on V4 filesystemsDave Chinner1-1/+5
2013-12-10xfs: don't perform discard if the given range length is less than block sizeJie Liu1-2/+3
2013-12-10xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2-2/+4
2013-12-09xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu1-21/+50
2013-12-09xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu1-1/+2
2013-12-07xfs: add xfs_setattr_timeChristoph Hellwig1-36/+30
2013-12-07xfs: tiny xfs_setattr_mode cleanupChristoph Hellwig1-6/+4
2013-12-07xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu1-6/+3
2013-12-07xfs: integrate xfs_quota_priv header file to xfs_qmJie Liu2-43/+17
2013-12-07xfs: make quota metadata truncation behavior consistent to user spaceJie Liu1-6/+12
2013-12-06xfs: fix memory leak in xfs_dir2_node_removenameMark Tinguely1-13/+13
2013-12-06xfs: free the list of recovery items on errorMark Tinguely1-3/+14
2013-12-06xfs: growfs overruns AGFL buffer on V4 filesystemsDave Chinner1-1/+5
2013-12-05xfs: don't perform discard if the given range length is less than block sizeJie Liu1-2/+3
2013-12-05xfs: fix the comment explaining xfs_trans_dqlockedjoinChristoph Hellwig1-2/+2
2013-12-05xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2-2/+4
2013-12-05xfs: remove unused FI_ flagsChristoph Hellwig1-9/+0
2013-12-04xfs: simplify xfs_setsize_buftarg callchain; remove unused argEric Sandeen1-18/+8
2013-11-24block: Abstract out bvec iteratorKent Overstreet2-3/+3
2013-11-22Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-23/+43
2013-11-18xfs: open code inc_inode_iversion when logging an inodeDave Chinner1-3/+5
2013-11-18xfs: increase inode cluster size for v5 filesystemsDave Chinner3-3/+17
2013-11-18xfs: fix unlock in xfs_bmap_add_attrforkMark Tinguely1-17/+21
2013-11-14Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds116-4681/+5209
2013-11-13writeback: do not sync data dirtied after sync startJan Kara1-1/+1
2013-11-07xfs: simplify kmem_{zone_}zallocGu Zheng2-25/+18
2013-11-06xfs: add tracepoints to AGF/AGI read operationsDave Chinner3-2/+34
2013-11-06xfs: trace AIL manipulationsDave Chinner3-1/+62
2013-11-04xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock orderingDave Chinner1-28/+44
2013-11-01xfs: fix the extent count when allocating an new indirection array entryJie Liu1-5/+4
2013-10-31xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fieldsEric Sandeen1-2/+11
2013-10-31xfs: fix possible NULL dereference in xlog_verify_iclogGeyslan G. Bem1-5/+3
2013-10-31xfs:xfs_dir2_node.c: pointer use before check for nullDenis Efremov1-1/+0
2013-10-31xfs: prevent stack overflows from page cache allocationDave Chinner2-2/+10
2013-10-30xfs: fix static and extern sparse warningsDave Chinner12-8/+18
2013-10-30xfs: validity check the directory block leaf entry countDave Chinner1-4/+15
2013-10-30xfs: make dir2 ftype offset pointers explicitDave Chinner1-2/+21
2013-10-30xfs: convert directory vector functions to constantsDave Chinner10-176/+112
2013-10-30xfs: convert directory vector functions to constantsDave Chinner5-70/+126
2013-10-30xfs: vectorise encoding/decoding directory headersDave Chinner11-281/+338