summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rw.c
AgeCommit message (Expand)AuthorLines
2012-05-14xfs: move xfs_do_force_shutdown() and kill xfs_rw.cDave Chinner-90/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner-15/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner-1/+0
2012-05-14xfs: kill xfs_read_buf()Dave Chinner-50/+0
2012-05-14xfs: kill XBF_LOCKDave Chinner-1/+1
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig-19/+1
2011-10-11xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig-1/+0
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig-1/+1
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig-1/+1
2011-07-25xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman-1/+1
2011-07-25xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman-1/+1
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman-3/+3
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner-9/+8
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner-14/+9
2011-02-07xfs: fix xfs_get_extsz_hint for a zero extent size hintChristoph Hellwig-13/+5
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig-14/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig-1/+0
2010-02-12xfs: only clear the suid bit once in xfs_writeChristoph Hellwig-42/+0
2010-01-15xfs: move more buffer helpers into xfs_buf.cChristoph Hellwig-82/+0
2010-01-15xfs: clean up xfs_bwriteChristoph Hellwig-31/+0
2009-12-14xfs: event tracing supportChristoph Hellwig-2/+1
2009-12-11xfs: uninline xfs_get_extsz_hintChristoph Hellwig-0/+22
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig-4/+4
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig-84/+0
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig-1/+0
2008-12-11[XFS] replace b_fspriv with b_mountChristoph Hellwig-1/+1
2008-08-13[XFS] replace the XFS buf iodone semaphore with a completionDavid Chinner-1/+1
2008-04-18[XFS] Sanitise xfs_log_force error checking.David Chinner-4/+4
2007-10-16[XFS] decontaminate vfs operations from behavior detailsChristoph Hellwig-4/+1
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen-2/+2
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen-1/+0
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott-2/+0
2006-06-19[XFS] Push some common code out of write path into core XFS code forNathan Scott-1/+85
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott-16/+20
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott-5/+4
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott-10/+10
2005-11-02[XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+356