xfs: remove nr_to_write writeback windup.
[safe/jmp/linux-2.6] / kernel / trace / blktrace.c
2010-05-31 Randy Dunlapblktrace: Fix new kernel-doc warnings
2010-05-14 Steven Rostedttracing: Allow events to share their print functions
2010-05-14 Steven Rostedttracing: Let tracepoints have data passed to tracepoint...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-28 Dmitry Monakhovblktrace: perform cleanup after setup error
2009-10-01 Jun'ichi NomuraAdd a tracepoint for block request remapping
2009-10-01 Jun'ichi NomuraAdd a tracepoint for block request remapping
2009-10-01 Zdenek KabelacAdd missing blk_trace_remove_sysfs to be in pair with...
2009-09-06 Ingo MolnarMerge commit 'v2.6.31-rc9' into tracing/core
2009-09-04 Steven Rostedttracing: pass around ring buffer instead of tracer
2009-08-12 Alan D. BrunelleRemove double removal of blktrace directory
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-09 Li Zefantracing/events: convert block trace points to TRACE_EVENT()
2009-05-19 Stefan Rasplblktrace: remove debugfs entries on bad path
2009-05-11 Li Zefanblktrace: pdu_buf of pc events should be unsigned
2009-05-11 Tejun Heoblock: drop request->hard_* and *nr_sectors
2009-05-11 Tejun Heoblock: implement blk_rq_pos/[cur_]sectors() and convert...
2009-05-06 Alan D. Brunelleblktrace: from-sector redundant in trace_block_remap
2009-05-06 Alan D. Brunelleblktrace: correct remap names
2009-04-16 Li Zefanblktrace: fix context-info when mixed-using blk tracer...
2009-04-16 Li Zefanblktrace: add trace/ to /sys/block/sda
2009-04-16 Li Zefanblktrace: support per-partition tracing for ftrace...
2009-04-16 Shawn Dublktrace: support per-partition tracing
2009-04-12 Li Zefanblktrace: fix output of BLK_TC_PC events
2009-04-12 Li Zefanblktrace: fix output of unknown events
2009-04-09 Li Zefanblktrace: pass the right pointer to kfree()
2009-04-03 Li Zefanblktrace: fix pdu_len when tracing packet command requests
2009-04-03 Li Zefanblktrace: small cleanup in blk_msg_write()
2009-04-03 Carl Henrik Lundeblktrace: NUL-terminate user space messages
2009-03-31 Li Zefanblktrace: print out BLK_TN_MESSAGE properly
2009-03-31 Li Zefanblktrace: extract duplidate code
2009-03-31 Li Zefanblktrace: fix memory leak when freeing struct blk_io_trace
2009-03-31 Li Zefanblktrace: fix blk_probes_ref chaos
2009-03-31 Li Zefanblktrace: make classic output more classic
2009-03-31 Li Zefanblktrace: fix off-by-one bug
2009-03-31 Li Zefanblktrace: fix the original blktrace
2009-03-31 Li Zefanblktrace: fix a race when creating blk_tree_root in...
2009-03-31 Li Zefanblktrace: fix timestamp in binary output
2009-03-24 Li Zefanblktrace: print human-readable act_mask
2009-03-24 Li Zefanblktrace: fix t_error()
2009-03-24 Li Zefanblktrace: fix wrong calculation of RWBS
2009-03-24 Li Zefanblktrace: mark ddir_act[] const
2009-03-21 Li Zefanblktrace: avoid accessing NULL bdev->bd_disk
2009-03-21 Li Zefanblktrace: remove sysfs_blk_trace_enable_show/store()
2009-03-21 Li Zefanblktrace: report EBUSY correctly
2009-03-21 Li Zefanblktrace: don't increase blk_probes_ref if failed to...
2009-03-21 Li Zefanblktrace: remove blk_probe_mutex
2009-03-21 Li Zefanblktrace: make blk_tracer_enabled a bool flag
2009-03-21 Li Zefanblktrace: fix possible memory leak
2009-03-17 Steven Rostedttracing: protect reader of cmdline output
2009-03-10 Ingo MolnarMerge branch 'tip/tracing/ftrace' of git://git./linux...
2009-03-10 Steven Rostedttracing: remove funky whitespace in the trace code
2009-03-06 Ingo MolnarMerge branch 'x86/core' into tracing/textedit
2009-03-05 Steven Rostedttracing: remove extra latency_trace method from trace...
2009-02-19 Ingo MolnarMerge branch 'linus' into tracing/blktrace
2009-02-09 Frederic Weisbeckertracing/blktrace: move the tracing file to kernel/trace