Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
82c93fcc2e1737fede2752520f1bf8f4de6304d8
/
fs
/
jbd2
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
906adea
jbd2: remove the second argument of kmap_atomic
by Cong Wang
· 12 years ago
b2f4edb
jbd2: use kmem_cache_zalloc wrapper instead of flag
by Wanlong Gao
· 12 years ago
c390087
jbd2: checksum data blocks that are stored in the journal
by Darrick J. Wong
· 12 years ago
1f56c58
jbd2: checksum commit blocks
by Darrick J. Wong
· 12 years ago
3caa487
jbd2: checksum descriptor blocks
by Darrick J. Wong
· 12 years ago
42a7106
jbd2: checksum revocation blocks
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
8f888ef
jbd2: change disk layout for metadata checksumming
by Darrick J. Wong
· 12 years ago
99aa784
jbd2: use GFP_NOFS for blkdev_issue_flush
by Shaohua Li
· 13 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
932bb30
jbd2: remove bh_state lock from checkpointing code
by Jan Kara
· 13 years ago
c254c9e
jbd2: remove always true condition in __journal_try_to_free_buffer()
by Jan Kara
· 13 years ago
5bebccf
jbd2: declare __jbd2_journal_temp_unlink_buffer() static
by Jan Kara
· 13 years ago
96c8667
jbd2: fix BH_JWrite setting in checkpointing code
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
9c0e00e
jbd2: use KMEM_CACHE instead of kmem_cache_create()
by Yongqiang Yang
· 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
1529116
jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer
by Eric Sandeen
· 13 years ago
2201c59
jbd2: add drop_transaction/update_superblock_end tracepoints
by Seiji Aguchi
· 13 years ago
ff9cb1c
Merge branch 'for_linus' into for_linus_merged
by Theodore Ts'o
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
9837d8e
jbd2: fix hung processes in jbd2_journal_lock_updates()
by Jan Kara
· 13 years ago
1ba3726
jbd2: clear revoked flag on buffers before a new transaction started
by Yongqiang Yang
· 13 years ago
90802ed
treewide: Fix comment and string typo 'bufer'
by Paul Bolle
· 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
4470575
jbd2: fix build when CONFIG_BUG is not enabled
by Randy Dunlap
· 13 years ago
d2159fb
jbd2: use gfp_t instead of int
by Dan Carpenter
· 13 years ago
9ea7a0d
jbd2: add debugging information to jbd2_journal_dirty_metadata()
by Theodore Ts'o
· 13 years ago
4862fd6
jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints
by Theodore Ts'o
· 13 years ago
d3ad843
jbd2: use WRITE_SYNC in journal checkpoint
by Tao Ma
· 13 years ago
de1b794
jbd2: Fix oops in jbd2_journal_remove_journal_head()
by Jan Kara
· 13 years ago
1fb74cd
jbd2: Remove obsolete parameters in the comments for some jbd2 functions
by Tao Ma
· 13 years ago
35806b4
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
3991b40
jbd2: fix a potential leak of a journal_head on an error path
by Ding Dinghua
· 13 years ago
c867516
jbd2: Fix comment to match the code in jbd2__journal_start()
by Eryu Guan
· 13 years ago
bbd2be3
jbd2: Add function jbd2_trans_will_send_data_barrier()
by Jan Kara
· 13 years ago
81be12c
jbd2: fix sending of data flush on journal commit
by Jan Kara
· 13 years ago
28e35e4
jbd2: Fix the wrong calculation of t_max_wait in update_t_max_wait
by Tao Ma
· 13 years ago
9199e66
jbd/jbd2: remove obsolete summarise_journal_usage.
by Tao Ma
· 14 years ago
1be2add
jbd2: only print the debugging information for tid wraparound once
by Theodore Ts'o
· 13 years ago
229309c
jbd2: Fix forever sleeping process in do_get_write_access()
by Jan Kara
· 13 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
6cba611
jbd2: fix potential memory leak on transaction commit
by Zhang Huan
· 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
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
82f04ab
jbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging
by Jens Axboe
· 14 years ago
721a960
block: kill off REQ_UNPLUG
by Jens Axboe
· 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
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
8aefcd5
ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary
by Theodore Ts'o
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
b7271b0
jbd2: simplify return path of journal_init_common
by Theodore Ts'o
· 14 years ago
9a4f627
jbd2: move debug message into debug #ifdef
by Theodore Ts'o
· 14 years ago
ae00b26
jbd2: remove unnecessary goto statement
by Theodore Ts'o
· 14 years ago
a1dd533
jbd2: use offset_in_page() instead of manual calculation
by Theodore Ts'o
· 14 years ago
cfef2c6
jbd2: Fix a debug message in do_get_write_access()
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
a34f0b3
fix comment typos concerning "consistent"
by Uwe Kleine-König
· 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
5c2178e
jbd2: Add sanity check for attempts to start handle during umount
by Theodore Ts'o
· 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
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
e9dd2b6
Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
749ef9f
cfq: improve fsync performance for small files
by Corrado Zoccolo
· 14 years ago
dd3932e
block: remove BLKDEV_IFL_WAIT
by Christoph Hellwig
· 14 years ago
1113e1b
JBD2: Allow feature checks before journal recovery
by Patrick J. LoPresti
· 14 years ago
9c35575
jbd2: replace barriers with explicit flush / FUA usage
by Christoph Hellwig
· 14 years ago
f73bee4
jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier
by Jan Kara
· 14 years ago
9cb569d
remove SWRITE* I/O types
by Christoph Hellwig
· 14 years ago
87e9951
kill BH_Ordered flag
by Christoph Hellwig
· 14 years ago
6d0bf00
ext4: clean up compiler warning in start_this_handle()
by Theodore Ts'o
· 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
8dd4204
jbd2: Remove t_handle_lock from start_this_handle()
by Theodore Ts'o
· 14 years ago
a931da6
jbd2: Change j_state_lock to be a rwlock_t
by Theodore Ts'o
· 14 years ago
a51dca9
jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop
by Theodore Ts'o
· 14 years ago
Next »