index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-01
xfs: disallow marking previously dirty buffers as ordered
Brian Foster
1
-1
/
+1
2017-09-01
xfs: refactor buffer logging into buffer dirtying helper
Brian Foster
1
-1
/
+3
2017-09-01
xfs: refactor xfs_trans_roll
Christoph Hellwig
1
-1
/
+2
2017-08-22
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
1
-0
/
+1
2017-08-22
xfs: Add infrastructure needed for error propagation during buffer IO failure
Carlos Maiolino
1
-2
/
+5
2017-06-19
xfs: remove double-underscore integer types
Darrick J. Wong
1
-1
/
+1
2017-06-19
xfs: remove lsn relevant fields from xfs_trans structure and its users
Shan Hai
1
-4
/
+0
2017-06-19
xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...
Darrick J. Wong
1
-1
/
+1
2017-04-06
xfs: fold __xfs_trans_roll into xfs_trans_roll
Christoph Hellwig
1
-1
/
+0
2017-04-03
xfs: implement the GETFSMAP ioctl
Darrick J. Wong
1
-0
/
+2
2017-01-30
xfs: remove unused struct declarations
Eric Sandeen
1
-1
/
+0
2016-10-04
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
1
-0
/
+1
2016-10-04
xfs: log bmap intent items
Darrick J. Wong
1
-0
/
+13
2016-10-03
xfs: connect refcount adjust functions to upper layers
Darrick J. Wong
1
-2
/
+6
2016-10-03
xfs: log refcount intent items
Darrick J. Wong
1
-0
/
+11
2016-08-03
xfs: remove the extents array from the rmap update done log item
Darrick J. Wong
1
-1
/
+1
2016-08-03
xfs: propagate bmap updates to rmapbt
Darrick J. Wong
1
-1
/
+2
2016-08-03
xfs: enable the xfs_defer mechanism to process rmaps to update
Darrick J. Wong
1
-7
/
+4
2016-08-03
xfs: log rmap intent items
Darrick J. Wong
1
-0
/
+17
2016-08-03
xfs: add owner field to extent allocation and freeing
Darrick J. Wong
1
-1
/
+1
2016-08-03
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
1
-5
/
+0
2016-08-03
xfs: enable the xfs_defer mechanism to process extents to free
Darrick J. Wong
1
-0
/
+2
2016-08-03
xfs: clean up typedef usage in the EFI/EFD handling code
Darrick J. Wong
1
-3
/
+3
2016-07-22
xfs: allocate log vector buffers outside CIL context lock
Dave Chinner
1
-0
/
+1
2016-04-06
xfs: better xfs_trans_alloc interface
Christoph Hellwig
1
-5
/
+3
2016-03-02
xfs: remove xfs_trans_get_block_res
Christoph Hellwig
1
-1
/
+0
2015-08-19
xfs: ensure EFD trans aborts on log recovery extent free failure
Brian Foster
1
-4
/
+3
2015-08-19
xfs: return committed status from xfs_trans_roll()
Brian Foster
1
-0
/
+1
2015-08-19
xfs: disentagle EFI release from the extent count
Brian Foster
1
-1
/
+0
2015-06-04
xfs: saner xfs_trans_commit interface
Christoph Hellwig
1
-1
/
+1
2015-06-04
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
1
-1
/
+1
2015-06-04
xfs: switch remaining xfs_trans_dup users to xfs_trans_roll
Christoph Hellwig
1
-3
/
+0
2013-12-13
xfs: format log items write directly into the linear CIL buffer
Christoph Hellwig
1
-1
/
+1
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
1
-0
/
+5
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
1
-5
/
+5
2013-10-23
xfs: remove unused transaction callback variables
Dave Chinner
1
-7
/
+0
2013-08-30
xfs: finish removing IOP_* macros.
Dave Chinner
1
-7
/
+1
2013-08-13
xfs: avoid CIL allocation during insert
Dave Chinner
1
-1
/
+0
2013-08-13
xfs: Reduce allocations during CIL insertion
Dave Chinner
1
-1
/
+0
2013-08-13
xfs: return log item size in IOP_SIZE
Dave Chinner
1
-2
/
+1
2013-08-12
xfs: refactor xfs_trans_reserve() interface
Jie Liu
1
-1
/
+2
2013-08-12
xfs: split out transaction reservation code
Dave Chinner
1
-75
/
+2
2013-08-12
xfs: sync minor header differences needed by userspace.
Dave Chinner
1
-4
/
+1
2013-08-12
xfs: split out on-disk transaction definitions
Dave Chinner
1
-205
/
+0
2013-06-27
xfs: Inode create log items
Dave Chinner
1
-1
/
+3
2013-06-27
xfs: Introduce an ordered buffer item
Dave Chinner
1
-0
/
+1
2013-06-19
xfs: Remove two dead transaction log reservaion macros
Jie Liu
1
-8
/
+3
2013-05-07
xfs: introduce CONFIG_XFS_WARN
Dave Chinner
1
-2
/
+2
2013-04-27
xfs: buffer type overruns blf_flags field
Dave Chinner
1
-4
/
+0
2013-04-27
xfs: add buffer types to directory and attribute buffers
Dave Chinner
1
-0
/
+2
[next]