aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_fsops.c
AgeCommit message (Expand)Author
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner
2012-05-14xfs: move xfs_do_force_shutdown() and kill xfs_rw.cDave Chinner
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: kill xfs_read_buf()Dave Chinner
2012-05-14xfs: kill XBF_LOCKDave Chinner
2012-05-14xfs: clean up buffer get/read call APIDave Chinner
2011-10-11xfs: Check the return value of xfs_buf_get()Chandra Seetharaman
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner
2011-02-21xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg
2011-01-11xfs: ensure log covering transactions are synchronousDave Chinner
2011-01-04xfs: dynamic speculative EOF preallocationDave Chinner
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig
2010-10-18xfs: use unhashed buffers for size checksDave Chinner
2010-08-24xfs: dummy transactions should not dirty VFS stateDave Chinner
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig
2009-12-11xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig
2009-08-12xfs: avoid memory allocation under m_peraglock in growfs codeChristoph Hellwig
2009-06-01xfs: fix overflow in xfs_growfs_data_privateEric Sandeen
2009-03-29xfs: fix various typosMalcolm Parsons
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato
2008-12-02[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig
2008-10-30[XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig
2008-07-28[XFS] XFS: ASCII case-insensitive supportBarry Naujok
2008-04-29[XFS] Don't double count reserved block changes on UP.David Chinner
2008-04-29[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz
2008-02-07[XFS] Unwrap XFS_SB_LOCK.Eric Sandeen
2007-10-16[XFS] growlock should be a mutexChristoph Hellwig
2007-10-16[XFS] kill struct bhv_vfsChristoph Hellwig
2007-10-15[XFS] superblock endianess annotationsChristoph Hellwig
2007-07-14[XFS] Concurrent Multi-File Data StreamsDavid Chinner
2007-07-14[XFS] Prevent ENOSPC from aborting transactions that need to succeedDavid Chinner
2007-07-14[XFS] Log the agf_length change in xfs_growfs_data_private().Tim Shimmin
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner
2007-07-14[XFS] Don't grow filesystems past the size they can index.Nathan Scott
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen
2007-02-10[XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros.Eric Sandeen
2007-02-10[XFS] Fix block reservation mechanism.David Chinner
2006-09-07[XFS] Prevent free space oversubscription and xfssyncd looping.David Chinner
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott