nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / jbd /
2009-12-23 Yin Kangkaijbd: jbd-debug and jbd2-debug should be writable
2009-12-17 Linus TorvaldsRevert "task_struct: make journal_info conditional"
2009-12-15 Hiroshi Shimamototask_struct: make journal_info conditional
2009-11-12 Stefan Schmidtfs/jbd: Export log_start_commit to fix ext3 build.
2009-11-11 Tao MaJBD/JBD2: free j_wbuf if journal init fails.
2009-09-16 Jan Karajbd: Annotate transaction start also for journal_restart()
2009-09-16 Jan Karajbd: Journal block numbers can ever be only 32-bit...
2009-09-16 Andreas DilgerJBD: round commit timer up to avoid uncommitted transaction
2009-07-21 dingdinghuajbd: fix race between write_metadata_buffer and get_wri...
2009-07-15 Jan Karajbd: Fix a race between checkpointing code and journal_...
2009-07-15 Jan Karajbd: Fail to load a journal if it is too short
2009-06-18 Hisashi Hifumijbd: clean up journal_try_to_free_buffers()
2009-06-09 Jan Karajbd: fix race in buffer processing in commit code
2009-04-24 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-04-14 Theodore Ts'ojbd: use SWRITE_SYNC_PLUG when writing synchronous...
2009-04-13 Jan Karajbd: update locking coments
2009-04-06 Jens Axboejbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC
2009-04-03 Linus TorvaldsMerge branch 'ext3-latency-fixes' of git://git./linux...
2009-04-03 Jan Karajbd: fix oops in jbd_journal_init_inode() on corrupted fs
2009-03-28 Theodore Ts'oext3: Use WRITE_SYNC for commits which are caused by...
2009-02-11 Jan Karajbd: fix return value of journal_start_commit()
2009-01-08 Randy Dunlapjbd: remove excess kernel-doc notation
2009-01-08 Josef Bacikjbd: improve fsync batching
2008-11-07 Theodore Ts'ojbd: don't give up looking for space so easily in __log...
2008-10-30 Randy Dunlapfs: remove excess kernel-doc
2008-10-23 Duane Griffinjbd: abort instead of waiting for nonexistent transactions
2008-10-23 Hidehiro Kawaijbd: test BH_Write_EIO to detect errors on metadata...
2008-10-23 Hidehiro Kawaijbd: fix error handling for checkpoint io
2008-10-20 Alexey Dobriyanfs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out
2008-10-20 Hidehiro Kawaijbd: ordered data integrity fix
2008-10-20 Hidehiro Kawaiext3: add an option to control error handling on file...
2008-10-20 Hidehiro Kawaijbd: don't dirty original metadata buffer on abort
2008-10-20 Hidehiro Kawaijbd: abort when failed to log metadata buffers
2008-08-11 Ingo MolnarMerge branch 'core/locking' into core/urgent
2008-08-11 Ingo Molnarlockdep: rename map_[acquire|release]() => lock_map_...
2008-08-11 Peter Zijlstralockdep: map_acquire
2008-08-05 Nick Pigginfs: rename buffer trylock
2008-08-05 Nick Pigginmm: rename page trylock
2008-07-25 Hidehiro Kawaijbd: don't abort if flushing file data failed
2008-07-25 Toshiyuki Okajimajbd: positively dispose the unmapped data buffers in...
2008-07-25 Adrian Bunkjbd: unexport journal_update_superblock
2008-07-25 Mingming Caojbd: fix race between free buffer and commit transaction
2008-07-25 Duane Griffinjbd: tidy up revoke cache initialisation and destruction
2008-07-25 Duane Griffinjbd: eliminate duplicated code in revocation table...
2008-07-25 Duane Griffinjbd: replace potentially false assertion with if block
2008-05-15 Mingming Caojbd: need to hold j_state_lock to updates to transactio...
2008-04-28 Harvey Harrisonjbd: replace remaining __FUNCTION__ occurrences
2008-04-28 Josef Bacikjbd: fix possible journal overflow issues
2008-04-28 Josef Bacikjbd: fix the way the b_modified flag is cleared
2008-03-30 Al Virojbd/jbd2 NULL noise
2008-03-20 Randy Dunlapfs: fix kernel-doc notation warnings
2008-03-20 Duane Griffinjbd: correctly unescape journal data blocks
2008-03-20 Randy Dunlapjbd: fix jbd kernel-doc notation
2008-03-03 Randy Dunlapdocbook: fix filesystems.tmpl source files
2008-02-08 Neil Brownext3 can fail badly when device stops accepting BIO_RW_...
2008-02-06 Adrian Bunkmake jbd/journal.c:__journal_abort_hard() static
2008-02-06 Andi KleenBKL-removal: remove incorrect comment refering to lock_...
2008-02-01 Jan Kara[PATCH] jbd: Remove useless loop when writing commit...
2008-01-30 Nick Pigginspinlock: lockbreak cleanup
2008-01-17 Jonas Bonnjbd: do not try lock_acquire after handle made invalid
2007-12-05 Jan Karajbd: Fix assertion failure in fs/jbd/checkpoint.c
2007-10-19 Jose R. SantosJBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG
2007-10-19 Jan Karajbd: fix commit code to properly abort journal
2007-10-19 Jose R. Santosjbd: config_jbd_debug cannot create /proc entry
2007-10-19 Mingming CaoJBD/ext3 cleanups: convert to kzalloc
2007-10-18 Stephen Hemmingersparse pointer use of zero as null
2007-10-17 Mingming CaoJBD: replace jbd_kmalloc with kmalloc directly
2007-10-17 Mingming CaoJBD: JBD slab allocation cleanups
2007-10-16 Mel GormanGroup short-lived and reclaimable kernel allocations
2007-10-11 Peter Zijlstralockdep: annotate journal_start()
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-16 vignesh babuis_power_of_2(): jbd
2007-07-16 Jan Karajbd commit: fix transaction dropping
2007-05-09 Uwe Kleine-Königfix file specification in comments
2007-05-08 Pavel Emelianovjbd: check for error returned by kthread_create on...
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2006-12-22 Hisashi Hifumi[PATCH] jbd: wait for already submitted t_sync_datalist...
2006-12-10 Arjan van de Ven[PATCH] user of the jiffies rounding code: JBD
2006-12-07 Adrian Bunk[PATCH] make fs/jbd/transaction.c:__journal_temp_unlink...
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-10-28 Eric Sandeen[PATCH] jbd: journal_dirty_data re-check for unmapped...
2006-10-20 OGAWA Hirofumi[PATCH] ext3/4: fix J_ASSERT(transaction->t_updates...
2006-10-11 Eric Sesterhenn[PATCH] null dereference in fs/jbd/journal.c
2006-10-03 Uwe Zeisbergerfix file specification in comments
2006-09-29 Zoltan Menyhart[PATCH] JBD: memory leak in "journal_init_dev()"
2006-09-29 Dave Kleikamp[PATCH] JBD: Make journal_brelse_array() static
2006-09-27 Dave Kleikamp[PATCH] ext3: Fix sparse warnings
2006-09-27 Dave Kleikamp[PATCH] ext3: More whitespace cleanups
2006-09-27 Eric Sandeen[PATCH] JBD: 16T fixes
2006-09-27 Alexey Dobriyan[PATCH] jbd: use BUILD_BUG_ON in journal init
2006-09-27 Mingming Cao[PATCH] ext3 and jbd cleanup: remove whitespace
2006-09-27 Josh Triplett[PATCH] jbd: add lock annotation to jbd_sync_bh
2006-09-26 Jan Kara[PATCH] jbd: fix commit of ordered data buffers
2006-09-01 Badari Pulavarty[PATCH] manage-jbd-its-own-slab fix
2006-08-27 Badari Pulavarty[PATCH] Manage jbd allocations from its own slabs
2006-06-28 Randy Dunlap[PATCH] add poison.h and patch primary users
2006-06-25 Theodore Ts'o[PATCH] ext3: fix memory leak when the journal file...
2006-06-23 Jan Kara[PATCH] JBD: split checkpoint lists
2006-06-23 Andrew Morton[PATCH] jbd: avoid kfree(NULL)
next