aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Merge branch 'xfs-misc-fixes-for-4.3-4' into for-nextDave Chinner1-0/+1
2015-08-28libxfs: bad magic number should set da block buffer errorDarrick J. Wong1-0/+1
2015-08-25Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextDave Chinner2-2/+10
2015-08-25xfs: Fix file type directory corruption for btree directoriesJan Kara1-1/+9
2015-08-25xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara1-1/+1
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner6-15/+30
2015-08-19xfs: Fix xfs_attr_leafblock definitionJan Kara1-2/+9
2015-08-19libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong1-1/+2
2015-08-19xfs: stop holding ILOCK over filldir callbacksDave Chinner1-0/+3
2015-08-19xfs: swap leaf buffer into path struct atomically during path shiftBrian Foster1-9/+14
2015-08-19xfs: relocate sparse inode mount warningBrian Foster1-3/+0
2015-08-19xfs: set XFS_DA_OP_OKNOENT in xfs_attr_getEric Sandeen1-0/+2
2015-08-19Merge branch 'xfs-efi-rework' into for-nextDave Chinner2-1/+2
2015-08-19xfs: add missing bmap cancel calls in error pathsBrian Foster1-0/+1
2015-08-19xfs: fix btree cursor error cleanupsBrian Foster1-1/+1
2015-07-29Merge branch 'xfs-meta-uuid' into for-nextDave Chinner18-36/+66
2015-07-29Merge branch 'xfs-misc-fixes-for-4.3' into for-nextDave Chinner6-30/+147
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen18-36/+66
2015-07-29libxfs: add xfs_bit.cDave Chinner1-0/+118
2015-07-29xfs: Use consistent logging message prefixesJoe Perches2-7/+10
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner3-23/+19
2015-07-29xfs: remote attributes need to be considered dataDave Chinner1-4/+11
2015-07-29xfs: remote attribute headers contain an invalid LSNDave Chinner1-6/+23
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner2-7/+4
2015-06-23Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner6-129/+140
2015-06-22xfs: clean up XFS_MIN_FREELIST macrosDave Chinner6-20/+25
2015-06-22xfs: sanitise error handling in xfs_alloc_fix_freelistDave Chinner1-56/+55
2015-06-22xfs: factor out free space extent length checkDave Chinner1-27/+44
2015-06-22xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner3-45/+35
2015-06-22xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig2-7/+4
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner4-33/+18
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig4-13/+6
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig4-20/+12
2015-06-04Merge branch 'xfs-misc-fixes-for-4.2-2' into for-nextDave Chinner1-7/+8
2015-06-04xfs: check min blks for random debug mode sparse allocationsBrian Foster1-7/+8
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextDave Chinner9-64/+715
2015-06-01Merge branch 'xfs-misc-fixes-for-4.2' into for-nextDave Chinner2-3/+11
2015-06-01xfs: don't cast string literalsEric Sandeen1-2/+2
2015-06-01xfs: always log the inode on unwritten extent conversionBrian Foster1-1/+9
2015-05-29xfs: enable sparse inode chunks for v5 superblocksBrian Foster1-1/+2
2015-05-29xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster2-12/+15
2015-05-29xfs: only free allocated regions of inode chunksBrian Foster1-3/+78
2015-05-29xfs: filter out sparse regions from individual inode allocationBrian Foster1-2/+13
2015-05-29xfs: randomly do sparse inode allocations in DEBUG modeBrian Foster1-2/+13
2015-05-29xfs: allocate sparse inode chunks on full chunk allocation failureBrian Foster3-14/+354
2015-05-29xfs: helper to convert holemask to inode alloc. bitmapBrian Foster2-0/+54
2015-05-29xfs: pass inode count through ordered icreate log itemBrian Foster2-4/+5
2015-05-29xfs: introduce inode record hole mask for sparse inode chunksBrian Foster3-12/+81
2015-05-29xfs: add fs geometry bit for sparse inode chunksBrian Foster1-0/+1
2015-05-29xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster2-0/+28