summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2015-09-01Merge branch 'xfs-misc-fixes-for-4.3-4' into for-nextDave Chinner
2015-08-28libxfs: bad magic number should set da block buffer errorDarrick J. Wong
2015-08-25Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextDave Chinner
2015-08-25xfs: Fix file type directory corruption for btree directoriesJan Kara
2015-08-25xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara
2015-08-19Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner
2015-08-19xfs: Fix xfs_attr_leafblock definitionJan Kara
2015-08-19libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong
2015-08-19xfs: stop holding ILOCK over filldir callbacksDave Chinner
2015-08-19xfs: swap leaf buffer into path struct atomically during path shiftBrian Foster
2015-08-19xfs: relocate sparse inode mount warningBrian Foster
2015-08-19xfs: set XFS_DA_OP_OKNOENT in xfs_attr_getEric Sandeen
2015-08-19Merge branch 'xfs-efi-rework' into for-nextDave Chinner
2015-08-19xfs: add missing bmap cancel calls in error pathsBrian Foster
2015-08-19xfs: fix btree cursor error cleanupsBrian Foster
2015-07-29Merge branch 'xfs-meta-uuid' into for-nextDave Chinner
2015-07-29Merge branch 'xfs-misc-fixes-for-4.3' into for-nextDave Chinner
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen
2015-07-29libxfs: add xfs_bit.cDave Chinner
2015-07-29xfs: Use consistent logging message prefixesJoe Perches
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner
2015-07-29xfs: remote attributes need to be considered dataDave Chinner
2015-07-29xfs: remote attribute headers contain an invalid LSNDave Chinner
2015-06-22Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner
2015-06-22Merge branch 'xfs-freelist-cleanup' into for-nextDave Chinner
2015-06-22xfs: clean up XFS_MIN_FREELIST macrosDave Chinner
2015-06-22xfs: sanitise error handling in xfs_alloc_fix_freelistDave Chinner
2015-06-22xfs: factor out free space extent length checkDave Chinner
2015-06-22xfs: xfs_alloc_fix_freelist() can use incore perag structuresDave Chinner
2015-06-21xfs: return a void pointer from xfs_buf_offsetChristoph Hellwig
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-06-04Merge branch 'xfs-misc-fixes-for-4.2-2' into for-nextDave Chinner
2015-06-04xfs: check min blks for random debug mode sparse allocationsBrian Foster
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextDave Chinner
2015-06-01Merge branch 'xfs-misc-fixes-for-4.2' into for-nextDave Chinner
2015-05-31xfs: don't cast string literalsEric Sandeen
2015-05-31xfs: always log the inode on unwritten extent conversionBrian Foster
2015-05-28xfs: enable sparse inode chunks for v5 superblocksBrian Foster
2015-05-28xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster
2015-05-28xfs: only free allocated regions of inode chunksBrian Foster
2015-05-28xfs: filter out sparse regions from individual inode allocationBrian Foster
2015-05-28xfs: randomly do sparse inode allocations in DEBUG modeBrian Foster
2015-05-28xfs: allocate sparse inode chunks on full chunk allocation failureBrian Foster
2015-05-28xfs: helper to convert holemask to inode alloc. bitmapBrian Foster
2015-05-28xfs: pass inode count through ordered icreate log itemBrian Foster
2015-05-28xfs: introduce inode record hole mask for sparse inode chunksBrian Foster
2015-05-28xfs: add fs geometry bit for sparse inode chunksBrian Foster
2015-05-28xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster