Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
a6d4040846bff49c7e870cee5693245f87f2cfce
a6d404084
Merge branch 'jk/jbd2-revoke-overflow'
by Theodore Ts'o
· 5 years ago
19014d6
jbd2: Fine tune estimate of necessary descriptor blocks
by Jan Kara
· 5 years ago
0094f98
jbd2: Provide trace event for handle restarts
by Jan Kara
· 5 years ago
83448bd
ext4: Reserve revoke credits for freed blocks
by Jan Kara
· 5 years ago
d090707
jbd2: Make credit checking more strict
by Jan Kara
· 5 years ago
933f1c1
jbd2: Rename h_buffer_credits to h_total_credits
by Jan Kara
· 5 years ago
fdc3ef8
jbd2: Reserve space for revoke descriptor blocks
by Jan Kara
· 5 years ago
77444ac
jbd2: Drop jbd2_space_needed()
by Jan Kara
· 5 years ago
9f356e5
jbd2: Account descriptor blocks into t_outstanding_credits
by Jan Kara
· 5 years ago
ec8b6f6
jbd2: Factor out common parts of stopping and restarting a handle
by Jan Kara
· 5 years ago
5559b2d
jbd2: Drop pointless wakeup from jbd2_journal_stop()
by Jan Kara
· 5 years ago
150549e
jbd2: Drop pointless check from jbd2_journal_stop()
by Jan Kara
· 5 years ago
dfaf5ff
jbd2: Reorganize jbd2_journal_stop()
by Jan Kara
· 5 years ago
015c603
jbd2: Fix statistics for the number of logged blocks
by Jan Kara
· 5 years ago
9797a90
ocfs2: Use accessor function for h_buffer_credits
by Jan Kara
· 5 years ago
a9a8344
ext4, jbd2: Provide accessor function for handle credits
by Jan Kara
· 5 years ago
a413036
ext4: Provide function to handle transaction restarts
by Jan Kara
· 5 years ago
f2890730
ext4: Avoid unnecessary revokes in ext4_alloc_branch()
by Jan Kara
· 5 years ago
6cb367c
ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()
by Jan Kara
· 5 years ago
321238f
ext4: Fix ext4_should_journal_data() for EA inodes
by Jan Kara
· 5 years ago
65db869
ext4: Fix credit estimate for final inode freeing
by Jan Kara
· 5 years ago
9b88f9f
ext4: Do not iput inode under running transaction
by Jan Kara
· 5 years ago
a9e2632
ext4: Move marking of handle as sync to ext4_add_nondir()
by Jan Kara
· 5 years ago
b90bfdf
jbd2: Completely fill journal descriptor blocks
by Jan Kara
· 5 years ago
0db4588
jbd2: Fixup stale comment in commit code
by Jan Kara
· 5 years ago
add3efd
jbd2: Fix possible overflow in jbd2_log_space_left()
by Jan Kara
· 5 years ago
0d0a60c
Merge branch 'rh/dioread-nolock-1k' into dev
by Theodore Ts'o
· 5 years ago
c33fbe8
ext4: Enable blocksize < pagesize for dioread_nolock
by Ritesh Harjani
· 5 years ago
c8cc881
ext4: Add support for blocksize < pagesize in dioread_nolock
by Ritesh Harjani
· 5 years ago
2943fdb
ext4: Refactor mpage_map_and_submit_buffers function
by Ritesh Harjani
· 5 years ago
a00713e
ext4: Add API to bring in support for unwritten io_end_vec conversion
by Ritesh Harjani
· 5 years ago
821ff38
ext4: keep uniform naming convention for io & io_end variables
by Ritesh Harjani
· 5 years ago
7855a57
jbd2: Free journal head outside of locked region
by Thomas Gleixner
· 6 years ago
4641706
jbd2: Make state lock a spinlock
by Thomas Gleixner
· 6 years ago
2e710ff
jbd2: Don't call __bforget() unnecessarily
by Jan Kara
· 6 years ago
6d69843
jbd2: Drop unnecessary branch from jbd2_journal_forget()
by Jan Kara
· 6 years ago
93108eb
jbd2: Move dropping of jh reference out of un/re-filing functions
by Jan Kara
· 6 years ago
d8ede91
jbd2: Remove jbd_trylock_bh_state()
by Thomas Gleixner
· 6 years ago
d84560f
jbd2: Simplify journal_unmap_buffer()
by Thomas Gleixner
· 6 years ago
4f5cafb
Linux 5.4-rc3
by Linus Torvalds
· 5 years ago
d4615e5
Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
2581efa
Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 5 years ago
71b1b553
Merge tag 'fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
by Linus Torvalds
· 5 years ago
b27528b
Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
d303de1
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
by Petr Mladek
· 5 years ago
fc64e4a
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
by Srivatsa S. Bhat (VMware)
· 5 years ago
98dc19c
tracing/hwlat: Report total time spent in all NMIs during the sample
by Srivatsa S. Bhat (VMware)
· 5 years ago
7f8557b
recordmcount: Fix nop_mcount() function
by Steven Rostedt (VMware)
· 5 years ago
bf8e602
tracing: Do not create tracefs files if tracefs lockdown is in effect
by Steven Rostedt (VMware)
· 5 years ago
17911ff
tracing: Add locked_down checks to the open calls of files created for tracefs
by Steven Rostedt (VMware)
· 5 years ago
8530dec
tracing: Add tracing_check_open_get_tr()
by Steven Rostedt (VMware)
· 5 years ago
aa07d71
tracing: Have trace events system open call tracing_open_generic_tr()
by Steven Rostedt (VMware)
· 5 years ago
194c2c7
tracing: Get trace_array reference for available_tracers files
by Steven Rostedt (VMware)
· 5 years ago
9ef1669
ftrace: Get a reference counter for the trace_array on filter files
by Steven Rostedt (VMware)
· 5 years ago
3ed270b
tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")
by Steven Rostedt (VMware)
· 5 years ago
da94001
Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 5 years ago
9cbc634
Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 5 years ago
82c87e7
Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 5 years ago
6c90bbd
Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 5 years ago
328fefa
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
465a7e2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
9b4e40c
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
fcb45a2
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e9ec358
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
48acba9
Merge tag 'riscv/for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 5 years ago
63f9bff
Merge tag 'mips_fixes_5.4_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 5 years ago
db60a5a
Merge tag 'powerpc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 5 years ago
680b5b3c
Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 5 years ago
f154988
Merge tag 's390-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 5 years ago
52e92f4
perf/x86/cstate: Add Tiger Lake CPU support
by Kan Liang
· 5 years ago
0917b950
perf/x86/msr: Add Tiger Lake CPU support
by Kan Liang
· 5 years ago
23645a7
perf/x86/intel: Add Tiger Lake CPU support
by Kan Liang
· 5 years ago
f1857a2
perf/x86/cstate: Update C-state counters for Ice Lake
by Kan Liang
· 5 years ago
1a5da78
perf/x86/msr: Add new CPU model numbers for Ice Lake
by Kan Liang
· 5 years ago
1ffa6c0
perf/x86/cstate: Add Comet Lake CPU support
by Kan Liang
· 5 years ago
9674b1c
perf/x86/msr: Add Comet Lake CPU support
by Kan Liang
· 5 years ago
9066288
perf/x86/intel: Add Comet Lake CPU support
by Kan Liang
· 5 years ago
7a275fd
Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitions
by Ingo Molnar
· 5 years ago
1c0cc5f
Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 5 years ago
c6ad7c3
Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
c6f6ebd
Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 5 years ago
56c642e
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
by Linus Torvalds
· 5 years ago
b9918bd
Documentation/process: Add fallthrough pseudo-keyword
by Joe Perches
· 5 years ago
294f69e
compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use
by Joe Perches
· 5 years ago
48f9bcf
net: sctp: Rename fallthrough label to unhandled
by Joe Perches
· 5 years ago
9892f9f
Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 5 years ago
297cbcc
Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
062795f
s390/uaccess: avoid (false positive) compiler warnings
by Christian Borntraeger
· 5 years ago
442f1e7
firmware: google: increment VPD key_len properly
by Brian Norris
· 5 years ago
10deeac
MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb
by Douglas Anderson
· 5 years ago
2272905
spufs: fix a crash in spufs_create_root()
by Emmanuel Nicolet
· 5 years ago
7adf4ea
io_uring: fix sequence logic for timeout requests
by Jens Axboe
· 5 years ago
4adbcff
Merge tag 'drm-intel-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 5 years ago
46fe219
Merge tag 'drm-fixes-5.4-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 5 years ago
437c5a1
Merge tag 'drm-misc-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 5 years ago
af84537
SUNRPC: fix race to sk_err after xs_error_report
by Benjamin Coddington
· 5 years ago
1047ec8
NFSv4: Fix leak of clp->cl_acceptor string
by Chuck Lever
· 5 years ago
2f2b4fd
MIPS: Disable Loongson MMI instructions for kernel build
by Paul Burton
· 5 years ago
38dffe1
MIPS: elf_hwcap: Export userspace ASEs
by Jiaxun Yang
· 5 years ago
9e208aa
Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
Next »