Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
844154bbd074ce3fcdc79f0b70586e61ec60a3f8
/
fs
/
xfs
/
xfs_log_priv.h
9006fb9
xfs: split and cleanup xfs_log_reserve
by Christoph Hellwig
· 13 years ago
2849696
xfs: add the xlog_grant_head structure
by Christoph Hellwig
· 13 years ago
14a7235
xfs: remove log space waitqueues
by Christoph Hellwig
· 13 years ago
09a423a
xfs: split tail_lsn assignments from log space wakeups
by Christoph Hellwig
· 13 years ago
97d3ac7
xfs: exact busy extent tracking
by Christoph Hellwig
· 14 years ago
1e05ff0
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
da8a1a4
xfs: convert log tail checking to a warning
by Dave Chinner
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
a0fa2b6
xfs: Convert xlog_warn to new logging interface
by Dave Chinner
· 14 years ago
d0eb2f3
xfs: convert grant head manipulations to lockless algorithm
by Dave Chinner
· 14 years ago
3f16b98
xfs: introduce new locks for the log grant ticket wait queues
by Dave Chinner
· 14 years ago
c8a09ff
xfs: convert log grant heads to atomic variables
by Dave Chinner
· 14 years ago
1c3cb9e
xfs: convert l_tail_lsn to an atomic variable.
by Dave Chinner
· 14 years ago
84f3c68
xfs: convert l_last_sync_lsn to an atomic variable
by Dave Chinner
· 14 years ago
eb40a87
xfs: use wait queues directly for the log wait queues
by Dave Chinner
· 14 years ago
a69ed03
xfs: combine grant heads into a single 64 bit integer
by Dave Chinner
· 14 years ago
1054794
xfs: convert log grant ticket queues to list heads
by Dave Chinner
· 14 years ago
d5689ea
xfs: use struct list_head for the buf cancel table
by Christoph Hellwig
· 14 years ago
8016867
xfs: force background CIL push under sustained load
by Dave Chinner
· 14 years ago
a44f13e
xfs: Reduce log force overhead for delayed logging
by Dave Chinner
· 14 years ago
df80615
xfs: enable background pushing of the CIL
by Dave Chinner
· 14 years ago
71e330b
xfs: Introduce delayed logging core code
by Dave Chinner
· 14 years ago
955833c
xfs: make the log ticket ID available outside the log infrastructure
by Dave Chinner
· 14 years ago
48389ef
xfs: kill off l_sectbb_mask
by Alex Elder
· 15 years ago
69ce58f
xfs: record log sector size rather than log2(that)
by Alex Elder
· 15 years ago
e6b1f27
xfs: clean up xlog_write_adv_cnt
by Christoph Hellwig
· 15 years ago
5d77c0d
xfs: make several more functions static
by Eric Sandeen
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
d96f8f8
xfs: add more statics & drop some unused functions
by Eric Sandeen
· 15 years ago
076e6ac
xfs: cleanup xlog_bread
by Christoph Hellwig
· 16 years ago
a568778
xfs: remove uchar_t/ushort_t/uint_t/ulong_t types
by Christoph Hellwig
· 16 years ago
b28708d
[XFS] sanitize xlog_in_core_t definition
by Christoph Hellwig
· 16 years ago
cc09c0d
[XFS] Fix double free of log tickets
by Dave Chinner
· 16 years ago
a9c21c1
[XFS] Given the log a pointer to the AIL
by David Chinner
· 16 years ago
31bd61f
[XFS] Move memory allocations for log tracing out of the critical path
by Lachlan McIlroy
· 16 years ago
4249023
[XFS] cleanup xfs_mountfs
by Christoph Hellwig
· 16 years ago
12017fa
[XFS] clean up stale references to semaphores
by David Chinner
· 16 years ago
d748c62
[XFS] Convert l_flushsema to a sv_t
by Matthew Wilcox
· 16 years ago
4679b2d
[XFS] Reorganise xlog_t for better cacheline isolation of contention
by David Chinner
· 17 years ago
eb01c9c
[XFS] Remove the xlog_ticket allocator
by David Chinner
· 17 years ago
114d23a
[XFS] Per iclog callback chain lock
by David Chinner
· 17 years ago
155cc6b
[XFS] Use atomics for iclog reference counting
by David Chinner
· 17 years ago
6211870
[XFS] remove shouting-indirection macros from xfs_sb.h
by Eric Sandeen
· 17 years ago
b53e675
[XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations
by Christoph Hellwig
· 17 years ago
67fcb7b
[XFS] clean up some xfs_log_priv.h macros
by Christoph Hellwig
· 17 years ago
03bea6f
[XFS] clean up some xfs_log_priv.h macros
by Christoph Hellwig
· 17 years ago
c8b5ea2
[XFS] Unwrap GRANT_LOCK.
by Eric Sandeen
· 17 years ago
b22cd72c
[XFS] Unwrap LOG_LOCK.
by Eric Sandeen
· 17 years ago
0adba53
[XFS] replace some large xfs_log_priv.h macros by proper functions
by Christoph Hellwig
· 17 years ago
dcb3b83
[XFS] clean up xfs_start_flags
by Eric Sandeen
· 17 years ago
1cb5125
[XFS] choose single default logbuf count & size
by Eric Sandeen
· 17 years ago
955e47a
[XFS] Fixes the leak in reservation space because we weren't ungranting
by Tim Shimmin
· 18 years ago
3f89243
[XFS] Remove several macros that are no longer used anywhere
by Eric Sandeen
· 18 years ago
1259845
[XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to
by Tim Shimmin
· 19 years ago
dd954c6
[XFS] turn xlog helper macros into real functions
by Christoph Hellwig
· 19 years ago
65be605
[XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover
by Eric Sandeen
· 19 years ago
551c81e
[XFS] Resolve the xlog_grant_log_space hang, revert inline to macro.
by Nathan Scott
· 19 years ago
cfcbbbd
[XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.
by Nathan Scott
· 19 years ago
7b71876
[XFS] Update license/copyright notices to match the prefered SGI boilerplate.
by Nathan Scott
· 19 years ago
a844f45
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
by Nathan Scott
· 19 years ago
f016bad
[XFS] Cleanup some -Wundef flag warnings in the endian macros (thanks
by Nathan Scott
· 19 years ago
7e9c639
[XFS] 929956 add log debugging and tracing info
by Tim Shimmin
· 19 years ago
ba0f32d
[XFS] mark various symbols static Patch from Adrian Bunk
by Christoph Hellwig
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago