Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ext4: create a new BH_Verified flag to avoid unnecessary metadata validation | Darrick J. Wong | 2012-04-29 |
| | | | | | | | | | | Create a new BH_Verified flag to indicate that we've verified all the data in a buffer_head for correctness. This allows us to bypass expensive verification steps when they are not necessary without missing them when they are. Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> | ||
* | jdb/jbd2: factor out common functions from the jbd[2] header files | Thomas Gleixner | 2011-10-27 |
The state bits and the lock functions of jbd and jbd2 are identical. Share them. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> |