summaryrefslogtreecommitdiffstats
path: root/xlators/features/changelog/src/policy
Commit message (Collapse)AuthorAgeFilesLines
* features/changelog: NSR Journal changesVenky Shankar2014-03-121-115/+401
| | | | | | | | | | | | | * Sequential updates to journal * Journal update in the FOP path * NSR specific format changes TBD --- * POST-OP record Change-Id: I5b21b7624ccb095295a0c69abf00866e0d6cd818 Signed-off-by: Venky Shankar <vshankar@redhat.com>
* features/changelog: fix possible missed UNLOCK()Venky Shankar2014-02-131-5/+11
| | | | | Change-Id: I6d53c8fcbfdc1f80cd6ef9fb6bb6c7b32541116b Signed-off-by: Venky Shankar <vshankar@redhat.com>
* Example of how to add extra info to changelog records.Jeff Darcy2014-02-111-1/+9
| | | | | | | | This is a bit hacky so far, but this is the direction we need to go for all fops that take extra data like modes, uids, times, or keys. Change-Id: I02968611bc46beda108b4caf65cd6a8928679e16 Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
* features/changelog: remove dead code and fix compile warningsVenky Shankar2014-01-311-116/+1
| | | | | Change-Id: I869121a31c057a73534e59db91a7d2392037763a Signed-off-by: Venky Shankar <vshankar@redhat.com>
* NSR reconciliation: Adding index for each opRaghavan P2014-01-231-2/+5
| | | | | | | We need to have the leader generate an index number for each changelog entry. Change-Id: If451dc00a21dbc481771b713ac75fd0af6887014 Signed-off-by: Raghavan P <rpichai@redhat.com>
* features/changelog: couple of performance improvementsVenky Shankar2014-01-162-2/+5
| | | | | | | | | Changes being: * Changes journal preallocation size to 512 MB * Lock-less updation of journal Change-Id: I7c2b7ee224b3d338e4fdd35cc078ea2a13251292 Signed-off-by: Venky Shankar <vshankar@redhat.com>
* Roll-up patch for NSR so far.Jeff Darcy2013-12-113-0/+1269
Previous history: https://forge.gluster.org/~jdarcy/glusterfs-core/glusterfs-nsr Change-Id: I2b56328788753c6a74d9589815f2dd705ac9ce6a Signed-off-by: Jeff Darcy <jdarcy@redhat.com>