summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4/jbd2: add metadata checksumming to the list of supported featuresDarrick J. Wong2012-05-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | jbd2: checksum data blocks that are stored in the journalDarrick J. Wong2012-05-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | jbd2: checksum commit blocksDarrick J. Wong2012-05-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | jbd2: checksum descriptor blocksDarrick J. Wong2012-05-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | jbd2: checksum revocation blocksDarrick J. Wong2012-05-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | jbd2: checksum journal superblockDarrick J. Wong2012-05-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | jbd2: Grab a reference to the crc32c driver if necessaryDarrick J. Wong2012-05-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | jbd2: enable journal clients to enable v2 checksummingDarrick J. Wong2012-05-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | jbd2: change disk layout for metadata checksummingDarrick J. Wong2012-05-22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 featureTheodore Ts'o2012-05-21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: remove unnecessary check in add_dirent_to_buf()Theodore Ts'o2012-04-30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: add checksums to the MMP blockDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: Calculate and verify checksums of extended attribute blocksDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: calculate and verify checksums of directory leaf blocksDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: Calculate and verify checksums for htree nodesDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: verify and calculate checksums for extent tree blocksDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: calculate and verify block bitmap checksumDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: calculate and verify checksums for inode bitmapsDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: calculate and verify inode checksumsDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: calculate and verify superblock checksumDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: load the crc32c driver if necessaryDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: record the checksum algorithm in use in the superblockDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: change on-disk layout to support extended metadata checksummingDarrick J. Wong2012-04-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ext4: create a new BH_Verified flag to avoid unnecessary metadata validationDarrick J. Wong2012-04-29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason2012-05-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: fix tree mod log rewinded level and rewinding of moved keysJan Schmidt2012-05-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: fix tree mod log del_ptrJan Schmidt2012-05-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: add tree_mod_dont_log helperJan Schmidt2012-05-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: add missing spin_lock for insertion into tree mod logJan Schmidt2012-05-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: add inodes before dropping the extent lock in find_all_leafsJan Schmidt2012-05-31
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: use delayed ref sequence numbers for all fs-tree updatesJan Schmidt2012-05-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: tree mod log sanity checks in join_transactionJan Schmidt2012-05-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: fs_info variable for join_transactionJan Schmidt2012-05-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: use the tree modification log for backref resolvingJan Schmidt2012-05-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: add btrfs_search_old_slotJan Schmidt2012-05-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: add del_ptr and insert_ptr modifications to the tree mod logJan Schmidt2012-05-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: put all block modifications into the tree mod logJan Schmidt2012-05-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: add tree modification log functionsJan Schmidt2012-05-30
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: add tree mod log to fs_infoJan Schmidt2012-05-26
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: dummy extent buffers for tree mod logJan Schmidt2012-05-26
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: move struct seq_list to ctree.hJan Schmidt2012-05-26
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: don't set for_cow parameter for tree block functionsJan Schmidt2012-05-26
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: look into the extent during find_all_leafsJan Schmidt2012-05-26
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: bugfix: ignore the wrong key for indirect tree block backrefsJan Schmidt2012-05-26
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: bugfix in btrfs_find_parent_nodesJan Schmidt2012-05-26
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: ulist realloc bugfixJan Schmidt2012-05-26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2012-05-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Btrfs: fix false positive in check-integrity on unmountStefan Behrens2012-05-30