Commit Graph

77 Commits (fea6f1833b5bbff7066bcde1fa1141c9717bbad2)

Author SHA1 Message Date
Hidehiro Kawai 5bf5683a33 ext4: add an option to control error handling on file data 17 years ago
Hidehiro Kawai 7ad7445f60 jbd2: don't dirty original metadata buffer on abort 17 years ago
Hidehiro Kawai 44519faf22 jbd2: fix error handling for checkpoint io 17 years ago
Hidehiro Kawai 77e841de8a jbd2: abort when failed to log metadata buffers 17 years ago
Theodore Ts'o 45a90bfd90 jbd2: Fix buffer head leak when writing the commit block 17 years ago
Theodore Ts'o ede86cc473 ext4: Add debugging markers that can be used by systemtap 17 years ago
Duane Griffin 23f8b79eae jbd2: abort instead of waiting for nonexistent transaction 17 years ago
Theodore Ts'o 914258bf2c ext4/jbd2: Avoid WARN() messages when failing to write to the superblock 17 years ago
Theodore Ts'o 05496769e5 jbd2: clean up how the journal device name is printed 17 years ago
Ingo Molnar 3295f0ef9f lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() 17 years ago
Peter Zijlstra 4f3e7524b2 lockdep: map_acquire 17 years ago
Nick Piggin 529ae9aaa0 mm: rename page trylock 17 years ago
Theodore Ts'o 00b32b7fb6 ext4: unexport jbd2_journal_update_superblock 17 years ago
Hidehiro Kawai e9e34f4e8f jbd2: don't abort if flushing file data failed 17 years ago
Aneesh Kumar K.V cd1aac3292 ext4: Add ordered mode support for delalloc 17 years ago
Jan Kara 87c89c232c jbd2: Remove data=ordered mode support using jbd buffer heads 17 years ago
Jan Kara c851ed5401 jbd2: Implement data=ordered mode handling via inodes 17 years ago
Mingming Cao 530576bbf3 jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction 17 years ago
Theodore Ts'o 736603ab29 jbd2: Add commit time into the commit block 17 years ago
Theodore Ts'o 034772b068 jbd2: Fix barrier fallback code to re-lock the buffer head 17 years ago
Theodore Ts'o 624080eded jbd2: If a journal checksum error is detected, propagate the error to ext4 17 years ago
Theodore Ts'o 8ea76900be jbd2: Fix memory leak when verifying checksums in the journal 17 years ago
Mingming Cao 02c471cb17 jbd2: update transaction t_state to T_COMMIT fix 17 years ago
Jean Delvare f36f21ecca Fix misuses of bdevname() 17 years ago
Denis V. Lunev 79da3664f6 jbd2: use non-racy method for proc entries creation 17 years ago
Harvey Harrison 329d291f50 jdb2: replace remaining __FUNCTION__ occurrences 17 years ago
Duane Griffin 620de4e198 jbd2: only create debugfs and stats entries if init is successful 17 years ago
Randy Dunlap 5648ba5b2d jbd2: fix kernel-doc notation 17 years ago
Duane Griffin 8a9362eb40 jbd2: replace potentially false assertion with if block 17 years ago
Duane Griffin 83c49523c9 jbd2: eliminate duplicated code in revocation table init/destroy functions 17 years ago
Duane Griffin 9fa27c85de jbd2: tidy up revoke cache initialisation and destruction 17 years ago
Josef Bacik 1dfc3220d9 jbd2: fix possible journal overflow issues 17 years ago
Josef Bacik 9fc7c63a1d jbd2: fix the way the b_modified flag is cleared 17 years ago
Al Viro 1076d17ac7 jbd/jbd2 NULL noise 17 years ago
Duane Griffin d00256766a jbd2: correctly unescape journal data blocks 17 years ago
Dave Kleikamp c4e35e07af JBD2: Clear buffer_ordered flag for barried IO request on success 17 years ago
Andi Kleen e86e14385d BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2 17 years ago
Aneesh Kumar K.V 4d60517972 JBD2: Use the incompat macro for testing the incompat feature. 17 years ago
Aneesh Kumar K.V c4b8e635f5 jbd2: Fix reference counting on the journal commit block's buffer head 17 years ago
Mingming Cao b048d84626 jbd2: Add error check to journal_wait_on_commit_record to avoid oops 17 years ago
Nick Piggin 95c354fe9f spinlock: lockbreak cleanup 17 years ago
Mingming Cao 4019191be7 jbd2: sparse pointer use of zero as null 17 years ago
Mingming Cao db857da336 jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeup 17 years ago
Mingming Cao 77160957e2 jbd2: Mark jbd2 slabs as SLAB_TEMPORARY 17 years ago
Mingming Cao 7b7510662f jbd2: add lockdep support 17 years ago
Girish Shilamkar 818d276ceb ext4: Add the journal checksum feature 17 years ago
Johann Lombardi 8e85fb3f30 jbd2: jbd2 stats through procfs 17 years ago
Jan Kara f5a7a6b0d9 jbd2: Fix assertion failure in fs/jbd2/checkpoint.c 17 years ago
Jose R. Santos 6f38c74f5a JBD2: debug code cleanup. 18 years ago
Jan Kara a7fa2baf8e jbd2: fix commit code to properly abort journal 18 years ago