Sign in
android-kvm
/
linux
/
e4ab5172ea6be4d3a95411d7a7867f3c2be12754
/
fs
/
gfs2
/
log.c
ee9c7f9
gfs2: call ktime_get_coarse_real_ts64() directly
by Arnd Bergmann
· 7 years ago
9e1a9ec
gfs2: Don't withdraw under a spin lock
by Andreas Gruenbacher
· 7 years ago
9bc980c
GFS2: Make function gfs2_remove_from_ail static
by Bob Peterson
· 7 years ago
805c0907
GFS2: Log the reason for log flushes in every log header
by Bob Peterson
· 7 years ago
c1696fb
GFS2: Introduce new gfs2_log_header_v2
by Bob Peterson
· 7 years ago
0ff5916
gfs2: Get rid of gfs2_log_header_in
by Andreas Gruenbacher
· 7 years ago
1f23bc7
gfs2: Trim the ordered write list in gfs2_ordered_write()
by Abhi Das
· 7 years ago
588bff9
GFS2: Reduce code redundancy writing log headers
by Bob Peterson
· 7 years ago
942b0cd
GFS2: Withdraw for IO errors writing to the journal or statfs
by Bob Peterson
· 7 years ago
b066a4eeb
gfs2: forcibly flush ail to relieve memory pressure
by Abhi Das
· 7 years ago
c96e6da
Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 7 years ago
722f6f6
GFS2: Eliminate vestigial sd_log_flush_wrapped
by Bob Peterson
· 8 years ago
0f0b9b6
gfs2: Make flush bios explicitely sync
by Jan Kara
· 8 years ago
9763dd6
Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 8 years ago
9862ca0
GFS2: Switch tr_touched to flag in transaction
by Bob Peterson
· 8 years ago
b63f5e8
GFS2: Wake up io waiters whenever a flush is done
by Bob Peterson
· 8 years ago
f07b352
GFS2: Made logd daemon take into account log demand
by Bob Peterson
· 8 years ago
70fd761
block,fs: use REQ_* flags directly
by Christoph Hellwig
· 8 years ago
e1b1afa
gfs2: use bio op accessors
by Mike Christie
· 9 years ago
400ac52
gfs2: clear journal live bit in gfs2_log_flush
by Benjamin Marzinski
· 9 years ago
2e60d76
GFS2: update freeze code to use freeze/thaw_super on all nodes
by Benjamin Marzinski
· 10 years ago
2497255
GFS2: remove transaction glock
by Benjamin Marzinski
· 11 years ago
428fd95
GFS2: Re-add a call to log_flush_wait when flushing the journal
by Bob Peterson
· 11 years ago
b1ab1e4
GFS2: Remove extra "if" in gfs2_log_flush()
by Steven Whitehouse
· 11 years ago
022ef4f
GFS2: Move log buffer accounting to transaction
by Steven Whitehouse
· 11 years ago
d69a3c6
GFS2: Move log buffer lists into transaction
by Steven Whitehouse
· 11 years ago
885bcec
GFS2: Plug on AIL flush
by Steven Whitehouse
· 11 years ago
9290a9a
GFS2: Fix use-after-free race when calling gfs2_remove_from_ail
by Bob Peterson
· 11 years ago
5d05496
GFS2: aggressively issue revokes in gfs2_log_flush
by Benjamin Marzinski
· 12 years ago
16ca941
GFS2: replace gfs2_ail structure with gfs2_trans
by Benjamin Marzinski
· 12 years ago
4513899
GFS2: Use ->writepages for ordered writes
by Steven Whitehouse
· 12 years ago
c0752aa
GFS2: eliminate log elements and simplify
by Bob Peterson
· 13 years ago
144a4c2
GFS2: Log code fixes
by Steven Whitehouse
· 13 years ago
c50b91c
GFS2: Remove bd_list_tr
by Steven Whitehouse
· 13 years ago
e8c92ed
GFS2: Clean up log write code path
by Steven Whitehouse
· 13 years ago
fdb76a4
GFS2: Drop "pull" argument from log_write_header()
by Steven Whitehouse
· 13 years ago
34cc178
GFS2: Clean up log flush header writing
by Steven Whitehouse
· 13 years ago
08728f2
GFS2: Make bd_cmp() static
by Steven Whitehouse
· 13 years ago
4a36d08
GFS2: Sort the ordered write list
by Bob Peterson
· 13 years ago
47ac553
GFS2: Move two functions from log.c to lops.c
by Steven Whitehouse
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
a0acae0
freezer: unexport refrigerator() and update try_to_freeze() slightly
by Tejun Heo
· 13 years ago
20ed053
GFS2: Fix up REQ flags
by Steven Whitehouse
· 13 years ago
65299a3
block: separate priority boosting from REQ_META
by Christoph Hellwig
· 13 years ago
380f7c6
GFS2: Resolve inode eviction and ail list interaction bug
by Steven Whitehouse
· 13 years ago
26b06a6
GFS2: Wait properly when flushing the ail list
by Steven Whitehouse
· 14 years ago
4f1de01
GFS2: Fix ail list traversal
by Steven Whitehouse
· 14 years ago
c83ae9c
GFS2: Add an AIL writeback tracepoint
by Steven Whitehouse
· 14 years ago
4667a0e
GFS2: Make writeback more responsive to system conditions
by Steven Whitehouse
· 14 years ago
5ac048b
GFS2: Use filemap_fdatawrite() to write back the AIL
by Steven Whitehouse
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
c618e87
GFS2: Update to AIL list locking
by Steven Whitehouse
· 14 years ago
d6a079e
GFS2: introduce AIL lock
by Dave Chinner
· 14 years ago
721a960
block: kill off REQ_UNPLUG
by Jens Axboe
· 14 years ago
fa251f89
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
by Jens Axboe
· 14 years ago
5f48749
GFS2: gfs2_logd should be using interruptible waits
by Steven Whitehouse
· 14 years ago
f1e4d51
gfs2: replace barriers with explicit flush / FUA usage
by Christoph Hellwig
· 14 years ago
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
41f2df6
block: BARRIER request should imply SYNC
by Christoph Hellwig
· 15 years ago
ed4878e
GFS2: Rework reclaiming unlinked dinodes
by Bob Peterson
· 15 years ago
913a71d
GFS2: Add some useful messages
by Steven Whitehouse
· 15 years ago
5e687ea
GFS2: Various gfs2_logd improvements
by Benjamin Marzinski
· 15 years ago
2e95e3f
GFS2: Allow the number of committed revokes to temporarily be negative
by Benjamin Marzinski
· 15 years ago
0ab7d13
GFS2: Tag all metadata with jid
by Steven Whitehouse
· 15 years ago
6399777
GFS2: Add tracepoints
by Steven Whitehouse
· 16 years ago
b7d245d
gfs2: remove ->write_super and stop maintaining ->s_dirt
by Christoph Hellwig
· 16 years ago
c969f58c
GFS2: Update the rw flags
by Steven Whitehouse
· 16 years ago
f057f6c
GFS2: Merge lock_dlm module into GFS2
by Steven Whitehouse
· 16 years ago
254db57
GFS2: Support for I/O barriers
by Steven Whitehouse
· 16 years ago
2d81afb
[GFS2] trivial sparse lock annotations
by Harvey Harrison
· 17 years ago
62be1f7
[GFS2] fix assertion in log_refund()
by Roel Kluin
· 17 years ago
d0109bf
[GFS2] Only do lo_incore_commit once
by Bob Peterson
· 17 years ago
ac39aad
[GFS2] Fix assert in log code
by Steven Whitehouse
· 17 years ago
ff91cc9
[GFS2] Fix log block mapper
by Steven Whitehouse
· 17 years ago
da6dd40
[GFS2] Journal extent mapping
by Bob Peterson
· 17 years ago
e9e1ef2
[GFS2] Remove function gfs2_get_block
by Bob Peterson
· 17 years ago
1a2781c
[GFS2] Fix runtime issue with UP kernels
by Fabio Massimo Di Nitto
· 17 years ago
e35b921
[GFS2] Don't periodically update the jindex
by Steven Whitehouse
· 17 years ago
ec69b18
[GFS2] Move gfs2_logd into log.c
by Steven Whitehouse
· 17 years ago
fd041f0
[GFS2] Use atomic_t for journal free blocks counter
by Steven Whitehouse
· 17 years ago
2bcd610
[GFS2] Don't add glocks to the journal
by Steven Whitehouse
· 17 years ago
b8e7cbb
[GFS2] Add writepages for GFS2 jdata
by Steven Whitehouse
· 17 years ago
f91a0d3
[GFS2] Remove useless i_cache from inodes
by Steven Whitehouse
· 17 years ago
5a60c53
[GFS2] Get superblock a different way
by Steven Whitehouse
· 17 years ago
16615be
[GFS2] Clean up journaled data writing
by Steven Whitehouse
· 17 years ago
1ad38c4
[GFS2] Clean up gfs2_trans_add_revoke()
by Steven Whitehouse
· 17 years ago
d7b616e
[GFS2] Clean up ordered write code
by Steven Whitehouse
· 17 years ago
1e1a3d0
[GFS2] Introduce gfs2_remove_from_ail
by Steven Whitehouse
· 17 years ago
bb3b0e3
[GFS2] Clean up invalidatepage/releasepage
by Steven Whitehouse
· 17 years ago
0f8468c
[GFS2] Detach buf data during in-place writeback
by Bob Peterson
· 17 years ago
693ddea
[GFS2] Revert part of earlier log.c changes
by Bob Peterson
· 17 years ago
a0a2474
[GFS2] Small fixes to logging code
by Steven Whitehouse
· 17 years ago
2332c44
[GFS2] assertion failure after writing to journaled file, umount
by Robert Peterson
· 18 years ago
8fb6859
[GFS2] Journaled file write/unstuff bug
by Robert Peterson
· 18 years ago
ddf4b42
[GFS2] fix jdata issues
by Benjamin Marzinski
· 18 years ago
8991864
[GFS2] Make the log reserved blocks depend on block size
by Steven Whitehouse
· 18 years ago
aed3255
[GFS2] fs/gfs2/log.c:log_bmap() fix printk format warning
by Ryusuke Konishi
· 18 years ago
a25311c
[GFS2] Move gfs2_meta_syncfs() into log.c
by Steven Whitehouse
· 18 years ago
b004157
[GFS2] Fix journal flush problem
by Steven Whitehouse
· 18 years ago
2359125
[GFS2] Fix bmap to map extents properly
by Steven Whitehouse
· 18 years ago
Next »