Home
last modified time | relevance | path

Searched hist:"32 fcc103" (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_ondisk.ce91b723e Fri Mar 18 10:11:46 GMT 2016 Tomohiro Kusumi <kusumi.tomohiro@gmail.com> sys/vfs/hammer: Remove unused HAMMER_TRANSF_DIDIO

This flag is no longer used after 32fcc103.
32fcc103 Fri Nov 01 06:09:31 GMT 2013 Matthew Dillon <dillon@apollo.backplane.com> hammer1 - cleanup, minor bug fixes

* Cleanup pass, remove some dead code

* Minor bug fixes, add tokens around some paths that need them.

* Remove use of the master token in several paths that don't need it,
improving concurrency.
H A Dhammer_transaction.c32fcc103 Fri Nov 01 06:09:31 GMT 2013 Matthew Dillon <dillon@apollo.backplane.com> hammer1 - cleanup, minor bug fixes

* Cleanup pass, remove some dead code

* Minor bug fixes, add tokens around some paths that need them.

* Remove use of the master token in several paths that don't need it,
improving concurrency.
H A Dhammer.he91b723e Fri Mar 18 10:11:46 GMT 2016 Tomohiro Kusumi <kusumi.tomohiro@gmail.com> sys/vfs/hammer: Remove unused HAMMER_TRANSF_DIDIO

This flag is no longer used after 32fcc103.
7d364625 Fri Nov 20 18:05:41 GMT 2015 Tomohiro Kusumi <kusumi.tomohiro@gmail.com> sys/vfs/hammer: Remove unused struct hammer_mount members

count_newrecords is still being used by hammer_mem_add(),
but this should have been removed by 32fcc103 when it got
rid of the code logic that contains count_newrecords.

unused01 used to be io_running_wakeup until 3038a8ca, but
hammer_mount doesn't need dummy bytes here.

Other two are simply no longer used.
H A Dhammer_io.c32fcc103 Fri Nov 01 06:09:31 GMT 2013 Matthew Dillon <dillon@apollo.backplane.com> hammer1 - cleanup, minor bug fixes

* Cleanup pass, remove some dead code

* Minor bug fixes, add tokens around some paths that need them.

* Remove use of the master token in several paths that don't need it,
improving concurrency.
H A Dhammer_object.c7d364625 Fri Nov 20 18:05:41 GMT 2015 Tomohiro Kusumi <kusumi.tomohiro@gmail.com> sys/vfs/hammer: Remove unused struct hammer_mount members

count_newrecords is still being used by hammer_mem_add(),
but this should have been removed by 32fcc103 when it got
rid of the code logic that contains count_newrecords.

unused01 used to be io_running_wakeup until 3038a8ca, but
hammer_mount doesn't need dummy bytes here.

Other two are simply no longer used.
H A Dhammer_vnops.c32fcc103 Fri Nov 01 06:09:31 GMT 2013 Matthew Dillon <dillon@apollo.backplane.com> hammer1 - cleanup, minor bug fixes

* Cleanup pass, remove some dead code

* Minor bug fixes, add tokens around some paths that need them.

* Remove use of the master token in several paths that don't need it,
improving concurrency.