aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nilfs2: optimize calculation of min/max number of btree node childrenRyusuke Konishi2010-07-231-18/+18
| * | | nilfs2: remove redundant pointer checks in bmap lookup functionsRyusuke Konishi2010-07-232-7/+2
| * | | nilfs2: get rid of nilfs_bmap_unionRyusuke Konishi2010-07-238-69/+12
| * | | nilfs2: unify bmap set_target_v operationsRyusuke Konishi2010-07-233-17/+10
| * | | nilfs2: get rid of nilfs_btree usesRyusuke Konishi2010-07-232-177/+141
| * | | nilfs2: get rid of nilfs_direct usesRyusuke Konishi2010-07-231-46/+32
| * | | nilfs2: remove constant qualifier from argument of bmap propagateRyusuke Konishi2010-07-233-4/+4
| * | | nilfs2: get rid of private conversion macros on bmap key and pointerRyusuke Konishi2010-07-233-29/+22
| * | | nilfs2: verify btree node after readingRyusuke Konishi2010-07-233-5/+56
| * | | nilfs2: add sanity check in nilfs_btree_add_dirty_bufferRyusuke Konishi2010-07-231-0/+12
| * | | nilfs2: pass remount flag to parse_optionsRyusuke Konishi2010-07-231-23/+26
| * | | nilfs2: use seq_puts to print mount options without argumentRyusuke Konishi2010-07-231-6/+6
| * | | nilfs2: add nodiscard mount optionRyusuke Konishi2010-07-231-1/+5
| * | | nilfs2: add barrier mount optionRyusuke Konishi2010-07-231-1/+5
| * | | nilfs2: do not update log cursor for small changeRyusuke Konishi2010-07-233-1/+13
| * | | nilfs2: implement fallback for super root searchRyusuke Konishi2010-07-231-2/+50
| * | | nilfs2: add missing error code in comment of nilfs_search_super_rootRyusuke Konishi2010-07-231-0/+2
| * | | nilfs2: separate setup of log cursor from init_nilfsRyusuke Konishi2010-07-231-13/+32
| * | | nilfs2: sync super blocks in turnsJiro SEKIBA2010-07-235-46/+91
| * | | nilfs2: introduce nilfs_prepare_superJiro SEKIBA2010-07-233-24/+58
| * | | nilfs2: separate function that updates log positionRyusuke Konishi2010-07-232-13/+19
| * | | nilfs2: add nilfs_set_errorRyusuke Konishi2010-07-231-10/+14
| * | | nilfs2: add nilfs_cleanup_superRyusuke Konishi2010-07-233-11/+23
| * | | nilfs2: do not update mount time on rw->ro remountRyusuke Konishi2010-07-231-1/+0
| * | | nilfs2: get rid of ns_free_segments_countRyusuke Konishi2010-07-232-5/+0
| * | | nilfs2: get rid of macros for segment summary informationRyusuke Konishi2010-07-232-15/+17
| * | | nilfs2: do not use nilfs_segsum_info structure in recovery codeRyusuke Konishi2010-07-231-54/+37
| * | | nilfs2: divide load_segment_summary functionRyusuke Konishi2010-07-231-41/+69
| * | | nilfs2: rename nilfs_recover_logical_segments functionRyusuke Konishi2010-07-233-10/+9
| * | | nilfs2: refactor recovery logic routinesRyusuke Konishi2010-07-233-73/+100
| * | | nilfs2: add blocksize member to nilfs objectRyusuke Konishi2010-07-232-0/+3
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2010-08-0724-639/+896
|\ \ \ \
| * | | | ext4: Adding error check after calling ext4_mb_regular_allocator()Aditya Kali2010-08-051-17/+17
| * | | | ext4: Fix dirtying of journalled buffers in data=journal modeJan Kara2010-08-051-1/+17
| * | | | ext4: re-inline ext4_rec_len_(to|from)_disk functionsEric Sandeen2010-08-052-26/+37
| * | | | jbd2: Remove t_handle_lock from start_this_handle()Theodore Ts'o2010-08-032-12/+24
| * | | | jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o2010-08-037-109/+113
| * | | | jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stopTheodore Ts'o2010-08-023-37/+47
| * | | | ext4: Add mount options in superblockTheodore Ts'o2010-08-012-8/+30
| * | | | ext4: force block allocation on quota_offDmitry Monakhov2010-08-011-1/+14
| * | | | ext4: fix freeze deadlock under IOEric Sandeen2010-08-011-2/+2
| * | | | ext4: drop inode from orphan list if ext4_delete_inode() failsTheodore Ts'o2010-07-291-0/+1
| * | | | ext4: check to make make sure bd_dev is set before dereferencing itTheodore Ts'o2010-07-271-4/+13
| * | | | jbd2: Make barrier messages less scaryEric Sandeen2010-07-271-4/+4
| * | | | ext4: don't print scary messages for allocation failures post-abortEric Sandeen2010-07-272-11/+17
| * | | | ext4: fix EFBIG edge case when writing to large non-extent fileToshiyuki Okajima2010-07-271-1/+2
| * | | | ext4: fix ext4_get_blocks referencesEric Sandeen2010-07-272-9/+6
| * | | | ext4: Always journal quota file modificationsJan Kara2010-07-271-14/+5
| * | | | ext4: Fix potential memory leak in ext4_fill_superCyrill Gorcunov2010-07-271-3/+5
| * | | | ext4: Don't error out the fs if the user tries to make a file too bigTheodore Ts'o2010-07-271-4/+2