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
/
gfs2
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-19
GFS2: aggressively issue revokes in gfs2_log_flush
Benjamin Marzinski
1
-4
/
+74
2013-04-08
GFS2: replace gfs2_ail structure with gfs2_trans
Benjamin Marzinski
1
-47
/
+57
2013-01-29
GFS2: Use ->writepages for ordered writes
Steven Whitehouse
1
-40
/
+36
2012-05-02
GFS2: eliminate log elements and simplify
Bob Peterson
1
-6
/
+6
2012-04-24
GFS2: Log code fixes
Steven Whitehouse
1
-4
/
+0
2012-04-24
GFS2: Remove bd_list_tr
Steven Whitehouse
1
-17
/
+0
2012-04-24
GFS2: Clean up log write code path
Steven Whitehouse
1
-46
/
+11
2012-04-24
GFS2: Drop "pull" argument from log_write_header()
Steven Whitehouse
1
-9
/
+4
2012-03-09
GFS2: Clean up log flush header writing
Steven Whitehouse
1
-65
/
+66
2012-02-28
GFS2: Make bd_cmp() static
Steven Whitehouse
1
-1
/
+1
2012-02-28
GFS2: Sort the ordered write list
Bob Peterson
1
-0
/
+16
2012-02-28
GFS2: Move two functions from log.c to lops.c
Steven Whitehouse
1
-97
/
+4
2012-01-08
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2011-11-21
freezer: unexport refrigerator() and update try_to_freeze() slightly
Tejun Heo
1
-2
/
+2
2011-11-08
GFS2: Fix up REQ flags
Steven Whitehouse
1
-1
/
+1
2011-08-23
block: separate priority boosting from REQ_META
Christoph Hellwig
1
-2
/
+2
2011-07-14
GFS2: Resolve inode eviction and ail list interaction bug
Steven Whitehouse
1
-0
/
+1
2011-05-21
GFS2: Wait properly when flushing the ail list
Steven Whitehouse
1
-3
/
+26
2011-05-03
GFS2: Fix ail list traversal
Steven Whitehouse
1
-6
/
+11
2011-04-20
GFS2: Add an AIL writeback tracepoint
Steven Whitehouse
1
-0
/
+2
2011-04-20
GFS2: Make writeback more responsive to system conditions
Steven Whitehouse
1
-80
/
+85
2011-04-20
GFS2: Use filemap_fdatawrite() to write back the AIL
Steven Whitehouse
1
-10
/
+5
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+2
2011-03-14
GFS2: Update to AIL list locking
Steven Whitehouse
1
-1
/
+1
2011-03-11
GFS2: introduce AIL lock
Dave Chinner
1
-14
/
+16
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
1
-2
/
+2
2010-10-19
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
Jens Axboe
1
-1
/
+1
2010-09-17
GFS2: gfs2_logd should be using interruptible waits
Steven Whitehouse
1
-1
/
+1
2010-09-10
gfs2: replace barriers with explicit flush / FUA usage
Christoph Hellwig
1
-14
/
+5
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
1
-2
/
+2
2010-08-07
block: BARRIER request should imply SYNC
Christoph Hellwig
1
-1
/
+1
2010-05-21
GFS2: Rework reclaiming unlinked dinodes
Bob Peterson
1
-1
/
+1
2010-05-06
GFS2: Add some useful messages
Steven Whitehouse
1
-0
/
+1
2010-05-05
GFS2: Various gfs2_logd improvements
Benjamin Marzinski
1
-70
/
+87
2010-03-11
GFS2: Allow the number of committed revokes to temporarily be negative
Benjamin Marzinski
1
-2
/
+1
2009-12-03
GFS2: Tag all metadata with jid
Steven Whitehouse
1
-0
/
+2
2009-06-12
GFS2: Add tracepoints
Steven Whitehouse
1
-1
/
+8
2009-06-11
gfs2: remove ->write_super and stop maintaining ->s_dirt
Christoph Hellwig
1
-2
/
+0
2009-05-11
GFS2: Update the rw flags
Steven Whitehouse
1
-3
/
+3
2009-03-24
GFS2: Merge lock_dlm module into GFS2
Steven Whitehouse
1
-1
/
+0
2008-09-26
GFS2: Support for I/O barriers
Steven Whitehouse
1
-3
/
+18
2008-06-27
[GFS2] trivial sparse lock annotations
Harvey Harrison
1
-0
/
+2
2008-04-18
[GFS2] fix assertion in log_refund()
Roel Kluin
1
-1
/
+1
2008-03-31
[GFS2] Only do lo_incore_commit once
Bob Peterson
1
-1
/
+16
2008-01-25
[GFS2] Fix assert in log code
Steven Whitehouse
1
-7
/
+4
2008-01-25
[GFS2] Fix log block mapper
Steven Whitehouse
1
-1
/
+1
2008-01-25
[GFS2] Journal extent mapping
Bob Peterson
1
-13
/
+9
2008-01-25
[GFS2] Remove function gfs2_get_block
Bob Peterson
1
-1
/
+1
2008-01-25
[GFS2] Fix runtime issue with UP kernels
Fabio Massimo Di Nitto
1
-2
/
+0
2008-01-25
[GFS2] Don't periodically update the jindex
Steven Whitehouse
1
-13
/
+0
[next]