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