Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
adabff85c9486c09ec700d835328e18ccfc9abf0
/
fs
/
jbd2
/
journal.c
db9ee22
jbd2: fix descriptor block size handling errors with journal_csum
by Darrick J. Wong
· 10 years ago
3469a32
jbd2: don't hold j_state_lock while calling wake_up()
by Theodore Ts'o
· 11 years ago
7747e6d
jbd2: mark file-local functions as static
by Rashika Kheria
· 11 years ago
a67c848
jbd2: rename obsoleted msg JBD->JBD2
by Dmitry Monakhov
· 11 years ago
7568507
jbd2: revise KERN_EMERG error messages
by Jan Kara
· 11 years ago
18a6ea1
jbd2: Fix endian mixing problems in the checksumming code
by Darrick J. Wong
· 11 years ago
fe52d17
jbd2: move superblock checksum calculation to jbd2_write_superblock()
by Theodore Ts'o
· 11 years ago
169f1a2
jbd2: use a single printk for jbd_debug()
by Paul Gortmaker
· 11 years ago
9ff8644
jbd2: optimize jbd2_journal_force_commit
by Dmitry Monakhov
· 11 years ago
8f7d89f
jbd2: transaction reservation support
by Jan Kara
· 11 years ago
f29fad7
jbd2: remove unused waitqueues
by Jan Kara
· 11 years ago
76c3990
jbd2: cleanup needed free block estimates when starting a transaction
by Jan Kara
· 11 years ago
b34090e
jbd2: refine waiting for shadow buffers
by Jan Kara
· 11 years ago
e5a120a
jbd2: remove journal_head from descriptor buffers
by Jan Kara
· 11 years ago
f5113ef
jbd2: don't create journal_head for temporary journal buffers
by Jan Kara
· 11 years ago
5d9cf9c
jbd2: use kmem_cache_zalloc for allocating journal head
by Zheng Liu
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
149b306
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
e760040
fs/buffer.c: remove unnecessary init operation after allocating buffer_head.
by majianpeng
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
d76a3a77
ext4/jbd2: don't wait (forever) for stale tid caused by wraparound
by Theodore Ts'o
· 12 years ago
b6e96d0
jbd2: use module parameters instead of debugfs for jbd_debug
by Theodore Ts'o
· 12 years ago
9fff24a
jbd2: track request delay statistics
by Theodore Ts'o
· 12 years ago
e7b04ac
jbd2: don't wake kjournald unnecessarily
by Eric Sandeen
· 12 years ago
37be2f5
ext4: remove ext4_handle_release_buffer()
by Eric Sandeen
· 12 years ago
6432f21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
eeecef0
jbd2: don't write superblock when if its empty
by Eric Sandeen
· 12 years ago
ef824bf
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
d796c52
ext4: make sure the journal sb is written in ext4_clear_journal_err()
by Theodore Ts'o
· 12 years ago
12810ad
jbd/jbd2: nuke write_super from comments
by Artem Bityutskiy
· 12 years ago
c390087
jbd2: checksum data blocks that are stored in the journal
by Darrick J. Wong
· 12 years ago
4fd5ea4
jbd2: checksum journal superblock
by Darrick J. Wong
· 12 years ago
01b5adc
jbd2: Grab a reference to the crc32c driver if necessary
by Darrick J. Wong
· 12 years ago
25ed6e8
jbd2: enable journal clients to enable v2 checksumming
by Darrick J. Wong
· 12 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
69e1aad
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
c7c66c0
Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
303a8f2
jbd2: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
3339578
jbd2: cleanup journal tail after transaction commit
by Jan Kara
· 13 years ago
79feb52
jbd2: issue cache flush after checkpointing even with internal journal
by Jan Kara
· 13 years ago
35c8042
PM / Sleep: JBD and JBD2 missing set_freezable()
by Nigel Cunningham
· 13 years ago
a78bb11
jbd2: protect all log tail updates with j_checkpoint_mutex
by Jan Kara
· 13 years ago
24bcc89
jbd2: split updating of journal superblock and marking journal empty
by Jan Kara
· 13 years ago
43e625d
ext4: remove the journal=update mount option
by Eric Sandeen
· 13 years ago
4185a2a
jbd2: rename functions which initialize slab caches
by Yongqiang Yang
· 13 years ago
0c2022e
jbd2: allocate transaction from separate slab cache
by Yongqiang Yang
· 13 years ago
2201c59
jbd2: add drop_transaction/update_superblock_end tracepoints
by Seiji Aguchi
· 13 years ago
a0acae0
freezer: unexport refrigerator() and update try_to_freeze() slightly
by Tejun Heo
· 13 years ago
f2a4452
jbd2: Unify log messages in jbd2 code
by Eryu Guan
· 13 years ago
8762202
jbd/jbd2: validate sb->s_first in journal_get_superblock()
by Eryu Guan
· 13 years ago
4862fd6
jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints
by Theodore Ts'o
· 13 years ago
de1b794
jbd2: Fix oops in jbd2_journal_remove_journal_head()
by Jan Kara
· 13 years ago
bbd2be3
jbd2: Add function jbd2_trans_will_send_data_barrier()
by Jan Kara
· 13 years ago
1be2add
jbd2: only print the debugging information for tid wraparound once
by Theodore Ts'o
· 14 years ago
deeeaf1
jbd2: fix fsync() tid wraparound bug
by Theodore Ts'o
· 14 years ago
a97b520
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
50f689a
jbd2: move bdget out of critical section
by Zhu Yanhai
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
3c26bdb
jbd: Remove one to many n's in a word.
by Justin P. Mattock
· 14 years ago
e447183
jbd2: call __jbd2_log_start_commit with j_state_lock write locked
by Theodore Ts'o
· 14 years ago
8aefcd5
ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary
by Theodore Ts'o
· 14 years ago
b7271b0
jbd2: simplify return path of journal_init_common
by Theodore Ts'o
· 14 years ago
670be5a
jbd2: Use pr_notice_ratelimited() in journal_alloc_journal_head()
by Theodore Ts'o
· 14 years ago
0587aa3
jbd2: fix /proc/fs/jbd2/<dev> when using an external journal
by yangsheng
· 14 years ago
51dfacde
jbd2: Convert jbd2_slab_create_sem to mutex
by Thomas Gleixner
· 14 years ago
8128057
Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
a107e5a
Merge branch 'next' into upstream-merge
by Theodore Ts'o
· 14 years ago
7d2f280
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
39e3ac2
jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode
by Brian King
· 14 years ago
bcf3d0b
jbd/2: fixed typos
by Andrea Gelmini
· 14 years ago
1113e1b
JBD2: Allow feature checks before journal recovery
by Patrick J. LoPresti
· 14 years ago
9cb569d
remove SWRITE* I/O types
by Christoph Hellwig
· 14 years ago
09dc942
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
a931da6
jbd2: Change j_state_lock to be a rwlock_t
by Theodore Ts'o
· 14 years ago
47def82
jbd2: Remove __GFP_NOFAIL from jbd2 layer
by Theodore Ts'o
· 14 years ago
13ceef0
jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions
by Jan Kara
· 14 years ago
5a0790c
ext4: remove initialized but not read variables
by Andi Kleen
· 14 years ago
8ac97b7
jbd2: use NULL instead of 0 when pointer is needed
by Bill Pemberton
· 15 years ago
d2eecb0
ext4: Use slab allocator for sub-page sized allocations
by Theodore Ts'o
· 15 years ago
3ebfdf8
jbd2: don't use __GFP_NOFAIL in journal_init_common()
by Andrew Morton
· 15 years ago
765f836
jbd: jbd-debug and jbd2-debug should be writable
by Yin Kangkai
· 15 years ago
3b799d1
jbd2: Export jbd2_log_start_commit to fix ext4 build
by Theodore Ts'o
· 15 years ago
e6ec116
jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer()
by Theodore Ts'o
· 15 years ago
e6a4742
jbd2: don't wipe the journal on a failed journal checksum
by Theodore Ts'o
· 15 years ago
7b02bec
JBD/JBD2: free j_wbuf if journal init fails.
by Tao Ma
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
bf69932
jbd2: Use tracepoints for history file
by Theodore Ts'o
· 15 years ago
90576c0
ext4, jbd2: Drop unneeded printks at mount and unmount time
by Theodore Ts'o
· 15 years ago
88e9d34
seq_file: constify seq_operations
by James Morris
· 15 years ago
f6f50e2
jbd2: Fail to load a journal if it is too short
by Jan Kara
· 15 years ago
96577c4
jbd2: fix race between write_metadata_buffer and get_write_access
by dingdinghua
· 15 years ago
b574480
jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical region
by Theodore Ts'o
· 15 years ago
879c5e6
jbd2: convert instrumentation from markers to tracepoints
by Theodore Ts'o
· 15 years ago
bfcd355
jbd2: Fix minor typos in comments in fs/jbd2/journal.c
by Alberto Bertogli
· 15 years ago
c88ccea
jbd2: Fix return value of jbd2_journal_start_commit()
by Jan Kara
· 16 years ago
c225aa5
ext4: fix wrong use of do_div
by Simon Holm Thøgersen
· 16 years ago
2150edc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
4b90567
jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs
by Jan Kara
· 16 years ago
e06c822
jbd2: Add buffer triggers
by Joel Becker
· 16 years ago
Next »