Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
7fae0db43906ef182b3aee22415c9042ab18d6e6
/
fs
/
xfs
/
xfs_log.c
93b8a58
xfs: remove the deprecated nodelaylog option
by Christoph Hellwig
· 13 years ago
9f9c19e
xfs: fix the logspace waiting algorithm
by Christoph Hellwig
· 13 years ago
272e42b
xfs: constify xfs_item_ops
by Christoph Hellwig
· 13 years ago
901796a
xfs: clean up xfs_ioerror_alert
by Christoph Hellwig
· 13 years ago
4347b9d
xfs: clean up buffer allocation
by Christoph Hellwig
· 13 years ago
c867cb6
xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE
by Christoph Hellwig
· 13 years ago
02fe03d
xfs: Remove the macro XFS_BUF_SET_PTR
by Chandra Seetharaman
· 13 years ago
6292604
xfs: Remove the macro XFS_BUF_PTR
by Chandra Seetharaman
· 13 years ago
b75e40a
xfs: Remove macro XFS_BUF_BUSY and family
by Chandra Seetharaman
· 13 years ago
5a52c2a58
xfs: Remove the macro XFS_BUF_ERROR and family
by Chandra Seetharaman
· 13 years ago
cb669ca
xfs: remove wrappers around b_iodone
by Christoph Hellwig
· 13 years ago
adadbee
xfs: remove wrappers around b_fspriv
by Christoph Hellwig
· 13 years ago
bf9d901
xfs: add a proper transaction pointer to struct xfs_buf
by Christoph Hellwig
· 13 years ago
e163cbd
xfs: avoid a few disk cache flushes
by Christoph Hellwig
· 13 years ago
1d5ae5d
xfs: cleanup I/O-related buffer flags
by Christoph Hellwig
· 13 years ago
c8da0fa
xfs: return the buffer locked from xfs_buf_get_uncached
by Christoph Hellwig
· 13 years ago
0c842ad
xfs: clean up buffer locking helpers
by Christoph Hellwig
· 13 years ago
69ef921
xfs: byteswap constants instead of variables
by Christoph Hellwig
· 13 years ago
a27a263
xfs: make log devices with write back caches work
by Christoph Hellwig
· 13 years ago
4439647
xfs: reset buffer pointers before freeing them
by Dave Chinner
· 14 years ago
97d3ac7
xfs: exact busy extent tracking
by Christoph Hellwig
· 14 years ago
da8a1a4
xfs: convert log tail checking to a warning
by Dave Chinner
· 14 years ago
fd07484
xfs: push the AIL from memory reclaim and periodic sync
by Dave Chinner
· 14 years ago
a0fa2b6
xfs: Convert xlog_warn to new logging interface
by Dave Chinner
· 14 years ago
73efe4a
xfs: prevent NMI timeouts in cmn_err
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
2ced19c
xfs: make AIL tail pushing independent of the grant lock
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
663e496
xfs: rework log grant space calculations
by Dave Chinner
· 14 years ago
3f336c6
xfs: fact out common grant head/log tail verification code
by Dave Chinner
· 14 years ago
1054794
xfs: convert log grant ticket queues to list heads
by Dave Chinner
· 14 years ago
5fe3a5a
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
fa251f89
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
by Jens Axboe
· 14 years ago
1a1a3e9
xfs: remove xfs_buf wrappers
by Christoph Hellwig
· 14 years ago
686865f
xfs: rename xfs_buf_get_nodaddr to be more appropriate
by Dave Chinner
· 14 years ago
80f6c29
xfs: replace barriers with explicit flush / FUA usage
by Christoph Hellwig
· 14 years ago
a44f13e
xfs: Reduce log force overhead for delayed logging
by Dave Chinner
· 14 years ago
73523a2
xfs: fix gcc 4.6 set but not read and unused statement warnings
by Christoph Hellwig
· 14 years ago
651701d
xfs: remove incorrect log write optimization
by Christoph Hellwig
· 14 years ago
9134c23
xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flags
by Christoph Hellwig
· 14 years ago
4e0d5f9
xfs: fix the xfs_log_iovec i_addr type
by Christoph Hellwig
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
9da1ab1
xfs: forced unmounts need to push 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
169a7b0
xfs: clean up log ticket overrun debug output
by Dave Chinner
· 15 years ago
3383ca5
xfs: allow log ticket allocation to take allocation flags
by Dave Chinner
· 15 years ago
524ee36
xfs: Don't reuse the same transaction ID for duplicated transactions.
by Dave Chinner
· 15 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
f983710
xfs: make the log ticket transaction id random
by Dave Chinner
· 15 years ago
e6b1f27
xfs: clean up xlog_write_adv_cnt
by Christoph Hellwig
· 15 years ago
55b6633
xfs: introduce new internal log vector structure
by Dave Chinner
· 15 years ago
99428ad
xfs: reindent xlog_write
by Christoph Hellwig
· 15 years ago
b5203cd
xfs: factor xlog_write
by Dave Chinner
· 15 years ago
9b9fc2b7
xfs: log ticket reservation underestimates the number of iclogs
by Dave Chinner
· 15 years ago
43f5efc
xfs: factor log item initialisation
by Dave Chinner
· 15 years ago
b6f8dd4
xfs: ensure that sync updates the log tail correctly
by Dave Chinner
· 15 years ago
35a8a72
xfs: stop passing opaque handles to xfs_log.c routines
by Christoph Hellwig
· 15 years ago
a14a348
xfs: cleanup up xfs_log_force calling conventions
by Christoph Hellwig
· 15 years ago
4139b3b
xfs: kill XLOG_VEC_SET_TYPE
by Christoph Hellwig
· 15 years ago
873ff55
xfs: clean up log buffer writes
by Christoph Hellwig
· 15 years ago
2ee1aba
xfs: improve metadata I/O merging in the elevator
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
a8914f3
xfs: fix spin_is_locked assert on uni-processor builds
by Christoph Hellwig
· 15 years ago
9d7fef7
xfs: inform the xfsaild of the push target before sleeping
by Dave Chinner
· 16 years ago
a6cb767
xfs: validate log feature fields correctly
by Dave Chinner
· 16 years ago
9da096f
xfs: fix various typos
by Malcolm Parsons
· 16 years ago
21b699c
xfs: cleanup log unmount handling
by Christoph Hellwig
· 16 years ago
2643075
xfs: fix error handling in xfs_log_mount
by Christoph Hellwig
· 16 years ago
7153f8b
xfs: remove iclog calculation special cases
by Christoph Hellwig
· 16 years ago
39e2def
reduce l_icloglock roundtrips
by Christoph Hellwig
· 16 years ago
b28708d
[XFS] sanitize xlog_in_core_t definition
by Christoph Hellwig
· 16 years ago
bac8dca
[XFS] fix NULL pointer dereference in xfs_log_force_umount
by Christoph Hellwig
· 16 years ago
cc09c0d
[XFS] Fix double free of log tickets
by Dave Chinner
· 16 years ago
644c356
[XFS] handle memory allocation failures during log initialisation
by Dave Chinner
· 16 years ago
783a2f6
[XFS] Finish removing the mount pointer from the AIL API
by David Chinner
· 16 years ago
a9c21c1
[XFS] Given the log a pointer to the AIL
by David Chinner
· 16 years ago
c7e8f26
[XFS] Move the AIL lock into the struct xfs_ail
by David Chinner
· 16 years ago
5b00f14
[XFS] move the AIl traversal over to a consistent interface
by David Chinner
· 16 years ago
27d8d5f
[XFS] Use a cursor for AIL traversal.
by David Chinner
· 16 years ago
73f6aa4
Fix barrier fail detection in XFS
by Christoph Hellwig
· 16 years ago
b5b8c9a
[XFS] Fix barrier status change detection.
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
c6a7b0f
[XFS] Fix use after free in xfs_log_done().
by Lachlan McIlroy
· 16 years ago
5695ef4
[XFS] Use KM_NOFS for debug trace buffers
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
d729eae
[XFS] Ensure that 2 GiB xfs logs work properly.
by Michael Nishimoto
· 16 years ago
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 16 years ago
49641f1
Fix reference counting race on log buffers
by Dave Chinner
· 16 years ago
1bb7d6b
[XFS] Catch log unmount failures.
by David Chinner
· 17 years ago
b911ca0
[XFS] Sanitise xfs_log_force error checking.
by David Chinner
· 17 years ago
Next »