Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
adf25973156d308d147ceb4169e03a6e2f2cee57
/
fs
/
xfs
/
xfs_trace.h
5a5881c
xfs: add lots of attribute trace points
by Dave Chinner
· 13 years ago
f616137
xfs: trace xfs_name strings correctly
by Christoph Hellwig
· 13 years ago
9f920f1
xfs: use per-filesystem radix trees for dquot lookup
by Christoph Hellwig
· 13 years ago
8a9c998
xfs: log timestamp updates
by Christoph Hellwig
· 13 years ago
9006fb9
xfs: split and cleanup xfs_log_reserve
by Christoph Hellwig
· 13 years ago
e179840d
xfs: share code for grant head wakeups
by Christoph Hellwig
· 13 years ago
23ee3df
xfs: share code for grant head waiting
by Christoph Hellwig
· 13 years ago
2849696
xfs: add the xlog_grant_head structure
by Christoph Hellwig
· 13 years ago
92b2e5b
xfs: use a normal shrinker for the dquot freelist
by Christoph Hellwig
· 13 years ago
2813d68
xfs: remove the i_new_size field in struct xfs_inode
by Christoph Hellwig
· 13 years ago
ce7ae15
xfs: remove the i_size field in struct xfs_inode
by Christoph Hellwig
· 13 years ago
8096b1e
xfs: remove the if_ext_max field in struct xfs_ifork
by Christoph Hellwig
· 13 years ago
673e8e5
xfs: remove xfs_itruncate_data
by Christoph Hellwig
· 13 years ago
be7ffc3
xfs: implement lazy removal for the dquot freelist
by Christoph Hellwig
· 13 years ago
9f9c19e
xfs: fix the logspace waiting algorithm
by Christoph Hellwig
· 13 years ago
9e4c109
xfs: add AIL pushing tracepoints
by Christoph Hellwig
· 13 years ago
1da2f2d
xfs: optimize fsync on directories
by Christoph Hellwig
· 13 years ago
61551f1
xfs: call xfs_buf_delwri_queue directly
by Christoph Hellwig
· 13 years ago
c59d87c
xfs: remove subdirectories
by Christoph Hellwig
· 13 years ago
[Renamed from fs/xfs/linux-2.6/xfs_trace.h]
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
55fb25d5
xfs: add size update tracepoint to IO completion
by Dave Chinner
· 13 years ago
0c842ad
xfs: clean up buffer locking helpers
by Christoph Hellwig
· 13 years ago
8f04c47
xfs: split xfs_itruncate_finish
by Christoph Hellwig
· 13 years ago
857b977
xfs: kill xfs_itruncate_start
by Christoph Hellwig
· 13 years ago
1a18a29
xfs: fix compiler warning in xfs_trace.h
by Christoph Hellwig
· 14 years ago
97d3ac7
xfs: exact busy extent tracking
by Christoph Hellwig
· 14 years ago
e26f050
xfs: do not immediately reuse busy extent ranges
by Christoph Hellwig
· 14 years ago
a46db60
xfs: add FITRIM support
by Christoph Hellwig
· 14 years ago
3f16b98
xfs: introduce new locks for the log grant ticket wait queues
by Dave Chinner
· 14 years ago
1c3cb9e
xfs: convert l_tail_lsn to an atomic variable.
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
9f9baab
xfs: clean up xfs_alloc_ag_vextent_exact
by Christoph Hellwig
· 14 years ago
a206c81
xfs: kill xfs_iomap
by Christoph Hellwig
· 14 years ago
5fe3a5a
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
65d0f20
xfs: split inode AG walking into separate code for reclaim
by Dave Chinner
· 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
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
0f1a932
xfs: Fix build when CONFIG_XFS_POSIX_ACL=n
by Tony Luck
· 14 years ago
cca28fb
xfs: split xfs_itrace_entry
by Christoph Hellwig
· 14 years ago
d2e078c
xfs: some iget tracing cleanups / fixes
by Christoph Hellwig
· 14 years ago
20cb52e
xfs: simplify xfs_vm_writepage
by Christoph Hellwig
· 14 years ago
4d16e92
xfs: simplify buffer pinning
by Christoph Hellwig
· 14 years ago
16fd536
xfs: track AGs with reclaimable inodes in per-ag radix tree
by Dave Chinner
· 14 years ago
f8adb4d
xfs: convert more trace events to DEFINE_EVENT
by Li Zefan
· 14 years ago
ed3b4d6
xfs: Improve scalability of busy extent tracking
by Dave Chinner
· 14 years ago
e6a81f1
xfs: convert the dquot hash list to use list heads
by Dave Chinner
· 15 years ago
368e136
xfs: remove duplicate code from dquot reclaim
by Dave Chinner
· 15 years ago
9abbc53
xfs: add log item recovery tracing
by Dave Chinner
· 15 years ago
4aaf15d
xfs: Add inode pin counts to traces
by Dave Chinner
· 15 years ago
f7008d0
xfs: fix xfs_fsblock_t tracing
by Christoph Hellwig
· 15 years ago
b262e5d
xfs: fix dquota trace format
by Christoph Hellwig
· 15 years ago
d808f61
xfs: Don't issue buffer IO direct from AIL push V2
by Dave Chinner
· 15 years ago
0fa800f
xfs: Add trace points for per-ag refcount debugging.
by Dave Chinner
· 15 years ago
3a85cd9
xfs: add tracing to xfs_swap_extents
by Dave Chinner
· 15 years ago
fd45e478
xfs: Ensure we force all busy extents in range to disk
by Dave Chinner
· 15 years ago
ea9a488
xfs: use DECLARE_EVENT_CLASS
by Christoph Hellwig
· 15 years ago
a539bd8
xfs: kill some warnings on i386 builds
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago