aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-10xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+1
2014-01-10xfs: fix off-by-one error in xfs_attr3_rmt_verifyJie Liu1-1/+1
2013-12-17xfs: abort metadata writeback on permanent errorsDave Chinner3-5/+32
2013-12-17xfs: swalloc doesn't align allocations properlyDave Chinner1-6/+17
2013-12-17xfs: remove xfsbdstrat errorChristoph Hellwig5-29/+43
2013-12-17xfs: align initial file allocations correctlyDave Chinner1-2/+7
2013-12-17xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu1-21/+50
2013-12-17xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu1-1/+2
2013-12-17xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu1-6/+3
2013-12-17xfs: fix memory leak in xfs_dir2_node_removenameMark Tinguely1-13/+13
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-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-06xfs: 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-10-31xfs: fix the extent count when allocating an new indirection array entryJie Liu1-5/+4
2013-10-30xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fieldsEric Sandeen1-2/+11
2013-10-30xfs: fix possible NULL dereference in xlog_verify_iclogGeyslan G. Bem1-5/+3
2013-10-30xfs:xfs_dir2_node.c: pointer use before check for nullDenis Efremov1-1/+0
2013-10-30xfs: 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
2013-10-30xfs: vectorise DA btree operationsDave Chinner10-81/+139
2013-10-30xfs: vectorise directory leaf operationsDave Chinner10-159/+218
2013-10-30xfs: vectorise directory data operations part 2Dave Chinner10-137/+186
2013-10-30xfs: vectorise directory data operationsDave Chinner9-205/+329
2013-10-30xfs: vectorise remaining shortform dir2 opsDave Chinner6-183/+199
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner12-45/+132
2013-10-23xfs: split xfs_rtalloc.c for userspace sanityDave Chinner4-1248/+1292
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner73-583/+403
2013-10-23xfs: decouple log and transaction headersDave Chinner75-239/+276
2013-10-23xfs: remove unused transaction callback variablesDave Chinner1-7/+0
2013-10-23xfs: split dquot buffer operations outDave Chinner8-266/+303
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner33-426/+437
2013-10-23xfs: create a shared header file for format-related informationDave Chinner54-232/+289
2013-10-21xfs: fold xfs_change_file_space into xfs_ioc_spaceChristoph Hellwig4-191/+126
2013-10-21xfs: simplify the fallocate pathChristoph Hellwig3-63/+56
2013-10-21xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig4-49/+27