summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: Don't directly reference m_perag in allocation codeDave Chinner2010-01-152-38/+53
* xfs: rename xfs_get_peragDave Chinner2010-01-154-21/+27
* xfs: Don't wake xfsbufd when idleDave Chinner2010-01-151-5/+15
* xfs: Don't wake the aild once per secondDave Chinner2010-01-152-12/+14
* xfs: Use list_heads for log recovery item listsDave Chinner2010-01-152-147/+81Star
* xfs: make several more functions staticEric Sandeen2010-01-1510-17/+7Star
* xfs: clean up inconsistent variable naming in xfs_swap_extentDave Chinner2010-01-152-19/+22
* xfs: add tracing to xfs_swap_extentsDave Chinner2010-01-152-0/+58
* xfs: xfs_swap_extents needs to handle dynamic fork offsetsDave Chinner2010-01-151-16/+90
* xfs: fix missing error check in xfs_rtfree_rangeDave Chinner2010-01-151-0/+2
* xfs: fix stale inode flush avoidanceDave Chinner2010-01-151-6/+15
* xfs: Remove inode iolock held check during allocationDave Chinner2010-01-151-1/+0Star
* xfs: reclaim all inodes by background tree walksDave Chinner2010-01-151-8/+6Star
* xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner2010-01-151-13/+18
* xfs: reclaim inodes under a write lockDave Chinner2010-01-153-87/+71Star
* xfs: Ensure we force all busy extents in range to diskDave Chinner2010-01-102-29/+27Star
* xfs: Don't flush stale inodesDave Chinner2010-01-101-3/+7
* xfs: fix timestamp handling in xfs_setattrChristoph Hellwig2010-01-102-55/+41Star
* xfs: use DECLARE_EVENT_CLASSChristoph Hellwig2010-01-101-538/+591
* xfs: kill some warnings on i386 buildsDave Chinner2010-01-081-4/+4
* kill I_LOCKChristoph Hellwig2009-12-172-3/+3
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-12-166-21/+24
|\
| * XFS: Free buffer pages array unconditionallyDave Chinner2009-12-161-2/+2
| * xfs: kill xfs_bmbt_rec_32/64 typesChristoph Hellwig2009-12-162-14/+6Star
| * xfs: improve metadata I/O merging in the elevatorDave Chinner2009-12-163-1/+8
| * xfs: check for not fully initialized inodes in xfs_ireclaimChristoph Hellwig2009-12-161-4/+8
| * direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig2009-12-161-13/+7Star
* | cleanup blockdev_direct_IO lockingChristoph Hellwig2009-12-161-13/+7Star
* | sanitize xattr handler prototypesChristoph Hellwig2009-12-163-94/+37Star
|/
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-12-1570-2836/+2369Star
|\
| * xfs: event tracing supportChristoph Hellwig2009-12-1570-2592/+2151Star
| * xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig2009-12-154-26/+38
| * xfs: cleanup bmap extent state macrosChristoph Hellwig2009-12-152-222/+184Star
* | fs/xfs/xfs_log_recover.c: use %pU to print UUIDsJoe Perches2009-12-151-10/+4Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-6/+6
|\
| * this_cpu: xfs_icsb_modify_counters does not need "cpu" variableChristoph Lameter2009-10-031-6/+6
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-121-1/+1
|\ \
| * | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-1/+1
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-12-1230-321/+254Star
|\ \ \ | |/ / |/| |
| * | xfs: Fix error return for fallocate() on XFSJason Gunthorpe2009-12-111-3/+3
| * | xfs: cleanup dmapi macros in the umount pathChristoph Hellwig2009-12-112-24/+21Star
| * | xfs: remove incorrect sparse annotation for xfs_iget_cache_missChristoph Hellwig2009-12-111-1/+1
| * | xfs: kill the STATIC_INLINE macroChristoph Hellwig2009-12-119-36/+17Star
| * | xfs: uninline xfs_get_extsz_hintChristoph Hellwig2009-12-112-21/+23
| * | xfs: rename xfs_attr_fetch to xfs_attr_get_intChristoph Hellwig2009-12-112-5/+8
| * | xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig2009-12-119-50/+44Star
| * | xfs: remove IO_ISAIOChristoph Hellwig2009-12-113-8/+2Star
| * | xfs: Wrapped journal record corruption on read at recoveryAndy Poling2009-12-111-17/+7Star
| * | xfs: cleanup data end I/O handlersChristoph Hellwig2009-12-111-69/+26Star
| * | xfs: use WRITE_SYNC_PLUG for synchronous writeoutChristoph Hellwig2009-12-111-7/+10