index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: cleanup log reservation calculactions
Christoph Hellwig
2010-05-28
1
-46
/
+400
*
xfs: Introduce delayed logging core code
Dave Chinner
2010-05-24
1
-6
/
+97
*
xfs: Improve scalability of busy extent tracking
Dave Chinner
2010-05-24
1
-30
/
+11
*
xfs: Clean up xfs_trans_committed code after factoring
Dave Chinner
2010-05-19
1
-190
/
+166
*
xfs: update and factor xfs_trans_committed()
Dave Chinner
2010-05-19
1
-129
/
+95
*
xfs: clean up xfs_trans_commit logic even more
Christoph Hellwig
2010-05-19
1
-32
/
+37
*
xfs: split out iclog writing from xfs_trans_commit()
Dave Chinner
2010-05-19
1
-188
/
+199
*
xfs: remove stale parameter from ->iop_unpin method
Dave Chinner
2010-05-19
1
-1
/
+1
*
xfs: stop passing opaque handles to xfs_log.c routines
Christoph Hellwig
2010-03-01
1
-1
/
+1
*
xfs: cleanup up xfs_log_force calling conventions
Christoph Hellwig
2010-01-21
1
-3
/
+2
*
xfs: kill XLOG_VEC_SET_TYPE
Christoph Hellwig
2010-01-21
1
-1
/
+1
*
xfs: I/O completion handlers must use NOFS allocations
Christoph Hellwig
2009-12-11
1
-3
/
+4
*
Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus
Felix Blyakher
2009-06-12
1
-8
/
+7
|
\
|
*
xfs: kill xfs_qmops
Christoph Hellwig
2009-06-08
1
-8
/
+7
*
|
xfs: remove ->write_super and stop maintaining ->s_dirt
Christoph Hellwig
2009-06-11
1
-2
/
+0
|
/
*
[XFS] Fix double free of log tickets
Dave Chinner
2008-11-17
1
-1
/
+8
*
[XFS] Finish removing the mount pointer from the AIL API
David Chinner
2008-10-30
1
-4
/
+2
*
[XFS] Add ail pointer into log items
David Chinner
2008-10-30
1
-3
/
+6
*
[XFS] Move the AIL lock into the struct xfs_ail
David Chinner
2008-10-30
1
-2
/
+2
*
[XFS] remove shouting-indirection macros from xfs_trans.h
Eric Sandeen
2008-08-13
1
-6
/
+6
*
[XFS] Move xfs_attr_rolltrans to xfs_trans_roll
Niv Sardi
2008-08-13
1
-0
/
+63
*
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
2008-07-28
1
-2
/
+2
*
xfs: convert beX_add to beX_add_cpu (new common API)
Marcin Slusarz
2008-02-13
1
-12
/
+12
*
[XFS] Unwrap AIL_LOCK
Donald Douwsma
2008-02-07
1
-4
/
+3
*
[XFS] kill struct bhv_vfs
Christoph Hellwig
2007-10-16
1
-2
/
+2
*
[XFS] superblock endianess annotations
Christoph Hellwig
2007-10-15
1
-39
/
+33
*
[XFS] Apply transaction delta counts atomically to incore counters
David Chinner
2007-07-14
1
-37
/
+40
*
[XFS] Fix the transaction flags to make lazy superblock counters work.
David Chinner
2007-07-14
1
-1
/
+1
*
[XFS] Lazy Superblock Counters
David Chinner
2007-07-14
1
-12
/
+46
*
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with
Eric Sandeen
2007-05-08
1
-6
/
+0
*
[XFS] Make growfs work for amounts greater than 2TB
David Chinner
2007-02-10
1
-16
/
+16
*
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
2006-06-20
1
-2
/
+0
*
[XFS] Cleanup a missed porting conversion, and freezing.
Nathan Scott
2006-06-09
1
-12
/
+5
*
[XFS] Make the pflags test/set wrappers more legible for us mere humans.
Nathan Scott
2006-06-09
1
-14
/
+11
*
[XFS] Shutdown the filesystem if all device paths have gone. Made
Nathan Scott
2006-06-09
1
-2
/
+2
*
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
Nathan Scott
2006-03-29
1
-3
/
+3
*
[XFS] Correct the dquot reservation component for the link transation.
Nathan Scott
2006-03-17
1
-1
/
+1
*
[XFS] Reduce complexity in xfs_trans_init by pushing complex macros out
Nathan Scott
2006-03-14
1
-34
/
+153
*
[XFS] Fix a thinko when generating a forced shutdown stack trace.
Nathan Scott
2006-01-11
1
-2
/
+2
*
[XFS] Add a stack trace in the case of xfs_forced_shutdown.
Ryan Hankins
2006-01-11
1
-5
/
+7
*
[XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.
Nathan Scott
2005-11-02
1
-37
/
+6
*
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
2005-11-02
1
-25
/
+11
*
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
Nathan Scott
2005-11-02
1
-10
/
+10
*
[XFS] write barrier support Issue all log sync operations as ordered
Christoph Hellwig
2005-11-02
1
-5
/
+8
*
[XFS] 929956 add log debugging and tracing info
Tim Shimmin
2005-09-02
1
-1
/
+2
*
[XFS] mark various symbols static Patch from Adrian Bunk
Christoph Hellwig
2005-06-21
1
-1
/
+1
*
[XFS] Remove dead code. Patch from Adrian Bunk
Christoph Hellwig
2005-06-21
1
-19
/
+0
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+1315