index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
bmap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-05
jbd2: Provide trace event for handle restarts
Jan Kara
2
-2
/
+22
2019-11-05
ext4: Reserve revoke credits for freed blocks
Jan Kara
11
-67
/
+140
2019-11-05
jbd2: Make credit checking more strict
Jan Kara
1
-1
/
+1
2019-11-05
jbd2: Rename h_buffer_credits to h_total_credits
Jan Kara
2
-19
/
+20
2019-11-05
jbd2: Reserve space for revoke descriptor blocks
Jan Kara
7
-22
/
+112
2019-11-05
jbd2: Drop jbd2_space_needed()
Jan Kara
3
-12
/
+4
2019-11-05
jbd2: Account descriptor blocks into t_outstanding_credits
Jan Kara
4
-25
/
+24
2019-11-05
jbd2: Factor out common parts of stopping and restarting a handle
Jan Kara
1
-52
/
+46
2019-11-05
jbd2: Drop pointless wakeup from jbd2_journal_stop()
Jan Kara
1
-4
/
+1
2019-11-05
jbd2: Drop pointless check from jbd2_journal_stop()
Jan Kara
1
-5
/
+2
2019-11-05
jbd2: Reorganize jbd2_journal_stop()
Jan Kara
1
-24
/
+16
2019-11-05
jbd2: Fix statistics for the number of logged blocks
Jan Kara
1
-1
/
+3
2019-11-05
ocfs2: Use accessor function for h_buffer_credits
Jan Kara
2
-18
/
+18
2019-11-05
ext4, jbd2: Provide accessor function for handle credits
Jan Kara
4
-14
/
+14
2019-11-05
ext4: Provide function to handle transaction restarts
Jan Kara
9
-247
/
+234
2019-11-05
ext4: Avoid unnecessary revokes in ext4_alloc_branch()
Jan Kara
1
-9
/
+19
2019-11-05
ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()
Jan Kara
1
-2
/
+1
2019-11-05
ext4: Fix ext4_should_journal_data() for EA inodes
Jan Kara
1
-0
/
+1
2019-11-05
ext4: Fix credit estimate for final inode freeing
Jan Kara
1
-2
/
+11
2019-11-05
ext4: Do not iput inode under running transaction
Jan Kara
1
-6
/
+23
2019-11-05
ext4: Move marking of handle as sync to ext4_add_nondir()
Jan Kara
1
-7
/
+3
2019-11-05
jbd2: Completely fill journal descriptor blocks
Jan Kara
1
-1
/
+12
2019-11-05
jbd2: Fixup stale comment in commit code
Jan Kara
1
-2
/
+1
2019-11-05
jbd2: Fix possible overflow in jbd2_log_space_left()
Jan Kara
1
-2
/
+2
2019-10-22
ext4: Enable blocksize < pagesize for dioread_nolock
Ritesh Harjani
1
-10
/
+0
2019-10-22
ext4: Add support for blocksize < pagesize in dioread_nolock
Ritesh Harjani
4
-29
/
+82
2019-10-22
ext4: Refactor mpage_map_and_submit_buffers function
Ritesh Harjani
1
-42
/
+83
2019-10-22
ext4: Add API to bring in support for unwritten io_end_vec conversion
Ritesh Harjani
3
-19
/
+32
2019-10-22
ext4: keep uniform naming convention for io & io_end variables
Ritesh Harjani
1
-27
/
+28
2019-10-21
jbd2: Free journal head outside of locked region
Thomas Gleixner
1
-6
/
+14
2019-10-21
jbd2: Make state lock a spinlock
Thomas Gleixner
6
-94
/
+84
2019-10-21
jbd2: Don't call __bforget() unnecessarily
Jan Kara
1
-5
/
+4
2019-10-21
jbd2: Drop unnecessary branch from jbd2_journal_forget()
Jan Kara
1
-4
/
+0
2019-10-21
jbd2: Move dropping of jh reference out of un/re-filing functions
Jan Kara
3
-10
/
+20
2019-10-21
jbd2: Remove jbd_trylock_bh_state()
Thomas Gleixner
1
-5
/
+0
2019-10-21
jbd2: Simplify journal_unmap_buffer()
Thomas Gleixner
1
-6
/
+2
2019-10-14
Linux 5.4-rc3
v5.4-rc3
Linus Torvalds
1
-1
/
+1
2019-10-13
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
1
-0
/
+1
2019-10-13
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Srivatsa S. Bhat (VMware)
1
-0
/
+2
2019-10-13
tracing/hwlat: Report total time spent in all NMIs during the sample
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-10-13
recordmcount: Fix nop_mcount() function
Steven Rostedt (VMware)
1
-4
/
+1
2019-10-13
tracing: Do not create tracefs files if tracefs lockdown is in effect
Steven Rostedt (VMware)
1
-0
/
+4
2019-10-13
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
10
-4
/
+98
2019-10-13
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
6
-60
/
+81
2019-10-13
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
3
-15
/
+5
2019-10-13
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
1
-2
/
+15
2019-10-13
ftrace: Get a reference counter for the trace_array on filter files
Steven Rostedt (VMware)
1
-9
/
+18
2019-10-13
tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...
Steven Rostedt (VMware)
1
-41
/
+1
2019-10-12
perf/x86/cstate: Add Tiger Lake CPU support
Kan Liang
1
-9
/
+11
2019-10-12
perf/x86/msr: Add Tiger Lake CPU support
Kan Liang
1
-0
/
+2
[next]