aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-10xfs: growfs overruns AGFL buffer on V4 filesystemsDave Chinner1-1/+5
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-7/+5
2013-10-23xfs: decouple log and transaction headersDave Chinner1-4/+5
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+2
2013-10-17xfs: don't break from growfs ag update loop on errorEric Sandeen1-9/+13
2013-10-08xfs: add the inode directory type support to XFS_IOC_FSGEOMMark Tinguely1-1/+3
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-4/+4
2013-06-17xfs: Remove redundant error variable from xfs_growfs_data_private()Jie Liu1-1/+1
2013-05-30xfs: add fsgeom flag for v5 superblock support.Dave Chinner1-1/+3
2013-04-21xfs: add CRC checks to the AGIDave Chinner1-0/+3
2013-04-21xfs: add CRC checks to the AGFLChristoph Hellwig1-0/+5
2013-04-21xfs: add CRC checks to the AGFDave Chinner1-0/+3
2013-04-21xfs: add support for large btree blocksChristoph Hellwig1-3/+20
2013-02-01xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy()Jeff Liu1-2/+2
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-12/+17
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-2/+6
2012-11-15xfs: verify superblocks as they are read from diskDave Chinner1-1/+3
2012-11-15xfs: uncached buffer reads need to return an errorDave Chinner1-0/+5
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-2/+2
2012-11-13xfs: make growfs initialise the AGFL headerDave Chinner1-1/+22
2012-11-13xfs: growfs: use uncached buffers for new headersDave Chinner1-22/+41
2012-11-13xfs: use btree block initialisation functions in growfsDave Chinner1-24/+13
2012-11-07xfs: report projid32bit feature in geometry callEric Sandeen1-1/+3
2012-11-02xfs: growfs: don't read garbage for new secondary superblocksDave Chinner1-2/+19
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner1-5/+5
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfs_do_force_shutdown() and kill xfs_rw.cDave Chinner1-0/+60
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: kill xfs_read_buf()Dave Chinner1-1/+1
2012-05-14xfs: kill XBF_LOCKDave Chinner1-8/+5
2012-05-14xfs: clean up buffer get/read call APIDave Chinner1-2/+2
2011-10-11xfs: Check the return value of xfs_buf_get()Chandra Seetharaman1-0/+20
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig1-18/+22
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner1-3/+3
2011-02-21xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg1-0/+3
2011-01-11xfs: ensure log covering transactions are synchronousDave Chinner1-5/+5
2011-01-04xfs: dynamic speculative EOF preallocationDave Chinner1-0/+1
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig1-1/+2
2010-10-18xfs: use unhashed buffers for size checksDave Chinner1-6/+5
2010-08-24xfs: dummy transactions should not dirty VFS stateDave Chinner1-13/+18
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-2/+1
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner1-21/+21
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+2
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig1-10/+13
2009-12-11xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig1-1/+1
2009-08-12xfs: avoid memory allocation under m_peraglock in growfs codeChristoph Hellwig1-6/+14
2009-06-01xfs: fix overflow in xfs_growfs_data_privateEric Sandeen1-1/+1