Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-30 | ext4: create a new BH_Verified flag to avoid unnecessary metadata validation | Darrick J. Wong | 1 | -0/+2 | |
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> | |||||
2011-10-27 | jdb/jbd2: factor out common functions from the jbd[2] header files | Thomas Gleixner | 1 | -0/+68 | |
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> |