index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
2016-10-04
1
-0
/
+1
*
xfs: log bmap intent items
Darrick J. Wong
2016-10-04
1
-0
/
+13
*
xfs: connect refcount adjust functions to upper layers
Darrick J. Wong
2016-10-03
1
-2
/
+6
*
xfs: log refcount intent items
Darrick J. Wong
2016-10-03
1
-0
/
+11
*
xfs: remove the extents array from the rmap update done log item
Darrick J. Wong
2016-08-03
1
-1
/
+1
*
xfs: propagate bmap updates to rmapbt
Darrick J. Wong
2016-08-03
1
-1
/
+2
*
xfs: enable the xfs_defer mechanism to process rmaps to update
Darrick J. Wong
2016-08-03
1
-7
/
+4
*
xfs: log rmap intent items
Darrick J. Wong
2016-08-03
1
-0
/
+17
*
xfs: add owner field to extent allocation and freeing
Darrick J. Wong
2016-08-03
1
-1
/
+1
*
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
2016-08-03
1
-5
/
+0
*
xfs: enable the xfs_defer mechanism to process extents to free
Darrick J. Wong
2016-08-03
1
-0
/
+2
*
xfs: clean up typedef usage in the EFI/EFD handling code
Darrick J. Wong
2016-08-03
1
-3
/
+3
*
xfs: allocate log vector buffers outside CIL context lock
Dave Chinner
2016-07-22
1
-0
/
+1
*
xfs: better xfs_trans_alloc interface
Christoph Hellwig
2016-04-06
1
-5
/
+3
*
xfs: remove xfs_trans_get_block_res
Christoph Hellwig
2016-03-02
1
-1
/
+0
*
xfs: ensure EFD trans aborts on log recovery extent free failure
Brian Foster
2015-08-19
1
-4
/
+3
*
xfs: return committed status from xfs_trans_roll()
Brian Foster
2015-08-19
1
-0
/
+1
*
xfs: disentagle EFI release from the extent count
Brian Foster
2015-08-19
1
-1
/
+0
*
xfs: saner xfs_trans_commit interface
Christoph Hellwig
2015-06-04
1
-1
/
+1
*
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
2015-06-04
1
-1
/
+1
*
xfs: switch remaining xfs_trans_dup users to xfs_trans_roll
Christoph Hellwig
2015-06-04
1
-3
/
+0
*
xfs: format log items write directly into the linear CIL buffer
Christoph Hellwig
2013-12-13
1
-1
/
+1
*
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
1
-0
/
+5
*
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
1
-5
/
+5
*
xfs: remove unused transaction callback variables
Dave Chinner
2013-10-23
1
-7
/
+0
*
xfs: finish removing IOP_* macros.
Dave Chinner
2013-08-30
1
-7
/
+1
*
xfs: avoid CIL allocation during insert
Dave Chinner
2013-08-13
1
-1
/
+0
*
xfs: Reduce allocations during CIL insertion
Dave Chinner
2013-08-13
1
-1
/
+0
*
xfs: return log item size in IOP_SIZE
Dave Chinner
2013-08-13
1
-2
/
+1
*
xfs: refactor xfs_trans_reserve() interface
Jie Liu
2013-08-12
1
-1
/
+2
*
xfs: split out transaction reservation code
Dave Chinner
2013-08-12
1
-75
/
+2
*
xfs: sync minor header differences needed by userspace.
Dave Chinner
2013-08-12
1
-4
/
+1
*
xfs: split out on-disk transaction definitions
Dave Chinner
2013-08-12
1
-205
/
+0
*
xfs: Inode create log items
Dave Chinner
2013-06-27
1
-1
/
+3
*
xfs: Introduce an ordered buffer item
Dave Chinner
2013-06-27
1
-0
/
+1
*
xfs: Remove two dead transaction log reservaion macros
Jie Liu
2013-06-19
1
-8
/
+3
*
xfs: introduce CONFIG_XFS_WARN
Dave Chinner
2013-05-07
1
-2
/
+2
*
xfs: buffer type overruns blf_flags field
Dave Chinner
2013-04-27
1
-4
/
+0
*
xfs: add buffer types to directory and attribute buffers
Dave Chinner
2013-04-27
1
-0
/
+2
*
xfs: add support for large btree blocks
Christoph Hellwig
2013-04-21
1
-0
/
+2
*
xfs: refactor space log reservation for XFS_TRANS_ATTR_SET
Jeff Liu
2013-02-01
1
-7
/
+4
*
xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk
Jeff Liu
2013-02-01
1
-0
/
+1
*
xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time
Jeff Liu
2013-02-01
1
-0
/
+1
*
xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time
Jeff Liu
2013-02-01
1
-0
/
+1
*
xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time
Jeff Liu
2013-02-01
1
-0
/
+1
*
xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time
Jeff Liu
2013-02-01
1
-0
/
+1
*
xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time
Jeff Liu
2013-02-01
1
-1
/
+1
*
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
2012-11-15
1
-3
/
+3
*
xfs: make buffer read verication an IO completion function
Dave Chinner
2012-11-15
1
-11
/
+8
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-08-01
1
-0
/
+2
|
\
[next]