Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
7f1cfe41cc298b4087668554fa0b91cef6094945
/
fs
/
jbd2
236f453
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
97a3253
proc: convert everything to "struct proc_ops"
by Alexey Dobriyan
· 5 years ago
30460e1
fs: Enable bmap() function to properly return errors
by Carlos Maiolino
· 5 years ago
7f6225e
jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()
by zhangyi (F)
· 5 years ago
0e98c08
jbd2: make sure ESHUTDOWN to be recorded in the journal superblock
by zhangyi (F)
· 5 years ago
51f57b0
ext4, jbd2: ensure panic when aborting with zero errno
by zhangyi (F)
· 5 years ago
d0a186e
jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record
by zhangyi (F)
· 5 years ago
1a8e9cf4
jbd2_seq_info_next should increase position index
by Vasily Averin
· 5 years ago
17c51d8
jbd2: remove pointless assertion in __journal_remove_journal_head
by Shijie Luo
· 5 years ago
8d6ce13
ext4,jbd2: fix comment and code style
by Shijie Luo
· 5 years ago
0c1cba6
jbd2: delete the duplicated words in the comments
by wangyan
· 5 years ago
a09decf
jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal
by Kai Li
· 5 years ago
50b8b3f
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 5 years ago
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
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
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
7855a57
jbd2: Free journal head outside of locked region
by Thomas Gleixner
· 5 years ago
4641706
jbd2: Make state lock a spinlock
by Thomas Gleixner
· 5 years ago
2e710ff
jbd2: Don't call __bforget() unnecessarily
by Jan Kara
· 5 years ago
6d69843
jbd2: Drop unnecessary branch from jbd2_journal_forget()
by Jan Kara
· 5 years ago
93108eb
jbd2: Move dropping of jh reference out of un/re-filing functions
by Jan Kara
· 5 years ago
d84560f
jbd2: Simplify journal_unmap_buffer()
by Thomas Gleixner
· 5 years ago
5facae4
locking/lockdep: Remove unused @nested argument from lock_release()
by Qian Cai
· 5 years ago
963abb9
jbd2: remove jbd2_journal_inode_add_[write|wait]
by Joseph Qi
· 5 years ago
4c27335
jbd2: add missing tracepoint for reserved handle
by Xiaoguang Wang
· 5 years ago
547b9ad
jbd2: flush_descriptor(): Do not decrease buffer head's ref count
by Chandan Rajendra
· 5 years ago
9382cde
jbd2: drop declaration of journal_sync_buffer()
by Theodore Ts'o
· 6 years ago
6ba0e7d
jbd2: introduce jbd2_inode dirty range scoping
by Ross Zwisler
· 6 years ago
a497730
jbd2: fix typo in comment of journal_submit_inode_data_buffers
by Liu Song
· 6 years ago
7821ce4
jbd2: fix some print format mistakes
by Gaowei Pu
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
0d52154
jbd2: fix potential double free
by Chengguang Xu
· 6 years ago
742b06b
jbd2: check superblock mapped prior to committing
by Jiufei Xue
· 6 years ago
fb20375
jbd2: remove repeated assignments in __jbd2_log_wait_for_space()
by Liu Song
· 6 years ago
0df6f46
jbd2: jbd2_get_transaction does not need to return a value
by Liu Song
· 6 years ago
6e876c3
jbd2: fix invalid descriptor block checksum
by luojiajun
· 6 years ago
01215d3
jbd2: fix compile warning when using JBUFFER_TRACE
by zhangyi (F)
· 6 years ago
a58ca99
jbd2: fold jbd2_superblock_csum_{verify,set} into their callers
by Theodore Ts'o
· 6 years ago
538bcaa
jbd2: fix race when writing superblock
by Theodore Ts'o
· 6 years ago
5975992
jbd2: discard dirty data when forgetting an un-journalled buffer
by zhangyi (F)
· 6 years ago
904cdbd
jbd2: clear dirty flag when revoking a buffer from an older transaction
by zhangyi (F)
· 6 years ago
53cf978
jbd2: fix deadlock while checkpoint thread waits commit thread to finish
by Xiaoguang Wang
· 6 years ago
561405f
jbd2: clean up indentation issue, replace spaces with tab
by Colin Ian King
· 6 years ago
96f1e09
jbd2: avoid long hold times of j_state_lock while committing a transaction
by Jan Kara
· 6 years ago
ccd3c43
jbd2: fix use after free in jbd2_log_do_checkpoint()
by Jan Kara
· 6 years ago
b42d1d6
jbd2: replace current_kernel_time64 with ktime equivalent
by Arnd Bergmann
· 6 years ago
70a2dc6
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
e09463f
jbd2: don't mark block as modified if the handle is out of credits
by Theodore Ts'o
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
8bdd5b6
jbd2: remove NULL check before calling kmem_cache_destroy()
by Wang Long
· 7 years ago
9196f57
jbd2: remove bunch of empty lines with jbd2 debug
by Wang Shilong
· 7 years ago
b256926
ext4: set h_journal if there is a failure starting a reserved handle
by Theodore Ts'o
· 7 years ago
85e0c4e
jbd2: if the journal is aborted then don't allow update of the log tail
by Theodore Ts'o
· 7 years ago
fb7c024
ext4: pass -ESHUTDOWN code to jbd2 layer
by Theodore Ts'o
· 7 years ago
ed65b00
jbd2: clarify bad journal block checksum message
by Theodore Ts'o
· 7 years ago
f69120c
jbd2: fix sphinx kernel-doc build warnings
by Tobin C. Harding
· 7 years ago
f516676
ext4: fix up remaining files with SPDX cleanups
by Theodore Ts'o
· 7 years ago
a3841f9
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
b8a6176
ext4: Support for synchronous DAX faults
by Jan Kara
· 7 years ago
e3c9578
jbd2: convert timers to use timer_setup()
by Kees Cook
· 7 years ago
088737f
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
76341ca
jbd2: don't clear and reset errors after waiting on writeback
by Jeff Layton
· 7 years ago
650fc87
Merge tag 'docs-4.13' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
2141713
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
by Ingo Molnar
· 8 years ago
b470906
jbd2: preserve original nofs flag during journal restart
by Tahsin Erdogan
· 8 years ago
6312811
Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
by Jonathan Corbet
· 8 years ago
df1b560
fs: jbd2: escape a string with special chars on a kernel-doc
by Mauro Carvalho Chehab
· 8 years ago
91e4775
fs: jbd2: make jbd2_journal_start() kernel-doc parseable
by Mauro Carvalho Chehab
· 8 years ago
de4d195
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
dd727dad3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
17f423b
jbd2: cleanup write flags handling from jbd2_write_superblock()
by Jan Kara
· 8 years ago
eb52da3
jbd2: make the whole kjournald2 kthread NOFS safe
by Michal Hocko
· 8 years ago
81378da
jbd2: mark the transaction context with the scope GFP_NOFS context
by Michal Hocko
· 8 years ago
5052b06
jbd2: fix dbench4 performance regression for 'nobarrier' mounts
by Jan Kara
· 8 years ago
c52c47e
jbd2: Fix lockdep splat with generic/270 test
by Jan Kara
· 8 years ago
58d30c3
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 8 years ago
5f0d5a3
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
by Paul E. McKenney
· 8 years ago
cd9cb40
jbd2: don't leak memory if setting up journal fails
by Eric Biggers
· 8 years ago
cab7076
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
e112666
jbd2: don't leak modified metadata buffers on an aborted journal
by Theodore Ts'o
· 8 years ago
dbfcef6b
jbd2: fix use after free in kjournald2()
by Sahitya Tummala
· 8 years ago
6fa7aa5
fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkpoint_mutex
by Tejun Heo
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
36869cb
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
70fd761
block,fs: use REQ_* flags directly
by Christoph Hellwig
· 8 years ago
559cce6
jbd2: fix incorrect unlock on j_list_lock
by Taesoo Kim
· 8 years ago
5114a97
fs: use mapping_set_error instead of opencoded set_bit
by Michal Hocko
· 8 years ago
e03a997
jbd2: fix lockdep annotation in add_transaction_credits()
by Jan Kara
· 8 years ago
Next »